{"id":22452007,"url":"https://github.com/woctezuma/deep-learning-resources","last_synced_at":"2025-04-13T22:11:13.794Z","repository":{"id":139782318,"uuid":"184583533","full_name":"woctezuma/deep-learning-resources","owner":"woctezuma","description":"Books, courses, videos and blogs, mostly about Deep Learning.","archived":false,"fork":false,"pushed_at":"2024-09-13T07:44:01.000Z","size":257,"stargazers_count":41,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:35:20.555Z","etag":null,"topics":["acm","bach","blogs","books","chollet","courses","cs224n","cs228","cs231n","deep-learning","deepmind","distill","goodfellow","nips","videos"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woctezuma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-02T13:12:22.000Z","updated_at":"2025-02-19T14:13:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"d44e5485-fdca-441f-a7df-009c9789f96a","html_url":"https://github.com/woctezuma/deep-learning-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fdeep-learning-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fdeep-learning-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fdeep-learning-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woctezuma%2Fdeep-learning-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woctezuma","download_url":"https://codeload.github.com/woctezuma/deep-learning-resources/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788925,"owners_count":21161727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acm","bach","blogs","books","chollet","courses","cs224n","cs228","cs231n","deep-learning","deepmind","distill","goodfellow","nips","videos"],"created_at":"2024-12-06T06:09:30.812Z","updated_at":"2025-04-13T22:11:13.768Z","avatar_url":"https://github.com/woctezuma.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deep Learning Resources\n\n1.   [Books](https://github.com/woctezuma/deep-learning-resources#books)\n2.   [Courses](https://github.com/woctezuma/deep-learning-resources#courses)\n3.   [Videos](https://github.com/woctezuma/deep-learning-resources#videos)\n4.   [External resources](https://github.com/woctezuma/deep-learning-resources#external-resources)\n5.   [Blogs](https://github.com/woctezuma/deep-learning-resources#blogs)\n5.   [Appendix: Python](https://github.com/woctezuma/deep-learning-resources#python)\n\n## Books\n\n-   [[PDF][ssl-book-pdf]] [Yann LeCun et al. A Cookbook of Self-Supervised Learning. 2023][ssl-book]\n\n\u003e   Self-supervised learning, dubbed the dark matter of intelligence, is a promising path to advance machine learning. Yet, much like cooking, training SSL methods is a delicate art with a high barrier to entry. While many components are familiar, successfully training a SSL method involves a dizzying set of choices from the pretext tasks to training hyper-parameters. Our goal is to lower the barrier to entry into SSL research by laying the foundations and latest SSL recipes in the style of a cookbook. We hope to empower the curious researcher to navigate the terrain of methods, understand the role of the various knobs, and gain the know-how required to explore how delicious SSL can be. \n\n-   [[PDF][udl-book-pdf]] [Simon J. D. Prince. Understanding Deep Learning. 2023][udl-book]\n\n\u003e   Deep Learning provides an authoritative, accessible, and up-to-date treatment of the subject, covering all the key topics along with recent advances and cutting-edge concepts. From machine learning basics to advanced models, each concept is presented in lay terms and then detailed precisely in mathematical form and illustrated visually. \n\n-   [[PDF][pdlt-book-pdf]] [Dan Roberts \u0026 Sho Yaida. The Principles of Deep Learning Theory. 2021][pdlt-book-html]\n\n\u003e   \"The Principles of Deep Learning Theory: An Effective Theory Approach to Understanding Neural Networks\" is a collaboration between Sho Yaida of Facebook AI Research, Dan Roberts of MIT and Salesforce, and Boris Hanin at Princeton.\nAt a fundamental level, the book provides a theoretical framework for understanding DNNs from first principles.\nThis book will be published by Cambridge University Press in early 2022 and the manuscript is now publicly available. \n\n-   [[PDF][bach-book-pdf]] [Francis Bach. Learning Theory from First Principles. 2021][bach-book-html]\n\n\u003e   This draft textbook is extracted from lecture notes from a class taught online during Fall 2020, with an extra pass during Spring 2021.\nThe goal is to present old and recent results in learning theory, for the most widely-used learning architectures.\nThis class is geared towards theory-oriented students or students who want to acquire a basic mathematical understanding of machine learning algorithms.\n\n-   [[PDF][dl-interviews-pdf]] [Shlomo Kashani \u0026 Amir Ivry. Deep Learning Interviews. 2021][dl-interviews-github]\n\n\u003e   Hundreds of fully-solved problems, designed to provide an overview of the field of AI, and rehearse interview topics. Available at\nhttps://www.interviews.ai/\n\n-   [[PDF][pml-book1-pdf]] [[PYNB][pml-book1-pynb]] [Kevin Patrick Murphy. Probabilistic Machine Learning: An Introduction. MIT Press. 2021][pml-book1-html]\n\n\u003e   A comprehensive introduction to machine learning that uses probabilistic models and inference as a unifying approach. All the books are listed at http://mlbayes.ai\n\n-   [[PDF][dl-book-pdf]] [Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. Deep learning. MIT press, 2016][dl-book]\n\n\u003e  The Deep Learning textbook is a resource intended to help students and practitioners enter the field of machine learning in general and deep learning in particular. The online version of the book is now complete and will remain available online for free. \n\n-   [[PYNB][chollet-book-ipynb]] [Chollet, Francois. Deep Learning with Python. Manning Publications, 2017][chollet-book]\n\n\u003e Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples.\n\n-   [Ng, Andrew. Machine Learning Yearning. 2018][ng-book]\n\n\u003e AI is transforming numerous industries. Machine Learning Yearning, a free ebook from Andrew Ng, teaches you how to structure Machine Learning projects.\nThis book is focused not on teaching you ML algorithms, but on how to make ML algorithms work.\n\n-   [[PDF][pytorch-book-pdf]] [Stevens, Eli, Luca Antiga, and Thomas Viehmann. Deep Learning with PyTorch. Manning Publications, 2020][pytorch-book]\n\n\u003e  Deep Learning with PyTorch teaches you how to implement deep learning algorithms with Python and PyTorch. This book takes you into a fascinating case study: building an algorithm capable of detecting malignant lung tumors using CT scans. As the authors guide you through this real example, you'll discover just how effective and fun PyTorch can be. After a quick introduction to the deep learning landscape, you'll explore the use of pre-trained networks and start sharpening your skills on working with tensors. You'll find out how to represent the most common types of data with tensors and how to build and train neural networks from scratch on practical examples, focusing on images and sequences.\n\n-   [Howard, Jeremy, and Sylvain Gugger. FastAI's Jupyter notebooks. 2020][fastai-book]\n\n\u003e These notebooks cover an introduction to deep learning, fastai, and PyTorch.\n\n-   [[PDF][gpml-pdf]] [Rasmussen, CE and Williams, CKI. Gaussian Processes for Machine Learning. MIT press, 2006][gpml-book]\n\n\u003e  Gaussian processes (GPs) provide a principled, practical, probabilistic approach to learning in kernel machines. GPs have received increased attention in the machine-learning community over the past decade, and this book provides a long-needed systematic and unified treatment of theoretical and practical aspects of GPs in machine learning. The treatment is comprehensive and self-contained, targeted at researchers and students in machine learning and applied statistics.\n\n## Courses\n\n-   [Data Flowr 🌻: a Bayesian deep learning course][data-flowr-x-ens], by Marc Lelarge \u0026 Jill-Jênn Vie (X-ENS)\n\n\u003e This site collects resources to learn Deep Learning in the form of Modules available through the sidebar on the left. As a student, you can walk through the modules at your own pace and interact with others thanks to the associated digital platforms. Then we hope you'll become a contributor by adding modules to this site!\n\n-   [Institut Polytechnique de Paris: Deep Learning][m2dsupsdlclass], by Olivier Grisel \u0026 Charles Ollion [[PyTorch]][m2dsupsdlclass-pytorch]\n\n\u003e The course covers the basics of Deep Learning, with a focus on applications.\n\n-   [FUN: Machine learning in Python with `scikit-learn`.][scikit-learn-fun-mooc], by Olivier Grisel et al. (Inria) [[Website]][scikit-learn-web-mooc]\n\n\u003e  Build predictive models with scikit-learn and gain a practical understanding of the strengths and limitations of machine learning!\nHosted by France Université Numérique (FUN).\n\n-   [Unige 14x050 / EPFL EE-559: Deep Learning][fleuret-course], by François Fleuret (University of Geneva)\n\n\u003e This course is a thorough introduction to deep-learning, with examples in the PyTorch framework.\n\n-   [UC Berkeley: Full-Stack Deep Learning][fullstackdeeplearning]\n\n\u003e There are many great courses to learn how to train deep neural networks. However, training the model is just one part of shipping a deep learning project. This course teaches full-stack production deep learning:\n\n-   [DS-GA 1008: Deep Learning (with PyTorch)][nyu-course], by Yann LeCun \u0026 Alfredo Canziani (New York University) [Github][nyu-github-repo]\n\n\u003e 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.\n\n-   [Google: TensorFlow, Keras and deep learning, without a PhD][google-introductory-course] ([and other TensorFlow courses][google-tensorflow-courses])\n\n\u003e  Google Developers Codelabs provide a guided, tutorial, hands-on coding experience. Most codelabs will step you through the process of building a small application, or adding a new feature to an existing application. They cover a wide range of topics such as Android Wear, Google Compute Engine, Project Tango, and Google APIs on iOS. \n\n-   [Deep Learning with PyTorch: A 60 Minute Blitz][pytorch-introductory-course]\n\n\u003e A tutorial about PyTorch, by Soumith Chintala (Facebook AI Research).\n\n-   [Google: Machine Learning Crash Course][google-crash-course]\n\n\u003e A self-study guide for aspiring machine learning practitioners. Machine Learning Crash Course features a series of lessons with video lectures, real-world case studies, and hands-on practice exercises. \n\n-   [CS231n: Convolutional Neural Networks for Visual Recognition][cs231n-course]\n\n\u003e Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving cars. Core to many of these applications are visual recognition tasks such as image classification, localization and detection. Recent developments in neural network (aka “deep learning”) approaches have greatly advanced the performance of these state-of-the-art visual recognition systems. This course is a deep dive into details of the deep learning architectures with a focus on learning end-to-end models for these tasks, particularly image classification. During the 10-week course, students will learn to implement, train and debug their own neural networks and gain a detailed understanding of cutting-edge research in computer vision. The final assignment will involve training a multi-million parameter convolutional neural network and applying it on the largest image classification dataset (ImageNet). We will focus on teaching how to set up the problem of image recognition, the learning algorithms (e.g. backpropagation), practical engineering tricks for training and fine-tuning the networks and guide the students through hands-on assignments and a final course project. Much of the background and materials of this course will be drawn from the ImageNet Challenge. \n\n-   [CS294-158-SP20: Deep Unsupervised Learning][cs294-course]\n\n\u003e Berkeley's course will cover two areas of deep learning in which labeled data is not required: Deep Generative Models and Self-supervised Learning. Recent advances in generative models have made it possible to realistically model high-dimensional raw data such as natural images, audio waveforms and text corpora. Strides in self-supervised learning have started to close the gap between supervised representation learning and unsupervised representation learning in terms of fine-tuning to unseen tasks. This course will cover the theoretical foundations of these topics as well as their newly enabled applications.\n\n-   [INFO8010: Deep Learning][info8010-course]\n\n\u003e Lectures by Gilles Louppe, researcher in AI and contributor to sci-kit learn, at ULiège.\n\n-   [INFO8006: Introduction to Artificial Intelligence][info8006-course]\n\n\u003e Lectures by Gilles Louppe, researcher in AI and contributor to sci-kit learn, at ULiège.\n\n-   [MIT 6.S191: Introduction to Deep Learning][s191-course]\n\n\u003e  MIT's introductory course on deep learning methods with applications to computer vision, natural language processing, biology, and more! Students will gain foundational knowledge of deep learning algorithms and get practical experience in building neural networks in TensorFlow.\n\n-   [CS224n: Natural Language Processing with Deep Learning][cs224n-course]\n\n\u003e  Natural language processing (NLP) is one of the most important technologies of the information age, and a crucial part of artificial intelligence. Applications of NLP are everywhere because people communicate almost everything in language: web search, advertising, emails, customer service, language translation, medical reports, etc. In recent years, Deep Learning approaches have obtained very high performance across many different NLP tasks, using single end-to-end neural models that do not require traditional, task-specific feature engineering. In this course, students will gain a thorough introduction to cutting-edge research in Deep Learning for NLP. Through lectures, assignments and a final project, students will learn the necessary skills to design, implement, and understand their own neural network models. This year, CS224n will be taught for the first time using PyTorch rather than TensorFlow (as in previous years). \n\n-   [CS228: Probabilistic Graphical Models][cs228-course]\n\n\u003e This course starts by introducing probabilistic graphical models from the very basics and concludes by explaining from first principles the variational auto-encoder, an important probabilistic model that is also one of the most influential recent results in deep learning.\n\n-   [Gabriel Peyré: Numerical Tours of Data Sciences][peyre-course]\n\n\u003e  The Numerical Tours of Data Sciences, by Gabriel Peyré, gather Python experiments to explore modern mathematical data sciences. They cover data sciences in a broad sense, including imaging, machine learning, computer vision and computer graphics. It showcases application of numerical and mathematical methods such as convex optimization, PDEs, optimal transport, inverse problems, sparsity, etc. The tours are complemented by slides of courses detailing the theory and the algorithms.\n\n## Videos\n\n-   [Data Flowr 🌻 on Youtube][data-flowr-videos]\n\n\u003e Videos about deep learning. Please visit https://www.dataflowr.com/ for more material. \n\n-   [CS231n: Convolutional Neural Networks for Visual Recognition. Stanford University School of Engineering, 2017][cs231n-video]\n\n\u003e Computer Vision has become ubiquitous in our society, with applications in search, image understanding, apps, mapping, medicine, drones, and self-driving cars. Core to many of these applications are visual recognition tasks such as image classification, localization and detection. Recent developments in neural network (aka “deep learning”) approaches have greatly advanced the performance of these state-of-the-art visual recognition systems. This lecture collection is a deep dive into details of the deep learning architectures with a focus on learning end-to-end models for these tasks, particularly image classification. From this lecture collection, students will learn to implement, train and debug their own neural networks and gain a detailed understanding of cutting-edge research in computer vision. \nInstructors: \nFei-Fei Li: http://vision.stanford.edu/feifeili/ \nJustin Johnson: http://cs.stanford.edu/people/jcjohns/ \nSerena Yeung: http://ai.stanford.edu/~syyeung/\n\n-   [MIT 6.S191: Introduction to Deep Learning. MIT, 2020][s191-video]\n\n\u003e  MIT's introductory course on deep learning methods with applications to computer vision, natural language processing, biology, and more! Students will gain foundational knowledge of deep learning algorithms and get practical experience in building neural networks in TensorFlow.\n\n-   [Introduction to reinforcement learning. University College London, 2018][ucl-rl-intro-video]\n\n\u003e Watch the lectures from DeepMind research lead David Silver's course on reinforcement learning, taught at University College London.\nAccess slides, assignments, exams, and more info about the course at: http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html\nTo learn more about DeepMind's ongoing research with reinforcement learning, visit our blog: https://deepmind.com/blog/deep-reinforcement-learning/\nFor a powerful illustration of reinforcement learning in action, watch the AlphaGo documentary: https://www.alphagomovie.com/\n\n-   [Advanced Deep Learning \u0026 Reinforcement Learning. University College London, 2018][ucl-rl-advanced-video]\n\n\u003e This course, taught originally at UCL and recorded for online access, has two interleaved parts that converge towards the end of the course. One part is on machine learning with deep neural networks, the other part is about prediction and control using reinforcement learning. The two strands come together when we discuss deep reinforcement learning, where deep neural networks are trained as function approximators in a reinforcement learning setting.\nThe deep learning stream of the course will cover a short introduction to neural networks and supervised learning with TensorFlow, followed by lectures on convolutional neural networks, recurrent neural networks, end-to-end and energy-based learning, optimization methods, unsupervised learning as well as attention and memory. Possible applications areas to be discussed include object recognition and natural language processing.\nThe reinforcement learning stream will cover Markov decision processes, planning by dynamic programming, model-free prediction and control, value function approximation, policy gradient methods, integration of learning and planning, and the exploration/exploitation dilemma. Possible applications to be discussed include learning to play classic board games as well as video games.\n\n-   [[slides][goodfellow-acml-2018-slides]] [Ian Goodfellow. Adversarial Machine Learning. Association for Computing Machinery (ACM), 2018][goodfellow-acml-2018-video]\n\n\u003e Most machine learning algorithms involve optimizing a single set of parameters to decrease a single cost function. In adversarial machine learning, two or more \"players\" each adapt their own parameters to decrease their own cost, in competition with the other players. In some adversarial machine learning algorithms, the algorithm designer contrives this competition between two machine learning models in order to produce a beneficial side effect. For example, the generative adversarial networks framework involves a contrived conflict between a generator network and a discriminator network that results in the generator learning to produce realistic data samples. In other contexts, adversarial machine learning models a real conflict, for example, between spam detectors and spammers. In general, moving machine learning from optimization and a single cost to game theory and multiple costs has led to new insights in many application areas.\n\n-   [[slides][goodfellow-nips-2016-slides]] [Ian Goodfellow. Generative Adversarial Networks. Neural Information Processing Systems (NIPS), 2016][goodfellow-nips-2016-video]\n\n\u003e Generative adversarial networks (GANs) are a recently introduced class of generative models, designed to produce realistic samples. This tutorial is intended to be accessible to an audience who has no experience with GANs, and should prepare the audience to make original research contributions applying GANs or improving the core GAN algorithms. GANs are universal approximators of probability distributions. Such models generally have an intractable log-likelihood gradient, and require approximations such as Markov chain Monte Carlo or variational lower bounds to make learning feasible. GANs avoid using either of these classes of approximations. The learning process consists of a game between two adversaries: a generator network that attempts to produce realistic samples, and a discriminator network that attempts to identify whether samples originated from the training data or from the generative model. At the Nash equilibrium of this game, the generator network reproduces the data distribution exactly, and the discriminator network cannot distinguish samples from the model from training data. Both networks can be trained using stochastic gradient descent with exact gradients computed by maximum likelihood.\n\n## External resources\n\n- [DeepMind's AtHomeWithAI: Curated Resource List][deepmind-external-resource]\n\n\u003e A list of educational resources curated by DeepMind Scientists and Engineers for students interested in learning more about artifical intelligence, machine learning and other related topics.\n\n-   [[WEB][ens-external-resource]] [Stéphane Mallat's \"Challenge de données\"][cdf-external-resource]\n\n\u003e We organize challenges of data sciences from data provided by public services, companies and laboratorie. This website is managed by the Data team of the École Normale Supérieure of Paris in partnership with the Collège de France. It is supported by the CFM chair and the PRAIRIE Institute. \n\n## Blogs\n\n-   [Distill][distill-blog]\n\n\u003e Distill is an academic journal in the area of Machine Learning. The distinguishing trait of a Distill article is outstanding communication and a dedication to human understanding. Distill articles often, but not always, use interactive media.\n\n-   [Francis Bach's blog posts][bach-blog]\n\n\u003e Francis Bach is a researcher at INRIA in the Computer Science department of Ecole Normale Supérieure, in Paris, France. He has been working on machine learning since 2000, with a focus on algorithmic and theoretical contributions, in particular in optimization.\n\n-   [Facebook][facebook-blog]\n\n\u003e Facebook is an American multinational technology conglomerate based in Menlo Park, California.\n\n-   [OpenAI][openai-blog]\n\n\u003e OpenAI is an AI research and deployment company based in San Francisco, California.\n\n-   [Gwern][gwern-blog]\n\n\u003e This is the website of Gwern Branwen. I write about psychology, statistics, and technology; I am best known for work on the darknet markets \u0026 Bitcoin, blinded self-experiments \u0026 Quantified Self analyses, dual n-back \u0026 spaced repetition, and modafinil.\n\n## Python\n\n-   Greg Wilson's [*Software Design by Example*][python-software-design]\n\n\u003e A tool-based introduction with Python.\n\n-   Henry Schreiner's [*Level Up Your Python*][python-level-up]\n\n\u003e A course in intermediate Python for a beginner ready to move up.\n\n\u003c!-- Definitions --\u003e\n\n[ssl-book]: \u003chttps://arxiv.org/abs/2304.12210\u003e\n[ssl-book-pdf]: \u003chttps://arxiv.org/pdf/2304.12210.pdf\u003e\n[pdlt-book-pdf]: \u003chttps://deeplearningtheory.com/PDLT.pdf\u003e\n[pdlt-book-html]: \u003chttps://ai.facebook.com/blog/advancing-ai-theory-with-a-first-principles-understanding-of-deep-neural-networks/\u003e\n[bach-book-pdf]: \u003chttps://www.di.ens.fr/~fbach/ltfp_book.pdf\u003e\n[bach-book-html]: \u003chttps://francisbach.com/i-am-writing-a-book/\u003e\n[dl-interviews-pdf]: \u003chttps://arxiv.org/abs/2201.00650\u003e\n[dl-interviews-github]: \u003chttps://github.com/BoltzmannEntropy/interviews.ai\u003e\n[dl-book-pdf]: \u003chttps://github.com/janishar/mit-deep-learning-book-pdf\u003e\n[dl-book]: \u003chttps://www.deeplearningbook.org/\u003e\n[chollet-book-ipynb]: \u003chttps://github.com/fchollet/deep-learning-with-python-notebooks\u003e\n[chollet-book]: \u003chttps://www.manning.com/books/deep-learning-with-python\u003e\n[ng-book]: \u003chttps://github.com/ajaymache/machine-learning-yearning\u003e\n[pytorch-book-pdf]: \u003chttps://pytorch.org/assets/deep-learning/Deep-Learning-with-PyTorch.pdf\u003e\n[pytorch-book]: \u003chttps://www.manning.com/books/deep-learning-with-pytorch\u003e\n[fastai-book]: \u003chttps://github.com/fastai/fastbook\u003e\n[pml-book1-pdf]: \u003chttps://github.com/probml/pml-book/releases/latest/download/pml1.pdf\u003e\n[pml-book1-html]: \u003chttps://probml.github.io/pml-book/book1.html\u003e\n[pml-book1-pynb]: \u003chttps://github.com/probml/pyprobml/tree/master/book1#probabilistic-machine-learning-an-introduction\u003e\n[gpml-book]: \u003chttp://www.gaussianprocess.org/gpml/chapters/\u003e\n[gpml-pdf]: \u003chttp://www.gaussianprocess.org/gpml/chapters/RW.pdf\u003e\n[udl-book]: \u003chttps://udlbook.github.io/udlbook/\u003e\n[udl-book-pdf]: \u003chttps://github.com/udlbook/udlbook/releases/download/v.4.0.4/UnderstandingDeepLearning_08_28_24_C.pdf\u003e\n\n[data-flowr-x-ens]: \u003chttps://www.dataflowr.com/\u003e\n[m2dsupsdlclass]: \u003chttps://m2dsupsdlclass.github.io/lectures-labs/\u003e\n[m2dsupsdlclass-pytorch]: \u003chttps://github.com/ogrisel/dlclass-pytorch\u003e\n[scikit-learn-web-mooc]: \u003chttps://inria.github.io/scikit-learn-mooc/\u003e\n[scikit-learn-fun-mooc]: \u003chttps://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn/\u003e\n[fleuret-course]: \u003chttps://fleuret.org/dlc/\u003e\n[fullstackdeeplearning]: \u003chttps://fullstackdeeplearning.com/\u003e\n[nyu-course]: \u003chttps://cds.nyu.edu/deep-learning/\u003e\n[nyu-github-repo]: \u003chttps://github.com/Atcold/pytorch-Deep-Learning\u003e\n[google-introductory-course]: \u003chttps://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/\u003e\n[google-tensorflow-courses]: \u003chttps://codelabs.developers.google.com/?cat=TensorFlow\u003e\n[pytorch-introductory-course]: \u003chttps://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html\u003e\n[google-crash-course]: \u003chttps://developers.google.com/machine-learning/\u003e\n[cs231n-course]: \u003chttp://cs231n.stanford.edu/\u003e\n[cs294-course]: \u003chttps://sites.google.com/view/berkeley-cs294-158-sp20/#h.p_0x8gJbwhqwC0\u003e\n[info8010-course]: \u003chttps://github.com/glouppe/info8010-deep-learning\u003e\n[info8006-course]: \u003chttps://github.com/glouppe/info8006-introduction-to-ai\u003e\n[s191-course]: \u003chttp://introtodeeplearning.com/\u003e\n[cs224n-course]: \u003chttp://web.stanford.edu/class/cs224n/\u003e\n[cs228-course]: \u003chttps://ermongroup.github.io/cs228-notes/\u003e\n[peyre-course]: \u003chttp://www.numerical-tours.com/python/\u003e\n\n[data-flowr-videos]: \u003chttps://www.youtube.com/channel/UCooNXm7hUIKnFn4oLvYXotQ/videos\u003e\n[cs231n-video]: \u003chttps://www.youtube.com/playlist?list=PL3FW7Lu3i5JvHM8ljYj-zLfQRF3EO8sYv\u003e\n[s191-video]: \u003chttps://www.youtube.com/watch?v=njKP3FqW3Sk\u0026list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI\u0026index=1\u003e\n[ucl-rl-intro-video]: \u003chttps://www.youtube.com/playlist?list=PLqYmG7hTraZDM-OYHWgPebj2MfCFzFObQ\u003e\n[ucl-rl-advanced-video]: \u003chttps://www.youtube.com/playlist?list=PLqYmG7hTraZDNJre23vqCGIVpfZ_K2RZs\u003e\n[goodfellow-acml-2018-slides]: \u003chttp://www.iangoodfellow.com/slides/2018-07-24.pdf\u003e\n[goodfellow-acml-2018-video]: \u003chttps://www.youtube.com/watch?v=3-qazNQS2JU\u003e\n[goodfellow-nips-2016-slides]: \u003chttp://www.iangoodfellow.com/slides/2016-12-04-NIPS.pdf\u003e\n[goodfellow-nips-2016-video]: \u003chttps://www.youtube.com/watch?v=HGYYEUSm-0Q\u003e\n\n[deepmind-external-resource]: \u003chttps://storage.googleapis.com/deepmind-media/research/New_AtHomeWithAI%20resources.pdf\u003e\n[ens-external-resource]: \u003chttps://challengedata.ens.fr/\u003e\n[cdf-external-resource]: \u003chttps://www.college-de-france.fr/site/stephane-mallat/Challenge-de-donnees.htm\u003e\n\n[facebook-blog]: \u003chttps://ai.facebook.com/blog/\u003e\n[distill-blog]: \u003chttps://distill.pub/\u003e\n[openai-blog]: \u003chttps://openai.com/blog/\u003e\n[gwern-blog]: \u003chttps://www.gwern.net/tags/NN\u003e\n[bach-blog]: \u003chttps://francisbach.com/\u003e\n\n[python-software-design]: \u003chttps://third-bit.com/sdxpy/\u003e\n[python-level-up]: \u003chttps://henryiii.github.io/level-up-your-python/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoctezuma%2Fdeep-learning-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoctezuma%2Fdeep-learning-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoctezuma%2Fdeep-learning-resources/lists"}