Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.42 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.42 KB

Machine Learning

In this repository,a basic overview of Data Analysis and Data Visualization libraries such as NumPy, Pandas, Matplotlib, Seaborne and machine learning libraries such as Scikit-learn is provided.

Numpy

NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.

Pandas

Pandas is a software library written for the Python programming language for data manipulation and analysis.

Matplotlib

Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy.

Seaborn

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

Scikit-Learn

Scikit-learn is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support-vector machines, random forests, gradient boosting, k-means and DBSCAN.

What is Machine Learning?

Machine learning is a method of data analysis that automates analytical model building. It is a branch of artificial intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention.