awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lmoroney avatar

lmoroney/dlaicourse

0
View on GitHub↗
5,638 Stars·5,236 Forks·Jupyter Notebook·10 Aufrufe

Dlaicourse

This project is a collection of interactive notebooks for a TensorFlow deep learning course. It provides guided learning resources and practical tutorials for implementing neural network architectures, supervised learning, and transfer learning.

The materials feature a computer vision learning path and specific guides for transfer learning, demonstrating how to adapt pre-trained models to new tasks. It includes tutorials for building regression models and image classifiers using the Keras high-level API.

The scope covers supervised learning pipelines for binary and multiclass classification, regression modeling, and the construction of convolutional neural networks for handwritten text recognition. It also addresses image data processing and the process of exporting trained models for deployment.

The project is delivered as a series of Jupyter Notebooks that combine executable code with rich text.

Features

  • Deep Learning Notebooks - Provides interactive deep learning notebooks combining mathematical theory and executable code.
  • Deep Learning Courses - Provides a comprehensive set of interactive notebooks and resources for learning deep learning and neural network architectures.
  • Computer Vision - Provides toolkits and tutorials for training deep learning models for image processing and computer vision.
  • Keras Abstractions - Uses Keras high-level API abstractions to define and stack neural network layers.
  • Transfer Learning Guides - Offers practical, step-by-step guides on adapting pre-trained models to new tasks using transfer learning techniques.
  • Pre-trained Weight Adaptation - Demonstrates how to adapt pre-trained model weights to new specific tasks.
  • Neural Network Construction - Guides the process of designing and building deep learning architectures using layers and model abstractions.
  • Keras Model Implementations - Implements neural network architectures specifically using the high-level Keras API.
  • Pre-trained Model Transfer - Implements methods for adapting pre-trained model backbones to new tasks by resetting output layers.
  • Supervised Learning Pipelines - Provides structured pipelines for supervised training and validation using labeled datasets.
  • TensorFlow Graph Execution - Utilizes TensorFlow's computational graphs to execute mathematical operations on hardware accelerators.
  • Handwritten Text Recognition - Implements handwritten text recognition to categorize characters from image pixels.
  • Transfer Learning Implementations - Implements practical code examples for repurposing pre-trained neural networks for specific new tasks.
  • Deep Learning Education - Offers curated resources and interactive notebooks for learning neural network theory and practice.
  • Image Processing - Provides practical resources for image analysis using convolution filters and data augmentation.
  • Convolutional Feature Extractors - Implements convolutional feature extractors for spatial pattern recognition in visual data.
  • Dropout Regularization - Provides implementations of dropout regularization to prevent overfitting in neural networks.
  • Regression Models - Demonstrates how to build deep learning models for predicting continuous numerical values from historical data.
  • Stochastic Gradient Descent - Implements stochastic gradient descent to optimize network weights and minimize prediction errors.
  • Notebook Execution Environments - Ships an interactive environment pairing executable code cells with rich text documentation.
  • Computer Vision Tutorials - Provides a structured learning path with practical examples for image classification and computer vision.
  • Neural Network Tutorials - Provides instructional content and guided exercises for implementing general neural network fundamentals.
  • Binary Classification Models - Includes tutorials for building neural networks designed to perform two-class image classification.
  • Multiclass Classification Networks - Provides instructional content for implementing neural networks that categorize data into multiple distinct classes.
  • Supervised Learning Tutorials - Offers educational guides on implementing binary and multiclass supervised learning models.

Star-Verlauf

Star-Verlauf für lmoroney/dlaicourseStar-Verlauf für lmoroney/dlaicourse

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht lmoroney/dlaicourse?

This project is a collection of interactive notebooks for a TensorFlow deep learning course. It provides guided learning resources and practical tutorials for implementing neural network architectures, supervised learning, and transfer learning.

Was sind die Hauptfunktionen von lmoroney/dlaicourse?

Die Hauptfunktionen von lmoroney/dlaicourse sind: Deep Learning Notebooks, Deep Learning Courses, Computer Vision, Keras Abstractions, Transfer Learning Guides, Pre-trained Weight Adaptation, Neural Network Construction, Keras Model Implementations.

Welche Open-Source-Alternativen gibt es zu lmoroney/dlaicourse?

Open-Source-Alternativen zu lmoroney/dlaicourse sind unter anderem: morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… morvanzhou/pytorch-tutorial — This project is a collection of PyTorch learning resources and educational guides designed to teach the construction… accumulatemore/cv — This project is a comprehensive deep learning framework and educational platform designed for constructing, training,… fastai/course-v3 — This repository is a comprehensive educational program and deep learning framework designed to teach practical deep… dsgiitr/d2l-pytorch — This project is an educational codebase and reference library that translates theoretical deep learning concepts into…

Open-Source-Alternativen zu Dlaicourse

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Dlaicourse.
  • morvanzhou/tensorflow-tutorialAvatar von MorvanZhou

    MorvanZhou/Tensorflow-Tutorial

    4,334Auf GitHub ansehen↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Pythonautoencoderclassificationcnn
    Auf GitHub ansehen↗4,334
  • datawhalechina/thorough-pytorchAvatar von datawhalechina

    datawhalechina/thorough-pytorch

    3,684Auf GitHub ansehen↗

    This project is an educational resource and comprehensive guide for implementing and deploying deep learning models using the PyTorch framework. It provides a structured learning curriculum consisting of tutorials and notebooks that cover neural network architectures, data pipelines, and model optimization across multiple AI domains. The curriculum includes practical implementation guides for building convolutional networks, transformers, and recurrent models. It specifically focuses on workflows for computer vision, including image classification, object detection, and segmentation, as well

    Jupyter Notebookdeep-learningmachine-learningpython
    Auf GitHub ansehen↗3,684
  • morvanzhou/pytorch-tutorialAvatar von MorvanZhou

    MorvanZhou/PyTorch-Tutorial

    8,458Auf GitHub ansehen↗

    This project is a collection of PyTorch learning resources and educational guides designed to teach the construction and training of neural networks. It serves as a comprehensive deep learning tutorial covering various model architectures and practical implementation strategies. The resources provide specific guidance on implementing computer vision tasks, such as image classification and synthetic imagery generation, as well as reinforcement learning agents using value networks and experience replay. It also covers sequential data modeling through recurrent networks and generative modeling u

    Jupyter Notebookautoencoderbatchbatch-normalization
    Auf GitHub ansehen↗8,458
  • accumulatemore/cvAvatar von AccumulateMore

    AccumulateMore/CV

    21,907Auf GitHub ansehen↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Jupyter Notebookagentagentsbook
    Auf GitHub ansehen↗21,907
Alle 30 Alternativen zu Dlaicourse anzeigen→