Course MIT Open Courseware
The course provides a wide variety of computer science, statistics, and calculus learning materials including lectures, notes, exercises, and workbooks. If you are new to statistics, an introductory course on Probability and Statistics might be a good place to start.
The podcast and YouTube channel Machine Learning Street Talk
The podcast is an outstanding resource for any data science and machine learning practitioner. It not only helps to stay up-to-date with current state-of-the-art research in the field but also digs deeper into the mechanisms of each particular technique, practical concerns of AI applications, and much more.
Community forum Jovian
Jovian is a great platform to connect to like-minded people. Mostly the audience consists of people who want to or are on the way to transitioning to the data science path. But anyone can find herself a companion to look up to. This is more than a forum, however. There are several courses (most of which are completely free), learning materials, and boot camps, and one can even host and share Jupyter notebooks.
Google AI Blog, Meta AI Blog, OpenAI Blog
Latest machine-learning news from leading AI research centers. Each blog post is a brief overview of recent ML advancements accompanied by detailed explanations, listed resources, papers, and codes.
Resource Papers with Code
A free resource for researchers and practitioners to find and follow the latest state-of-the-art machine and deep learning papers, code, results, and comparisons.
Python library Stanza
Stanza is a natural language processing library. Compared to popular NLTK and Spacy toolkits, this library stands out with sophisticated, powerful, and diverse functionality for natural language processing and analysis. If their syntaxis scares you, do not worry, Spacy provides a wrapper spacy-stanza around it which is more user-friendly.