I am a EE undergraduate at a university who will be competing in a robotics competition this spring. So the reason I'm posting is because I need some direction on where I should start in regards to understanding and learning to create a artificial neural network for character recognition. Please provide any good informational sites or books that I can use to grasp this subject! I'll leave you with a little bit of background information on me to help you decide at what level of information you should provide me. Here is one site I have already looked at: https://takinginitiative.wordpress.com/2008/04/23/basic-neural-network-tutorial-c-implementation-and-source-code/
Background:
- I have a good understanding of C++ and Assembly code and currently working on my java skills.(PF1, PF2, Paradigms, and microprocessing classes)
-I've programmed microprocessors(PIC) and will be using a PIC32MZ processor to operate the camera data collection and ANN operation. Currently, I plan to program this PIC in Assembly and C since I do not know if C++ will work on the microprocessor hardware.