awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MITDeepLearning avatar

MITDeepLearning/introtodeeplearning

0
View on GitHub↗
8,702 estrellas·4,540 forks·Jupyter Notebook·MIT·5 vistas

Introtodeeplearning

This repository contains the lab materials and Jupyter notebooks for MIT's introductory deep learning course, using TensorFlow and Keras for hands-on exercises. The courseware is delivered as pre-configured notebooks that run on Google Colaboratory's cloud infrastructure, eliminating the need for local software installation.

Learners can toggle the Colab runtime to a GPU-backed hardware accelerator for faster neural network training during lab exercises. A shared Python package provides helper functions that standardize common operations across all notebooks. The course guides students through a defined sequence of steps to format and submit completed lab work for course-hosted deep learning competitions.

Features

  • Deep Learning Courses - Provides hands-on deep learning exercises in a structured course setting with pre-configured notebooks and automated grading support.
  • Deep Learning Labs - Opens pre-configured Jupyter notebooks in Google Colaboratory so learners can complete exercises without local setup.
  • Managed Cloud Notebooks - Opens and runs Jupyter notebooks in Google Colaboratory without local setup, enabling remote deep learning practice.
  • Cloud Execution Environments - Provides pre-configured Jupyter notebooks that run entirely on Google Colaboratory's cloud infrastructure.
  • Jupyter Notebook Curricula - Delivers a structured deep learning curriculum as pre-configured Jupyter notebooks with embedded exercises.
  • GPU Acceleration - Lets learners toggle the Colab runtime to a GPU hardware accelerator for faster neural network training.
  • GPU-Accelerated Training - Switches Colab runtimes to GPU hardware for faster neural network training during lab exercises.
  • Course Competition Submissions - Guides learners through a defined sequence of steps to format and submit completed lab work for course competitions.

Historial de estrellas

Gráfico del historial de estrellas de mitdeeplearning/introtodeeplearningGráfico del historial de estrellas de mitdeeplearning/introtodeeplearning

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Introtodeeplearning

Proyectos open-source similares, clasificados según cuántas características comparten con Introtodeeplearning.
  • ageron/tf2_courseAvatar de ageron

    ageron/tf2_course

    1,909Ver en GitHub↗

    This project is an educational resource consisting of a structured curriculum of interactive notebooks designed to teach deep learning concepts and neural network architectures. It focuses on providing hands-on experience with the TensorFlow 2 framework and the Keras API, guiding users through practical exercises to master machine learning techniques. The repository distinguishes itself by combining instructional content with the technical requirements for high-performance computing. It includes specific guides for configuring local development environments to support hardware-accelerated tra

    Jupyter Notebook
    Ver en GitHub↗1,909
  • mrdbourke/tensorflow-deep-learningAvatar de mrdbourke

    mrdbourke/tensorflow-deep-learning

    5,914Ver en GitHub↗

    This is a comprehensive deep learning course delivered entirely through Jupyter Notebooks, designed to teach neural network construction using TensorFlow 2.x. The curriculum follows a sequential-model-first pedagogy, introducing the Sequential API before moving to functional and subclassing approaches, and covers the full spectrum of model building from regression and classification through convolutional neural networks, natural language processing, and time series forecasting. The course is structured around a checkpoint-based training workflow that saves the best model weights during traini

    Jupyter Notebook
    Ver en GitHub↗5,914
  • mlnlp-world/deeplearning-muli-notesAvatar de MLNLP-World

    MLNLP-World/DeepLearning-MuLi-Notes

    3,790Ver en GitHub↗

    This project is a deep learning study resource and educational curriculum designed for mastering neural network architectures and theory. It serves as a learning platform that combines theoretical notes and mathematical formulas with practical code implementations. The curriculum is centered on the PyTorch framework, providing a structured path for building and training models through annotated code examples and technical reviews of mathematical foundations. The resource utilizes interactive notebooks for executing machine learning algorithms and experimenting with data models. Theoretical

    Jupyter Notebookdeep-learningpytorch
    Ver en GitHub↗3,790
  • atcold/nyu-dlsp20Avatar de Atcold

    Atcold/NYU-DLSP20

    6,809Ver en GitHub↗

    NYU-DLSP20 is a self-paced deep learning course repository that provides a complete educational curriculum covering supervised and unsupervised deep learning fundamentals. The course materials include lecture slides, Jupyter notebooks, and YouTube video recordings, all organized around PyTorch-based code exercises and neural network architecture tutorials. The course is structured as a sequential progression from fundamentals to advanced architectures, with each lecture building on previous material. Assignments are distributed as Jupyter notebooks that students complete and submit, ensuring

    Jupyter Notebookdeep-learningjupyter-notebookneural-nets
    Ver en GitHub↗6,809
Ver las 30 alternativas a Introtodeeplearning→

Preguntas frecuentes

¿Qué hace mitdeeplearning/introtodeeplearning?

This repository contains the lab materials and Jupyter notebooks for MIT's introductory deep learning course, using TensorFlow and Keras for hands-on exercises. The courseware is delivered as pre-configured notebooks that run on Google Colaboratory's cloud infrastructure, eliminating the need for local software installation.

¿Cuáles son las características principales de mitdeeplearning/introtodeeplearning?

Las características principales de mitdeeplearning/introtodeeplearning son: Deep Learning Courses, Deep Learning Labs, Managed Cloud Notebooks, Cloud Execution Environments, Jupyter Notebook Curricula, GPU Acceleration, GPU-Accelerated Training, Course Competition Submissions.

¿Qué alternativas de código abierto existen para mitdeeplearning/introtodeeplearning?

Las alternativas de código abierto para mitdeeplearning/introtodeeplearning incluyen: ageron/tf2_course — This project is an educational resource consisting of a structured curriculum of interactive notebooks designed to… mrdbourke/tensorflow-deep-learning — This is a comprehensive deep learning course delivered entirely through Jupyter Notebooks, designed to teach neural… mlnlp-world/deeplearning-muli-notes — This project is a deep learning study resource and educational curriculum designed for mastering neural network… atcold/nyu-dlsp20 — NYU-DLSP20 is a self-paced deep learning course repository that provides a complete educational curriculum covering… mrdbourke/zero-to-mastery-ml — This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter… fastai/course-v3 — This repository is a comprehensive educational program and deep learning framework designed to teach practical deep…