Artificial Intelligence is the study of computer science that makes a machine which can mimic human without explicitly programmed.
Artificial Intelligence, the term was meant to describe the goal that machines will be able to have humans like intelligence in the future. AI term originated in late 1956s.

Machine Learning
Machine Learning(ML) is a subset of Artificial Intelligence(AI).
Machine Learning has the ability to learn from experience(data) to solve the real-world problem without being explicitly programmed.
It has the set of mathematical algorithms that train on a data set to make predictions or take actions in order to optimize some problem.
It has mainly three types:
- Supervise Learning
- Unsupervised Learning
- Reinforcement Learning
Python Library for Machine Learning
To solve the Machine Learning problem for that data gathering, cleaning and visualization must be done. For that bellow python library, you should learn first.
NumPy
Matplotlib
Seaborn
- Python Seaborn Tutorial
- Seaborn Line Plot
- Seaborn Histogram
- Seaborn Barplot
- ……
- Course in progress …