Machine learning with Artificial Neural Networks
Artificial Neural Networks are considered as an obscure Artificial Intelligence technique.
However, they’re very used in many domains :
- Automated pilot for planes
- Pattern recognition
- Medical diagnosis
- Anything related to classification
- More generally, we can approach any function that complies to some conditions (see the Cybenko Theorem)
I’ve written an article about feed-forward artificial neural networks on my French personal websiite on Developpez.com that you can see at the following place : The feed-forward artificial neural networks theory.
You can also find some books about it on amazon.



Leave a Comment