Interesting and useful resources for data science, AI, neuroscience, statistics, and more
Published:
A list of useful or interesting articles, courses, and blogs relating to data science, neuroscience, AI, and statistics (mostly).
Courses & Textbooks
Hands on Machine Learning with Scikit-Learn, Keras, and TensorFlow
I think this is the most popular intro to machine learning book for Python. I didn’t do the Keras/TensorFlow portions, but the first half is more than enough to get started in machine learning.
fast.ai
My favorite deep learning course. It covers deep learning across many domains, AI ethics, and why and how deep learning works so well.
Statistical Rethinking
My favorite (bayesian) statistics course. Taught in R and Stan, but it’s been translated to PyMC3, brms, & Julia.
The Missing Semester of Your CS Education
My favorite practical computer science course. I never took a formal CS class, and this covered a lot of useful material.
SQLZoo
My favorite SQL course. Uses interactive exercises to learn SQL commands step-by-step.
Handbook of Biological Statistics
A useful handbook for practical statistical testing in biology (and probably lots of fields).
Common Statistical Tests are Linear Models
Not really a course, but a cool breakdown of how most statistical tests are really just linear models.
StatQuest
Youtube channel with tons of statistics explanations and tutorials.
3Blue1Brown
Youtube channel with amazingly visual tutorials for lots of topics including linear algebra, calculus, neural networks, and more.
SentDex
Youtube channel with tutorials for seemingly anything you could want to do in Python.
Intro to Brain-like-AGI Safety
Fascinating textbook/series of articles on artificial general intelligence and what precautions we might want to make when it comes to that technology.
Blogs
yohanjohn.com
Yahan John’s blog. Research Assistant Professor at Boston University. Computational neuroscience, cognitive science, and philosophy.
gwern.net
Gwern Branwen’s blog. Psychology, statistics, and technology. Very long-form writing.
vickiboykis.com
Vicki Boykis’ blog. Machine learning engineer at Twitter. Technology, programming, and machine learning.
Statistical Modeling, Causal Inference, and Social Science
Columbia Statistic’s blog (mostly Andrew Gelman). Statistics, economics, social science.
guzey.com
Alexey Guzey’s blog. Executive director at New Science. Meta-science, biology, and philanthropy.
ryxcommar.com
Statistics, modelling, and data science.
Statistical Thinking
Frank E Harrell Jr’s blog. Professor of Biostatistics at Vanderbilt Medicine. Just a lot of statistics: Bayesian, NHST, RCT, machine learning, etc.