Recent Posts

Notes on CUDA and cuDNN

Currently installed CUDA 11.2 Update 2 cuDNN 8.1.1.33 Install install CUDA normally install cuDNN without sudo add-apt-repository "deb https://...

Python Plots Cheatsheet

imshow() plt.imshow just finishes drawing a picture instead of printing it. If you want to print the picture, you just need to add plt.show.

Machine Learning (Part 2) [OLD VERSION]

[OLD VERSION!] Notes on Machine Learning theory. Based on C. M. Bishop, “Pattern Recognition and Machine Learning” (2011) and Goodfellow, Bengio, Courville, ...