XML based neural network processing languageTuesday,July 15 ,2008 Category Simulators While I was surfing the Internet I fount an interesting utility: A Neural network trainer based on XML. The system is quite useful because the portability of the language and generally you don’t need deep knowledge about neural networks.... Read more Simple Hopfield simulatorWednesday,June 25 ,2008 Category Simulators A couple of years ago while I was learning about the Hopfield neural network, I found an useful resource on the web. It is kind of a simulator for image recognition written in C++ using Visual Studio 6, but I think it can be compiled using any C compiler.... Read more The Neocognitron neural networkWednesday,June 25 ,2008 Category Articles While researching more about neural networks I found this training model called Neocognitron, honestly it took me more than one month to write all the document.... Read more Quick note about this blogSaturday,June 21 ,2008 Category Welcome On my journey as a blogger and webmaster and all blogs and websites I have, this is the one that has less content. The reason is very simple, I have seen many bloggers that writes every day at least two or three post per day but this is because the topic they write. It is not the same write about neural networks and artificial intelligence than write about a movie review or how to get traffic among other topics.... Read more Setting up the backpropagation pluginSunday,May 25 ,2008 Category Neural network trainer project The neural network trainer as a standalone application works using plug in based system, in this case a DLL (Dynamic Link Library), which contains all functions used by the neural trainer. ... Read more Last comments
|