This notes breifly mark some paper to keep track of the development on some machine learning topics that I interest in and understand the main contribution of each paper.
online website: https://machine-learning-note.readthedocs.io
pip3 install -r requirements.txt
This section should be skipped since it already generated, but if you want to config your own page, run
sphinx-quickstart
make html
make linkcheck
cd build/html
python3 -m http.server