├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Great that you want to contribute! 4 | 5 | ## What you can contribute 6 | 7 | 1. Adding new courses to the list. Please don't add courses that 8 | cover the exact same material as existing ones without adding 9 | additional value. 10 | 2. Adding short summaries for the existing courses. 11 | 12 | ## How you should contribute 13 | 14 | * Make sure that the course is neither an exact duplicate of the course 15 | on the list or coverse the same material 16 | * Make sure that the lecture is high-quality in terms of its content 17 | * Add a summary for all new courses. This makes it easier for the reviewer 18 | to decide whether a course is relevant. 19 | * Follow by the existing format 20 | * Create individual pull requests for each suggestion 21 | * Your pull request must have a descriptive name 22 | * Check spelling and grammar 23 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Machine Learning and AI Courses 2 | 3 | A curated list of awesome, free machine learning and artificial intelligence courses 4 | with video lectures. 5 | All courses are available as high-quality video lectures by some of the best 6 | AI researchers and teachers on this planet. 7 | 8 | Besides the video lectures, I linked course websites with lecture notes, 9 | additional readings and assignments. 10 | 11 | 12 | ## Introductory Lectures 13 | These are great courses to get started in machine learning and AI. 14 | No prior experience in ML and AI is needed. You should have some knowledge of 15 | linear algebra, introductory calculus and probability. 16 | Some programming experience is also recommended. 17 | 18 | 19 | * [Machine Learning (Stanford CS229)](https://www.youtube.com/playlist?list=PLoROMvodv4rMiGQp3WXShtMGgzqpfVfbU) | [Course website](http://cs229.stanford.edu/syllabus-autumn2018.html) 20 | 21 | This modern classic of machine learning courses is a great starting point 22 | to understand the concepts and techniques of machine learning. 23 | The course covers many widely used techniques, 24 | The lecture notes are detailed and review necessary mathematical concepts. 25 | 26 | 27 | * [Convolutional Neural Networks for Visual Recognition (Stanford CS231n)](https://www.youtube.com/playlist?list=PL3FW7Lu3i5JvHM8ljYj-zLfQRF3EO8sYv) | [Course website](https://cs231n.github.io/) 28 | 29 | A great way to start with deep learning. The course focuses on 30 | convolutional neural networks and computer vision, but also 31 | gives an overview on recurrent networks and reinforcement learning. 32 | 33 | 34 | * [Introduction to Artificial Intelligence (UC Berkeley CS188)](https://www.youtube.com/playlist?list=PL7k0r4t5c108AZRwfW-FhnkZ0sCKBChLH) | [Course website](https://inst.eecs.berkeley.edu/~cs188/fa18/index.html) 35 | 36 | Covers the whole field of AI. From search methods, game trees and machine learning to Bayesian networks and reinforcement learning. 37 | 38 | * [Applied Machine Learning 2020 (Columbia)](https://www.youtube.com/playlist?list=PL_pVmAaAnxIRnSw6wiCpSvshFyCREZmlM) 39 | 40 | Alternative to Stanford CS229. As the name implies, this course takes a more 41 | applied perspective than Andrew Ng's machine learning lecture at Stanford. 42 | You will see more code than mathematics. Concepts and algorithms are 43 | using the popular Python libraries scikit-learn and Keras. 44 | 45 | 46 | * [Introduction to Reinforcement learning with David Silver (DeepMind)](https://www.youtube.com/playlist?list=PLqYmG7hTraZBiG_XpjnPrSNw-1XQaM_gB) | [Course website](https://www.davidsilver.uk/teaching/) 47 | 48 | Introduction to reinforcement learning by one of the leading researchers behind 49 | AlphaGo and AlphaZero. 50 | 51 | 52 | * [Natural Language Processing with Deep Learning (Stanford CS224N)](https://www.youtube.com/playlist?list=PLoROMvodv4rOSH4v6133s9LFPRHjEmbmJ) | [Course website](http://web.stanford.edu/class/cs224n/) 53 | 54 | Modern NLP techniques from recurrent neural networks and word embeddings 55 | to transformers and self-attention. Covers applied topics like questions answering and 56 | text generation. 57 | 58 | * [Deep Learning - NYU - 2020](https://www.youtube.com/playlist?list=PLLHTzKZzVU9eaEyErdV26ikyolxOsz6mq) | [Course website](https://atcold.github.io/pytorch-Deep-Learning/) 59 | 60 | This course concerns the latest techniques in deep learning and representation learning, focusing on supervised and unsupervised deep learning, embedding methods, metric learning, convolutional and recurrent nets, with applications to computer vision, natural language understanding, and speech recognition. 61 | 62 | * [Machine Learning with Graphs (Stanford CS224W)](https://www.youtube.com/playlist?list=PLoROMvodv4rPLKxIpqhjhPgdQy7imNkDn) | [Course website](https://web.stanford.edu/class/cs224w/) 63 | 64 | Comprehensive overview of machine learning techniques applied to graph-structured data. Topics include node embeddings, graph neural networks (GNNs), heterogeneous graphs, knowledge graphs, and their applications. 65 | The course also covers advanced topics like neural subgraph matching, graph transformers, and scaling GNNs to large graphs. 66 | 67 | 68 | ## Advanced Lectures 69 | 70 | Advanced courses that require prior knowledge in machine learning and AI. 71 | 72 | * [Deep Unsupervised Learning (UC Berkeley CS294)](https://www.youtube.com/channel/UCf4SX8kAZM_oGcZjMREsU9w/videos) | [Course website](https://sites.google.com/view/berkeley-cs294-158-sp19/home) 73 | 74 | 75 | * [Frontiers of Deep Learning (Simons Institute)](https://www.youtube.com/playlist?list=PLgKuh-lKre11ekU7g-Z_qsvjDD8cT-hi9) | [Course website](https://simons.berkeley.edu/workshops/dl2019-1) 76 | 77 | 78 | * [New Deep Learning Techniques](https://www.youtube.com/playlist?list=PLHyI3Fbmv0SdM0zXj31HWjG9t9Q0v2xYN) | [Course website](http://www.ipam.ucla.edu/programs/workshops/new-deep-learning-techniques/?tab=overview) 79 | 80 | * [Geometry of Deep Learning (Microsoft Research)](https://www.youtube.com/playlist?list=PLD7HFcN7LXRe30qq36It2XCljxc340O_d) | [Course website](https://www.microsoft.com/en-us/research/event/ai-institute-2019/) 81 | 82 | * [Deep Multi-Task and Meta Learning (Stanford CS330) Autumn 2022](https://www.youtube.com/watch?v=bkVCAk9Nsss&list=PLoROMvodv4rNjRoawgt72BBNwL2V7doGI) | [Course Website](http://cs330.stanford.edu/) 83 | 84 | * [Mathematics of Machine Learning Summer School 2019 (University of Washington)](https://www.youtube.com/playlist?list=PLTPQEx-31JXhguCush5J7OGnEORofoCW9) | [Course Website](http://mathofml.cs.washington.edu/) 85 | 86 | * [Probabilistic Graphical Models (Carneggie Mellon University)](https://www.youtube.com/playlist?list=PLoZgVqqHOumTY2CAQHL45tQp6kmDnDcqn) | [Course Website](https://sailinglab.github.io/pgm-spring-2019/) 87 | 88 | * [Probabilistic and Statistical Machine Learning 2020 (University of Tübingen)](https://www.youtube.com/playlist?list=PL05umP7R6ij1tHaOFY96m5uX3J21a6yNd) 89 | 90 | * [Statistical Machine Learning 2020 (University of Tübingen)](https://www.youtube.com/playlist?list=PL05umP7R6ij2XCvrRzLokX6EoHWaGA2cC) 91 | 92 | * [Mobile Sensing and Robotics 2019 (Bonn University)](https://www.youtube.com/playlist?list=PLgnQpQtFTOGQJXx-x0t23RmRbjp_yMb4v) 93 | 94 | * [Sensors and State Estimation Course 2020 (Bonn University)](https://www.youtube.com/playlist?list=PLgnQpQtFTOGQh_J16IMwDlji18SWQ2PZ6) 95 | 96 | * [Photogrammetry 2015 (Bonn University)](https://www.youtube.com/playlist?list=PLgnQpQtFTOGRsi5vzy9PiQpNWHjq-bKN1) 97 | 98 | * [Advanced Deep Learning & Reinforcement Learning 2020 (DeepMind / UCL)](https://www.youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs) 99 | 100 | * [Data-Driven Dynamical Systems with Machine Learning](https://www.youtube.com/playlist?list=PLMrJAkhIeNNR6DzT17-MM1GHLkuYVjhyt) 101 | 102 | * [Data-Driven Control with Machine Learning](https://www.youtube.com/playlist?list=PLMrJAkhIeNNQkv98vuPjO2X2qJO_UPeWR) 103 | 104 | * [ECE AI Seminar Series 2020 (NYU)](https://www.youtube.com/playlist?list=PLhwo5ntex8iY9xhpSwWas451NgVuqBE7U) 105 | 106 | * [CS287 Advanced Robotics at UC Berkeley Fall 2019](https://www.youtube.com/playlist?list=PLwRJQ4m4UJjNBPJdt8WamRAt4XKc639wF) 107 | 108 | * [CSEP 546 - Machine Learning (AU 2019) (U of Washington)](https://www.youtube.com/playlist?list=PLTPQEx-31JXj87XLsYutYGKw6K9dNaD36) 109 | 110 | * [Deep Reinforcment Learning, Decision Making and Control (UC Berkeley CS285)](https://www.youtube.com/playlist?list=PLkFD6_40KJIwhWJpGazJ9VSj9CFMkb79A) 111 | 112 | * [Stanford Convex Optimization](https://www.youtube.com/playlist?list=PLdrixi40lpQm5ksInXlRon1eRwq_gzIcw) 113 | 114 | * [Stanford CS224U: Natural Language Understanding | Spring 2019](https://www.youtube.com/playlist?list=PLoROMvodv4rObpMCir6rNNUlFAn56Js20) 115 | 116 | * [Full Stack Deep Learning 2019](https://www.youtube.com/playlist?list=PL1T8fO7ArWlcf3Hc4VMEVBlH8HZm_NbeB) 117 | 118 | * [Emerging Challenges in Deep Learning](https://www.youtube.com/playlist?list=PLgKuh-lKre10BpafDrv0fg2VNUweWXWVd) 119 | 120 | * [Deep|Bayes 2019 Summer School](https://www.youtube.com/playlist?list=PLe5rNUydzV9QHe8VDStpU0o8Yp63OecdW) 121 | 122 | * [CMU Neural Nets for NLP 2020](https://www.youtube.com/playlist?list=PL8PYTP1V4I8CJ7nMxMC8aXv8WqKYwj-aJ) 123 | 124 | * [New Directions in Reinforcement Learning and Control (Institure for Advanced Study)](https://www.youtube.com/playlist?list=PLdDZb3TwJPZ61sGqd6cbWCmTc275NrKu3) 125 | 126 | * [Workshop on Theory of Deep Learning: Where next (Institure for Advanced Study)](https://www.youtube.com/playlist?list=PLdDZb3TwJPZ5dqqg_S-rgJqSFeH4DQqFQ) 127 | 128 | * [Deep Learning: Alchemy or Science? (Institure for Advanced Study)](https://www.youtube.com/playlist?list=PLdDZb3TwJPZ7aAxhIHALBoh8l6-UxmMNP) 129 | 130 | * [Theoretical Machine Learning Lecture Series (Institure for Advanced Study)](https://www.youtube.com/playlist?list=PLdDZb3TwJPZ5VLprf2VUfC0h1zOGvV_gz) 131 | 132 | * [Mathematics of Big Data and Machine Learning (MIT)](https://www.youtube.com/playlist?list=PLUl4u3cNGP62uI_DWNdWoIMsgPcLGOx-V) 133 | 134 | * [Introduction to Data-Centric AI (MIT)](https://dcai.csail.mit.edu/) | [Lecture videos](https://www.youtube.com/watch?v=ayzOzZGHZy4&list=PLnSYPjg2dHQKdig0vVbN-ZnEU0yNJ1mo5) | [Lab assignments](https://github.com/dcai-course/dcai-lab) 135 | 136 | * [Transformers as a Computational Model (UC Berkeley, Simons Institute)](https://www.youtube.com/playlist?list=PLgKuh-lKre11RuxGM038u0OSxVdCicIMF) 137 | --------------------------------------------------------------------------------