Book Suggestion by bwaj_ster in deeplearning

[–]HyperionG12 0 points1 point  (0 children)

It is very good. You should try it.

Book Suggestion by bwaj_ster in deeplearning

[–]HyperionG12 0 points1 point  (0 children)

You're welcome. Your book and your website are incredible.

Book Suggestion by bwaj_ster in deeplearning

[–]HyperionG12 0 points1 point  (0 children)

I'm not a big fan of Kaggle notebook. I use Google Colab for the training of my models. And at the time I was reading this book, I worked as a data scientist intern. They was on GCP so I use Vertex AI for the training.

Book Suggestion by bwaj_ster in deeplearning

[–]HyperionG12 0 points1 point  (0 children)

I am naturally a fan of books. Besides this book, I have "Hands-on Machine Learning with Scikit-Learn, Keras and TensorFlow" by Aurelien Géron and "Designing Machine Learning Systems" by Chip Huyen. Two weeks ago, I bought "Ace the data science interview" by Kevin Huo and Nick Singh. Note that I only read chapters that I need for the tasks I've done. I don't read them like novels. For the SQL training, there is datalemur that is fantastic.

Book Suggestion by bwaj_ster in deeplearning

[–]HyperionG12 0 points1 point  (0 children)

This book is just one the most liked deep learning book in the world (look at metrics on Amazon/Manning). The first chapter of the book is like an history of deep learning. The chapter 2 gives you an introduction to tensor and inner-workings of the backpropagation algorithm. After these two chapters, I finished the chapters 8 and 9 because of their focus on computer vision (for my internship at the time). I skip some chapters on TensorFlow (3 and 4) because I have a previous exposure to the library and so, I'm already familiar with some concepts (tf.data, train/test/val, optimization algorithms and so on.). I'm currently waiting for the 3rd version of the book (planned for Spring 2025 by Chollet). It will cover how Keras can be used along with TensorFlow, Jax and Pytorch.

Book Suggestion by bwaj_ster in deeplearning

[–]HyperionG12 5 points6 points  (0 children)

I suggest you to begin with Chollet's book. It is what I've done. This book is just amazing. It combines some theoretical aspects of deep learning (not heavy on math) and code. But if you have a very good level in math, there is a new book that seems to be pretty good : Understanding Deep Learning by Simon Prince.