...

New course: Unsupervised Deep Learning in Python

This course is the next logical step in my deep learning, data science, and machine learning series. I’ve done a lot of courses about deep...

...

How can I determine the size of a directory or folder in Linux?

du -hs /path/to/directory -h: human-readable -s: summary (don't show size of each individual file within the...