*************************************************************************** FOR YOU TO DO *************************************************************************** This is what I invite you to do. You should define a 'caracter' composed of 35 pixels (0 or 1) in a 'float' array, and sent it to the input of the network, using the function 'network_state(network ,input)'. you can then analyse the output with 'print_results(network)'. Such a procedure is executed in 'network.c'. A deformed 'V' is defined and sent to the network. You can then see that the network identifies clearly that caracter. Procedure to follow: ------------------- * Compile 'network.c' if not already done. Execute it. * Make the network learn a capital alphabet. You can demand a 10%, 8% and 5% error level, saving the network on disk between each learning session. * Try to identify an unknown caracter, such as the deformed 'V' defined in 'network.c'. What can be done more seriously is a program that enables you to drawa caracter on screen, process the caracter picture and send it to the network. It has been done very successfully on a PC compatible in June 1992. Your computer can then read !! The intelligent computer is not so far away...