Books/video courses recommendation for data science related coding/machine learning/stats

Although the theory basis of my major, cognitive neuroscience, is based on psychology and biology, the skills I need to tackle with the research work of this field are most data science related. Since programming languages and data related techniques are developing with dramatically speed, staying tuned and keeping studying is a must.

Here I want to list some books/course videos that I found super helpful along my learning path.

Python

  • Think Python
    • I learned Python from beginning with this book.
  • Fluent Python
    • I learned many advanced skills in python from this book. Python has so many fancy functions/tricks that can be easily missed. This book help improving your codes in a more elegant and efficient way.
  • Python Cookbook
    • A book with many random skills and tricks.
  • Python Data Science Handbook
    • Learned Numpy, Pandas, Scikit-learn with this book.

R

Machine learning

Misc

Yufei Zhao
Yufei Zhao
PhD Candidate
comments powered by Disqus

Related