A blog for computer science passionates.

Wednesday 16 October 2019

How to start ML & DL? with Python - Part 1

Hello Friends!!!

In my last article, I mentioned some important things that you need to learn for ML and DL. One of those is any programming language specially Python or R. But Python is more powerful and mostly used for ML and DL. As  it has lots of different and powerful libraries.
And today, I am going to tell you about those libraries which makes python more powerful. And one can develop ML or DL models easily by using Python.
  • NumPy - For numerical calculation
  • Pandas - For datasets
  • Matplotlib - For data visualization
  • sklearn - lot's of inbuilt algorithms and datasets
These are most important for ML. Now a days, some of them are very much popular and make easy to work and develop DL models simple and easy.
  • Tensorflow
  • Keras
  • Pytorch etc.
There are lots' of different modules and libraries in python for ML and DL. So, in my next article, we will learn about NumPy module of python.

So, be ready to learn NumPy. ☺😊

No comments:

Post a Comment