Numpy , Matplotlib , Keras and Tensorflow

Hello,

I have done the “Python for Everybody” course from coursera this course while covering Python basics , data structures and few libraries does not cover libraries used in ML and AI projects such as NumPy , Matplotlib , Tensorflow etc.

Are there any courses or books to cover these specific libraries in which there is some hands-on coding also done using these libraries?

Those tools are used in most of the long-form courses, like the Machine Learning Specialization.

2 Likes

Yes I have seen them being directly used in ML specialization course hence wanted to know whether are any resources from they can be learnt prior to seeing them being used in these deep dive courses something like a pre-learning or primer specifically for these libraries.

The makers of all of those tools host their own tutorials. I recommend you use them.

Ok , so you mean tutorials such as NumPy quickstart — NumPy v2.3 Manual or Tutorials — Matplotlib 3.10.5 documentation ?

Yes.

Here is one for TensorFlow.

1 Like

Thanks for the inputs

1 Like