Hey guys, starting with the 2nd article of the course machine learning now, when you have a knowledge about machine learning we can move forward towards various installations we need to before getting started to the coding topics. In this article, you will learn how to setup the working environment for python machine learning on your local computer. Libraries and packages and datasets: To understand machine learning, you need to have basic knowledge of Python programming, like what are packages and libraries. In addition, there are a number of libraries and packages generally used in performing various important machine learning tasks as listed below - Numpy - is used for its N dimensional array objects. pandas - is a data analysis library that includes dataframes. matplotlib - is 2D plotting library for creating graphs and plots. scikit-learn - the algorithms used for data analysis and data mining tasks. seaborn - a data Visualization library based on matplotlib...
A website promoting trending technologies and educational content.