Summary

Artificial Intelligence

Intelligence of machines/algorithms in predictive and prescriptive analysis

Untitled

Cognitive Computing

Simulates the human brain to assist in solving complex problems

Machine Learning

The ability of machine algorithms to learn without any predefined code.

Deep Learning

Type of machine learning where the concept of Artificial Neural Networks is implemented

Data Science

The Science of getting insights from a dataset (group of data)

NLP

Algorithms to analyze and process human language consisting of grammatical and literary ambiguities

A *neural network trained to recognize cancer on an MRI scan may achieve a higher success rate than a human doctor. This system is certainly a cognitive system but is not artificially intelligent.

Types of Machine Learning

Supervised Learning

The provided dataset will consist of input features and the corresponding outcome(s), called as labels.

Unsupervised Learning

Dataset wont have any outcomes/labels.

Reinforcement Learning

Training an algorithm through rewarding for every correct outcome and penalizing for every incorrect outcome through negative points.

Untitled

Mathematical Background

Fundamentals

Machine Learning Algorithms

Regression

Regression is the process of prediction in which the model will be fed with values to find the output which is not discrete (finite number of classes) like classification, instead continuous between range.

Linear Regression

Untitled

Equation of LR

$$ \bar{y} = \beta_0 + \beta_1\bar{x} + e $$

Where y is the prediction , x is the feature vector and $\beta_0$ and $\beta_1$ are estimators which get adjusted according to the data