Forgot your password?
typodupeerror

Comment Re:Greenhouses (Score 1) 49

Explain how this doesn't count as reasoning. Or this. To name just a couple examples.

Yes, they work by fuzzy logical reasoning. That is literally how neural networks, including the FFNs in Transformers, work. Every neuron is a fuzzy classifier that divides a superposition of questions formed by its input field by a fuzzy hyperplane, "answering" the superposition with an answer ranging from yes to no to anything in-between. Since the answers to each layer form the inputs to the next layer, the effective questions form grow with increasing complexity as network depth grows. Transformers works by combining DNNs with latent states (works on processing concepts, not raw data, with each FFN detecting concepts in their input and encoding resultant concepts into their output) and an attention mechanism (the FFNs of a given layer can choose what information they "want to look at" in the next FFN).

Comment Re:Huh (Score 2) 160

The bible is pretty clear on morality. You do what your master commands and don't ask any annoying questions. For example:

But of the cities of these people, which the Lord thy God doth give thee for an inheritance, thou shalt save alive nothing that breatheth:

17 But thou shalt utterly destroy them; namely, the Hittites, and the Amorites, the Canaanites, and the Perizzites, the Hivites, and the Jebusites; as the Lord thy God hath commanded thee:

Deuteronomy 20

Maybe not what we should be teaching AI. Or anybody, for that matter.

Comment Re:Languages made for humans to decline (Score 1) 170

Why would an LLM need a langauge that's not machine language?

Also, your link is talking about going the other way and turning a program into a circuit then translating that into a transformer, then using that to execute the program, which is kind of interesting but holy shit inefficient.

Comment Re:Rust is a specialist language (Score 1) 170

It's interesting hearing this argument made about C. Way back when we said the same thing about assembly. Probably the originals said the same thing about machine code (and were actually right). Assembly pretty much got replaced as a language all but the very lowest level programmers actually write because computers got fast enough it wasn't worth the effort. C can be too. And C++ and Rust.

Slashdot Top Deals

Loose bits sink chips.

Working...