Jupyter Notebook Deep Learning

Open-source Jupyter Notebook projects categorized as Deep Learning

Top 23 Jupyter Notebook Deep Learning Projects

Deep Learning
  1. TensorFlow-Examples

    TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)

    Project mention: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    Tensorflow examples

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Made-With-ML

    Learn how to design, develop, deploy and iterate on production-grade ML applications.

  4. AI-For-Beginners

    12 Weeks, 24 Lessons, AI for All!

    Project mention: The Top 9️⃣ Repositories to learn Python programming + Resources (Extra) 🤯 | dev.to | 2024-11-06

    ⭐️ AI For Beginners on GitHub.

  5. CLIP

    CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

    Project mention: We used GPT-4o for image detection with 350 similar illustrations | news.ycombinator.com | 2025-01-14

    Yes, you could implement image similarity search using embeddings: Create embeddings for the entire image set, save the embeddings in a database, and add embeddings incrementally as new images come in. To search for a similar image, create the embedding for the image that you are looking for and compute the cosine similarity between that embedding and the embeddings in your database. The closer the cosine similarity is to 1.0 the more similar the images.

    For choosing a model, the article mentions the AWS Titan multimodal model, but you’d have to pay for API access to create the embeddings. Alternatively, self-hosting the CLIP model [0] to create embeddings would avoid API costs.

    Follow-up question: Would the embeddings from the llama3.2-vision models be of higher quality (contain more information) than the original CLIP model?

    The llama vision models use CLIP under the hood, but they add a projection head to align with the text model and the CLIP weights are mutated during alignment training, so I assume the llama vision embeddings would be of higher quality, but I don’t know for sure. Does anybody know?

    (I would love to test this quality myself but Ollama does not yet support creating image embeddings from the llama vision models - a feature request with several upvotes has been opened [1].)

    [0] https://github.com/openai/CLIP

  6. fastai

    The fastai deep learning library

    Project mention: Integrate Hugging Face Spaces & Gradio with a React application | dev.to | 2024-10-12

    We are going to use fast.ai to create a simple classification which predicts whether a given image is a cat or not.

  7. handson-ml

    ⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.

    Project mention: 🚀 20 Must-Know GitHub Repositories for Developers in 2025! | dev.to | 2025-03-08

    1️⃣1️⃣ Practical Machine Learning 📈 📌 https://github.com/ageron/handson-ml Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow.

  8. shap

    A game theoretic approach to explain the output of any machine learning model.

    Project mention: IA Explicable: Algoritmos y Métodos para Interpretar Modelos de Caja Negra | dev.to | 2024-06-19
  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. fastbook

    The fastai book, published as Jupyter Notebooks

  11. learnopencv

    Learn OpenCV : C++ and Python Examples

  12. stable-diffusion-webui-colab

    stable diffusion webui colab

  13. first-order-model

    This repository contains the source code for the paper First Order Motion Model for Image Animation

  14. machine-learning-for-trading

    Code for Machine Learning for Algorithmic Trading, 2nd edition.

  15. DeepLearningExamples

    State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.

  16. LAVIS

    LAVIS - A One-stop Library for Language-Vision Intelligence

  17. amazon-sagemaker-examples

    Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.

  18. numerical-linear-algebra

    Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course

  19. TTS

    :robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts) (by mozilla)

  20. vosk-api

    Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node

  21. TensorFlow-Tutorials

    TensorFlow Tutorials with YouTube Videos

  22. lama

    🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022

  23. models

    A collection of pre-trained, state-of-the-art models in the ONNX format (by onnx)

    Project mention: Giving Odin Intelligence | dev.to | 2024-05-21

    curl https://github.com/onnx/models/raw/main/validated/vision/classification/squeezenet/model/squeezenet1.0-8.onnx -Lso squeezenet1.0-8.onnx

  24. introtodeeplearning

    Lab Materials for MIT 6.S191: Introduction to Deep Learning

    Project mention: AIM Weekly for 10 June 2024 | dev.to | 2024-06-10
  25. notebooks

    This repository offers a comprehensive collection of tutorials on state-of-the-art computer vision models and techniques. Explore everything from foundational architectures like ResNet to cutting-edge models like YOLO11, RT-DETR, SAM 2, Florence-2, PaliGemma 2, and Qwen2.5VL.

    Project mention: Roboflow Notebooks: 60+ computer vision modeling notebooks | news.ycombinator.com | 2024-10-22
  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook Deep Learning discussion

Log in or Post with

Jupyter Notebook Deep Learning related posts

  • A straight line teaches machines to learn

    2 projects | news.ycombinator.com | 8 May 2025
  • Ask HN: Freelancer? Seeking freelancer? (May 2025)

    5 projects | news.ycombinator.com | 1 May 2025
  • H2O: Your New Best Friend for Scalable Machine Learning

    1 project | dev.to | 5 May 2025
  • How AI is Transforming Front-End Development in 2025!

    4 projects | dev.to | 23 Apr 2025
  • Lovely Tensors: Tensors, for human consumption

    1 project | news.ycombinator.com | 22 Apr 2025
  • MIT IAP open education courses on diffusion and data-centric AI

    1 project | news.ycombinator.com | 3 Mar 2025
  • How I Ace Midterms at a Top CS School by Studying 1-3 Hours (and Skipping Class)

    1 project | news.ycombinator.com | 2 Mar 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Deep Learning projects in Jupyter Notebook? This list will help you:

# Project Stars
1 TensorFlow-Examples 43,617
2 Made-With-ML 38,526
3 AI-For-Beginners 37,414
4 CLIP 28,897
5 fastai 26,930
6 handson-ml 25,329
7 shap 23,847
8 fastbook 23,047
9 learnopencv 21,902
10 stable-diffusion-webui-colab 15,837
11 first-order-model 14,817
12 machine-learning-for-trading 14,806
13 DeepLearningExamples 14,220
14 LAVIS 10,532
15 amazon-sagemaker-examples 10,490
16 numerical-linear-algebra 10,465
17 TTS 9,819
18 vosk-api 9,455
19 TensorFlow-Tutorials 9,278
20 lama 8,758
21 models 8,505
22 introtodeeplearning 7,813
23 notebooks 7,677

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Jupyter Notebook is
the 13th most popular programming language
based on number of references?