Skip to main content

Posts

Showing posts with the label #machine learning

Unschool: lets learn it together

Hello everyone, once again bringing another new article, this time its something new and yet more amazing. In this article, you will be introduced to some of new courses which are at the deal during this COVID-19 situation are at best deals. In this article, you are introduced to a new and a promising platform, which is nonetheless UnSchool. This a promotion article for UnSchool. I would suggest you to quickly visit https://learn.unschool.in/signup and register yourself on this platform. If you have already registered visit https://learn.unschool.in/ and sign in and continue browsing courses, and find courses on best deals and in affordable prices as well.  I could understand your situation, you all would be jumbled up, what I am writing off and how would this benefit you. So, lets have a quick introduction on UnSchool. First and the most important thing to note is UnSchool is a trusted and a very popular website where one can easily grasp things by en...

Environment setup for machine learning

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...

Machine learning with python - concepts

Hey guys, once again bringing another technology trend on this blog for you all, but this time it’s something different. Rather than posting single article posts, I have made a free course on machine learning which will help you understand machine learning right from the beginning to advanced deep learning systems. You can find the full course under the label #machine learning in the menu. This is the 1st post of the course. Hope you enjoy this course and have meaningful knowledge about it. Python is a very popular platform used for research and development of production systems. It is a very vast language with number of modules, packages and libraries. Packages and libraries provide multiple ways of achieving a task. Python and its Libraries like Numpy, SciPy, Scikit-Learn, and Matplotlib are used in data science and data analysis. These libraries are also extensively used for creating scalable machine learning algorithms. Python implements machine learning techniq...