Python programming with Pandas - .values vs. .as_matrix()

preview_player
Показать описание
Deep Learning Prerequisites: The Numpy Stack in Python

Small update to tell you about a new change to Pandas which replaces .as_matrix() with .values.

But a more important discussion is included on not being afraid of minor changes. Too often, beginners get frightened of nearly trivial differences. A machine learning engineer should not be so scared that they can't figure out the difference between xrange and range.

They should not get scared when a new version of Tensorflow is released (which happened about 10 times last year).

We can resolve this by following the rule:

*** "Learn the principles, not the syntax" ***
Рекомендации по теме
Комментарии
Автор

Hello! after your some courses i fell in love with deep learning. and I would like to try to create my own deep learning library like numpy (for educational purposes). To more accurately understand the work of libraries. But I think my knowledge is not enough. will you have a course on this topic? If such a course is not planned, please tell me where can I learn this? thank you very much!

denismerigold