2004-07-25 Jezz * TODO: Update * report/*.tex: Réindent, Change Make for floating figure flush. Do you know \label must in \caption to have correct references? (Now fixed...) 2004-07-25 Jezz * report/*: some little corrections 2004-07-25 Jezz * report/bench/: Added many graphs * report/bench.tex: Written, muste be again * report/gallery.tex: Added gallery of results* * report/conclu.tex: Added, but it should be rewritten... 2004-07-25 Jezz * src/Framework.cc: Inout datas are normalized now. * src/perceptron/pmc*.cc: Added biais (Kleuk) * report/bench/*.dat: Added many outputs of are our PMC (I've idea to make a gallery in appendix B) * report/intro.tex: written. Must be read again. 2004-07-24 Jezz * report/listing.tex: Add listing of sources * report/report.ib: Add bibliography * report/bench/: Add a sample of graphs for bencmarks and tests * report/report.tex: Added some code to have colored listing of sources. There is now 140line of headers in report.tex... LaTeX sucks! * Makefile: updated * src/main.pl: Add button to save datas (in, out and error). Add button to reset PMC. Add "Animated Learn" button. * src/framework.cc: replace old main.cc. Framework is now a class. (easier to use). Added animation while learning. * 2004-07-24 Zapata * src/perceptron/pmc_activation.hh, src/perceptron/pmc_activation.hxx: Implement a better activation function. 2004-07-24 Zapata * src/perceptron/pmc_neuron.cc, src/perceptron/pmc_network.cc, * src/perceptron/pmc_network.cc: Porpagation and backpropagation fixed. 2004-07-23 Zapata * src/Makefile, src/perceptron/Makefile: No contraints on g++ name. * src/percepton/pmc_activation.hh, src/percepton/pmc_activation.hh: Rename operator() in normal() * src/perceptron/pmc_*.*: Rename func in phi. * src/perceptron/pmc_*.*: Calculate deltas, weights_diff for backpropagation. * src/perceptron/pmc_*.*: Update weights. * src/perceptron/pmc_network.hxx: More inlining. 2004-07-23 Jezz * src/main.cc, src/Main.pl: Changed interface. Now main.cc communicated with gnuplot 2004-07-22 Zapata * src/perceptron/*: New. Perceptron library first version. 2004-07-18 Jezz * *: CVS creation. * src/main.pl: Interface beetween PMC and gnuplot in perlTk.