AI scripts est une implémentation (python, prolog et matlab/octave) des principaux algorithmes d'intelligence artificielle (au sens large).
Ces scripts ont avant tout une valeur pédagogique et seront utilisés pour illustrer de futurs articles/tutoriels.
Dans la mesure du possible, ils seront écrits de sorte à être réutilisables sur de vrais projets (sous forme de librairies).
Au programme : * Apprentissage statistique : Perceptron, Adaline, PMC, Kppv, SVM, SOM, Kmean, Adaboost, ... * Recherche opérationnelle : parcours de graphs, programmation mathématique, ... * IA symbolique
Les scripts sont sous licence MIT.
Plusieurs scripts octave (matlab), essentiellement pour la reconnaissance de formes (réseaux de neurones, etc.).
Licence MIT
This is a set of open source frameworks for Artificial Intelligence (mostly artificial learning and optimization). This contains (among others) an MDP framework (Markov Decision Processes), an artificial learning framework and a blackbox non linear noisy optimization framework. Source code is written for C++ and is published under the MIT license.
This is a set of open source frameworks for Artificial Intelligence (mostly artificial learning and optimization).
This contains (among others) an MDP framework (Markov Decision Processes), an artificial learning framework and a blackbox non linear noisy optimization framework.
Source code is written for Python (3) and is published under the MIT license.