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 Last comments
|