1. General framework for statistical machine learning
1.1 Artificial learning = statistics + optimization
Statistical artificial learning is a subset of Artificial Intelligence, and corresponds to various methods that rely on empirical modeling (i.e., based on examples or data) to perform automated classification or continuous approximation (regression), or partitioning. What sets it apart from "knowledge" models (obtained by putting things into equations, as in physics, for example) is that it is "data-driven".
In this sense, most engineers have already learned statistics "without knowing it". One of the simplest and oldest examples is indeed linear regression, which involves approximating a relationship between a quantity and a set of "explanatory variables" (or "inputs") using the "least squares" technique:...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Technological innovations
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
General framework for statistical machine learning
Bibliography
Software tools
For "classic" statistical learning algorithms, the richest and most widely used software tool (containing implementations of most models and algorithms) is :
Sci-Kit Learn (Python library), http://scikit-learn.org
For deep learning of convolutional networks, the main libraries used (all of which integrate...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference