First Approach to Neural NetworksThursday,March 21 ,2008 If you have learned enough about neural networks, and you realize that the implementation is quite simple, now suppose we already have our completely new software designed to recognize faces of people and the main task of this software is to distinguish gender: female, male. We can do this task easily taking into account the social order. Women use makeup and long hair usually factions are more refined, the man usually uses short hair and factions tend to be more rough, an artificial neural network can also make the task of making a reconnaissance image. Does our new software can accomplish the task?... Read more Implementing the Neural Network TrainerThursday,April 03 ,2008 During the design of neural networks trainer, I decided to implement the design of backpropagation algorithm for testing, but before explaining the implementation of this algorithm, I will explain the operation of the neural network trainer.... Read more Setting up the backpropagation pluginSunday,May 25 ,2008 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 Setting the GUI enviromentThursday,July 02 ,2009 The first approach for the GUI environment for the trainer is just a main window with many input text boxes to setup the neural network data. The main issue was the portability of the application to adapt it to any plugin. The solution is to adapt a scripting system allowing many inputs and more data.... Read more Last comments
|