How to Read a Paper, S. Keshav, http://ccr.sigcomm.org/online/files/p83-keshavA.pdf
"The Elements of Style", William Strunk Jr., https://www.amazon.com/Elements-Style-Fourth-William-Strunk/dp/020530902X
"How to write papers so people can read them," Derek Dreyer, https://people.mpi-sws.org/~dreyer/talks/talk-plmw20icfp.pdf
"Mathematical Writing", Donald E. Knuth, Tracy Larrabee, and Paul M. Roberts, https://tex.loria.fr/typographie/mathwriting.pdf
"A few tips on writing papers with mathematical content", John Tsitsiklis, https://www.mit.edu/~jnt/Papers/R-19-writing-v4.pdf
"A Guide to Writing Mathematics," Kevin P. Lee, https://web.cs.ucdavis.edu/~amenta/w10/writingman.pdf
"How to write a technical paper," Michael Ernst, https://homes.cs.washington.edu/~mernst/advice/write-technical-paper.html
"Learn LaTeX in 30 minutes," Overleaf, https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes
"10 tips for academic talks," Matt Might, https://matt.might.net/articles/academic-presentation-tips/
"Research 101 Paper Writing with LaTeX," Jia-Bin Huang, https://gangw.cs.illinois.edu/latex.pdf
LaTeX Usage Notes, Eddie Kohler, https://www.read.seas.harvard.edu/~kohler/latex.html
"The Ph.D. Grind, A Ph.D. Student Memoir," Philip Guo, http://pgbovine.net/PhD-memoir/pguo-PhD-grind.pdf
CS PhD --help, https://phdadvice.carrd.co/, (a collection of great advice)
Coursera Machine Learning (Andrew Ng), https://www.coursera.org/course/ml
Coursera Deep Learning (Andrew Ng), https://www.coursera.org/specializations/deep-learning
CS231n: Convolutional Neural Networks for Visual Recognition (Fei-fei Li), http://cs231n.stanford.edu
CS224n: Natural Language Processing with Deep Learning (Chris Manning), http://web.stanford.edu/class/cs224n/
CS224d: Deep Learning for Natural Language Processing (Richard Socher), http://cs224d.stanford.edu
CS224W: Machine Learning with Graphs (Jure Leskovec), http://web.stanford.edu/class/cs224w/index.html
Deep Reinforcement Learning (Sergey Levine), http://rail.eecs.berkeley.edu/deeprlcourse/
Advanced Topics: RL (David Silver), http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html
DRL Policy Optimization (Hungyi Lee in Chinese), https://www.youtube.com/watch?v=z95ZYgPgXOY&list=PLJV_el3uVTsODxQFgzMzPLa16h6B8kWM_
Deep Unsupervised Learning (Pieter Abbeel), https://sites.google.com/view/berkeley-cs294-158-sp20/home?authuser=0
Full Stack Deep Learning, https://fullstackdeeplearning.com/
The Missing Semester of Your CS Education, https://missing.csail.mit.edu/
Python Virtual Environment: Anaconda, https://www.anaconda.com
Python IDE: Pycharm, Visual Studio Code
Python Interactive Environment: Jupyter Lab, https://jupyterlab.readthedocs.io/en/stable/
SSH session management tools:
Machine Learning framework: scikit-learn, https://scikit-learn.org/
Deep Learning framework:
pytorch, https://pytorch.org/
tensorflow, https://www.tensorflow.org/
mxnet, mxnet.apache.org