{"id":13450036,"url":"https://github.com/ritchieng/deep-learning-wizard","last_synced_at":"2025-05-15T01:05:02.190Z","repository":{"id":41063445,"uuid":"139945544","full_name":"ritchieng/deep-learning-wizard","owner":"ritchieng","description":"Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, Apptainer, and more.","archived":false,"fork":false,"pushed_at":"2025-01-23T07:01:24.000Z","size":72937,"stargazers_count":835,"open_issues_count":1,"forks_count":234,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-13T22:39:31.835Z","etag":null,"topics":["apptainer","deep-learning","llamaindex","ollama","python3","pytorch"],"latest_commit_sha":null,"homepage":"https://www.deeplearningwizard.com/","language":"Python","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/ritchieng.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":"2018-07-06T06:56:01.000Z","updated_at":"2025-04-08T03:08:25.000Z","dependencies_parsed_at":"2025-02-28T16:17:32.660Z","dependency_job_id":null,"html_url":"https://github.com/ritchieng/deep-learning-wizard","commit_stats":{"total_commits":418,"total_committers":5,"mean_commits":83.6,"dds":0.1411483253588517,"last_synced_commit":"d43c2d02efad0ae29666abdb1a4d6a94db67599a"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritchieng%2Fdeep-learning-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritchieng%2Fdeep-learning-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritchieng%2Fdeep-learning-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ritchieng%2Fdeep-learning-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ritchieng","download_url":"https://codeload.github.com/ritchieng/deep-learning-wizard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254040,"owners_count":22039792,"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":["apptainer","deep-learning","llamaindex","ollama","python3","pytorch"],"created_at":"2024-07-31T07:00:28.155Z","updated_at":"2025-05-15T01:04:57.181Z","avatar_url":"https://github.com/ritchieng.png","language":"Python","readme":"# Deep Learning Materials by Deep Learning Wizard\n\n\u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\"/\u003e\n\n[![DOI](https://zenodo.org/badge/139945544.svg)](https://zenodo.org/badge/latestdoi/139945544)\n\n## Start Learning Now\n\nPlease head to [www.deeplearningwizard.com](https://www.deeplearningwizard.com/) to start learning! It is mobile/tablet friendly and open-source.\n\n## Repository Details\n\nThis repository contains all the notebooks and mkdocs markdown files of the tutorials covering machine learning, deep learning, deep reinforcement learning, data engineering, general programming, and visualizations powering the website.\n\nTake note this is an early work in progress, do be patient as we gradually upload our guides.\n\n## Sections and Subsections\n\n- Deep Learning and Deep Reinforcement Learning Tutorials (Libraries: Python, PyTorch, Gym, NumPy, Matplotlib and more)\n    - [Introduction](https://www.deeplearningwizard.com/deep_learning/intro/)\n    - [Course Progression](https://www.deeplearningwizard.com/deep_learning/course_progression/)\n    - Practical Deep Learning with PyTorch\n      - [Matrices](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_matrices/)\n      - [Gradients](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_gradients/)\n      - [Linear Regression](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_linear_regression/)\n      - [Logistic Regression](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_logistic_regression/)\n      - [Feedforward Neural Network (FNN)](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_feedforward_neuralnetwork/)\n      - [Convolutional Neural Network (CNN)](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_convolutional_neuralnetwork/)\n      - [Recurrent Neural Network (RNN)](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_recurrent_neuralnetwork/)\n      - [Long Short-Term Memory Network (LSTM)](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_lstm_neuralnetwork/)\n      - [Autoencoders (AE)](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_autoencoder/)\n      - [Fully Connected Overcomplete Autoencoders](https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_fc_overcomplete_ae/)\n    - Improving Deep Learning with PyTorch\n      - [Derivative, Gradient and Jacobian](https://www.deeplearningwizard.com/deep_learning/boosting_models_pytorch/derivative_gradient_jacobian/)\n      - [Forward- and Backward-propagation and Gradient Descent (From Scratch FNN Regression)](https://www.deeplearningwizard.com/deep_learning/boosting_models_pytorch/forwardpropagation_backpropagation_gradientdescent/)\n      - [Learning Rate Scheduling](https://www.deeplearningwizard.com/deep_learning/boosting_models_pytorch/lr_scheduling/)\n      - [Optimization Algorithms](https://www.deeplearningwizard.com/deep_learning/boosting_models_pytorch/optimizers/)\n      - [Weight Initialization and Activation Functions](https://www.deeplearningwizard.com/deep_learning/boosting_models_pytorch/weight_initialization_activation_functions/)\n    - Deep Reinforcement Learning with PyTorch\n      - [Supervised to Reinforcement Learning](https://www.deeplearningwizard.com/deep_learning/deep_reinforcement_learning_pytorch/supervised_to_rl/)\n      - [Markov Decision Processes and Bellman Equations](https://www.deeplearningwizard.com/deep_learning/deep_reinforcement_learning_pytorch/bellman_mdp/)\n      - [Dynamic Programming](https://www.deeplearningwizard.com/deep_learning/deep_reinforcement_learning_pytorch/dynamic_programming_frozenlake/)\n    - From Scratch Deep Learning with PyTorch/Python\n      - [From Scratch Logistic Regression Classification](https://www.deeplearningwizard.com/deep_learning/fromscratch/fromscratch_logistic_regression/)\n    - Compute Optimization\n      - [Speed Optimization Basics Numba](https://www.deeplearningwizard.com/deep_learning/production_pytorch/speed_optimization_basics_numba/)\n\n- Language Models (Libraries: Python, Pytorch, Ollama, LlamaIndex, CUDA, Huggingface, Apptainer)\n  - [Intro](https://www.deeplearningwizard.com/language_model/intro/)\n  - Containers\n    - [HPC Containers with Apptainer](https://www.deeplearningwizard.com/language_model/containers/hpc_containers_apptainer/)\n  - Language Models\n    - [LLM Introduction \u0026 Hyperparameter Tuning](https://www.deeplearningwizard.com/language_model/llm/llm_intro_hyperparameter_tuning/)\n  - Multi-Modal Language Models\n    - [MMLM Introduction](https://www.deeplearningwizard.com/language_model/mmlm/mmlm_intro/)\n  - Retrieval Augemented Generation (RAG)\n    - [Embeddings Introduction](https://www.deeplearningwizard.com/language_model/rag/embedding/)\n\n- Machine Learning Tutorials (Libraries: Python, cuDF RAPIDS, cuML RAPIDS, pandas, numpy, scikit-learn and more)\n  - RAPIDS cuDF\n    - [Intro](https://www.deeplearningwizard.com/machine_learning/intro/)\n    - [GPU DataFrames](https://www.deeplearningwizard.com/machine_learning/gpu/rapids_cudf/)\n    - [CPU/GPU Fractional Differencing](https://www.deeplearningwizard.com/machine_learning/gpu/gpu_fractional_differencing/)\n  \n- Programming Tutorials (Libraries: C++, Python, Bash and more)\n  - [Intro](https://www.deeplearningwizard.com/programming/intro/)\n  - [C++](https://www.deeplearningwizard.com/programming/cpp/cpp/)\n  - [Bash](https://www.deeplearningwizard.com/programming/bash/bash/)\n  - [Python](https://www.deeplearningwizard.com/programming/python/python/)\n  - [Javascript](https://www.deeplearningwizard.com/programming/javascript/javascript/)\n  - [Electron](https://www.deeplearningwizard.com/programming/electron/electron/)\n\n- Data Engineering Tutorials (Libraries: Bash, Databricks, Delta Live Tables, Parquet, Python, Cassandra, and more)\n  - Cassandra (NoSQL)\n    - [Introduction](https://www.deeplearningwizard.com/data_engineering/nosql/cassandra/intro/)\n    - [Apache Cassandra Cluster Setup](https://www.deeplearningwizard.com/data_engineering/nosql/cassandra/setting_up_cluster/)\n    \n## About Deep Learning Wizard\nWe deploy a top-down approach that enables you to grasp deep learning theories and code easily and quickly. We have open-sourced all our materials through our Deep Learning Wizard Wikipedia. For visual learners, feel free to sign up for our video course and join thousands of deep learning wizards.\n\nTo this date, we have taught thousands of students across more than 120+ countries.\n\n## Contribution\nWe are openly calling people to contribute to this repository for errors. Feel free to create a pull request.\n\n## Main Contributor\n[Ritchie Ng](https://github.com/ritchieng)\n\n## Editors and Supporters\n- [Jie Fu, Editor (Postdoc in Montreal Institute for Learning Algorithms (MILA))](https://github.com/bigaidream)\n- [Alfredo Canziani, Supporter (Assistant Prof in NYU under Yann Lecun)](https://github.com/Atcold)\n- [Marek Bardonski, Supporter (Managing Partner, AIRev)](https://www.linkedin.com/in/marek-bardonski/)\n\n## Bugs and Improvements\nFeel free to report bugs and improvements via issues. Or just simply try to pull to make any improvements/corrections.\n\n## Social Media\n- [Youtube](https://www.youtube.com/channel/UCJz2MIjiCosOQCwhnsYxeEw)\n- [Twitter](https://twitter.com/deeplearningwiz)\n- [Facebook](https://www.facebook.com/DeepLearningWizard/)\n- [Linkedin](https://www.linkedin.com/company/deeplearningwizard/)\n\n## Citation\nIf you find the materials useful, like the diagrams or content, feel free to cite this repository.\n\n[![DOI](https://zenodo.org/badge/139945544.svg)](https://zenodo.org/badge/latestdoi/139945544)\n","funding_links":[],"categories":["Topics","Deep Learning"],"sub_categories":["General"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritchieng%2Fdeep-learning-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fritchieng%2Fdeep-learning-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fritchieng%2Fdeep-learning-wizard/lists"}