Introducation To Machine and Learning Deternunistic Models
Introducation To Machine and Learning Deternunistic Models
• History and relationships to other fields. The term machine learning was
coined in 1959 by Arthur Samuel, an IBM employee and pioneer in the field of
computer gaming and artificial intelligence. The synonym self-teaching
computers was also used in this time period.
USES AND ABUSES OF MACHINE LEARNING
• Machine learning use algorithm and historical data to predict its outcome
more accurately. Some popular uses of Machine learning
include Recommendation engines, malware threat detection, fraud
detection, spam filtering, Predictive automation, and business process
automation.
SUCCESS CASES
• optimizing route planning and enabling autonomous vehicles.
HOW DO MACHINE LEARNING
Packt
ABSTRACTION AND KNOWLEDGE
REPRESENTATION
• Abstraction and knowledge representation. Representing raw input data in
a structured format is the quintessential task for a learning algorithm. Prior to
this point, the data is merely ones and zeros on a disk or in memory; they
have no meaning.
• Abstraction has been mainly studied in problem solving, theorem proving,
knowledge representation (in particular for spatial and temporal reasoning)
and machine learning. In such contexts, abstraction is defined as a mapping
between formalisms that reduces the computational complexity of the task
at stake.
• Abstraction is the process of extracting knowledge about stored data. This
involves creating general concepts about the data as a whole. The creation
of knowledge involves application of known models and creation of new
models. The process of fitting a model to a dataset is known as training.
CLASSIFICATION OF MACHINE LEARNING
ALGORITHM
• There are four main categories of Machine Learning algorithms: supervised,
unsupervised, semi-supervised, and reinforcement learning. Even though
classification and regression are both from the category of supervised
learning, they are not the same.
GENERAL ML ARCHITECTURE
• Machine learning (ML) architecture is the structure and organization of the
different components and processes that comprise a machine learning
system. The machine learning architecture specifies how data is handled,
models are trained and assessed, and predictions are created.
GROUP OF ALGORITHMS
• For probabilistic matching and machine learning algorithms, two records are
compared on a field-by-field basis to produce a score for each field. The
field comparison scores are then combined to get a record comparison
score.
• What are the matching techniques in machine learning?
• Data Matching Techniques