I did a test where I had the code create a figure that was 36 safe random numbers long. A “safe random” number is a random number in a range equal to the lowest port number, and the memory array’s length. Port numbers are negative. 36 numbers is a max of 12 commands, unless the figure loups. …
Your graphics card holds a GPU—graphics processing unit. Unlike your CPU, which does one operation at a time, the GPU does many simple operations on many numbers at once. This allows your computer to run your favorite game, and it can be used to run artificial neural networks, and implement deep learning.
Here’s an amusing short video that demonstrates the difference between the sequential CPU approach, and the parallel processing of a GPU.
Neural networks have had their ups and downs. However, in the last decade or so, they’ve really taken off. There were a couple of breakthroughs that made all the difference. Today we look at one of them, called “Deep Learning.”
Here’s a 4-post long blog series on deep learning concepts and history.
Figuring out exactly what structure of a neural network could capture intelligence is a complicated problem. Why not let evolution do it for you? Today we look at Polyworld, where they did and are continuing to do that very experiment.
Here’s a talk on polyworld and some of their results.
When you are teaching an AI to solve a problem or do some task, you usually have to provide the right answer. However, sometimes, the AI can learn by itself, without being told what the right answer is.
Computers are being used to design computers. The better our computers and their tools get, the better computers and tools they can produce. But it wasn’t always an easy path. Today we look at the VAX9000. It used a system called “SID” to generate part of its design. SID was an expert system, and it was outperforming the human engineers, some of whom refused to work with it. The company that created the VAX9000 didn’t do well, and was eventually acquired by Compaq, after divestment of its major assets.
Here’s a video Digital Equipment Corporation produced for its sales department in 1991, 7 years before the company failed.
Computers use Boolean logic. Everything is true false, yes no, zero and one. There are plenty of situations when a simple yes or no won’t cover it. To get a computer to handle those situations, one can use fuzzy logic. Today, we have an informal experiment that shows why fuzzy logic is needed for even simple things.
Evolutionary approaches, genetic algorithms, and neural networks aren’t the only approaches to creating artificial intelligence. Today, we look at one of the early and rather successful approaches—expert systems.
Ep 107: Take heart, yee robots shivering in the cold
In the past, new methods of creating an artificial intelligence have garnered interest and enthusiasm. Then, when the over optimistic forecasts fail, nearly all funding and research grinds to a halt. It’s called an AI winter. Despite such setbacks, the general trend has been toward increasing ability and complexity within AI systems. Spring is coming, and maybe, it’s already here.
There won’t be posts after this one on this thing for a couple of weeks. I must navigate the dangerous, relative infested waters of the holidays.
I need to be able to show that the way we program our machine can be made to run any program, at least in principle. On the other hand, I’d very much like to switch gear, and get to talking about gear soon.
Here’s one more post on using subleq. I think that will do for now. …