Types of A.I.
/ A.I.

scikit-learn – Machine Learning A.I. in Python
/ A.I., python, software

http://scikit-learn.org/stable/

Simple and efficient tools for data mining and data analysis Accessible to everybody, and reusable in various contexts Built on NumPy, SciPy, and matplotlib Open source, commercially usable – BSD license

Self Organizing Mapping – machine learning A.I.
/ A.I., production

A self-organizing map (SOM) or self-organizing feature map (SOFM) is a type of artificial neural network (ANN) that is trained using unsupervised learning to produce a low-dimensional (typically two-dimensional), discretized representation of the input space of the training samples, called a map.

http://www.mat.ucsb.edu/~g.legrady/academic/courses/06w259/projs/cs/MAT259-paper.pdf

http://en.wikipedia.org/wiki/Self-organizing_map

http://www.ai-junkie.com/ann/som/som1.html