awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fchollet avatar

fchollet/deep-learning-with-python-notebooks

0
View on GitHub↗
20,141 نجوم·9,055 تفرعات·Jupyter Notebook·MIT·4 مشاهدات

Deep Learning With Python Notebooks

This project is a collection of interactive instructional documents and practical code samples designed as a machine learning educational resource. It consists of Jupyter notebooks that provide runnable examples and guided exercises for learning deep learning and model development.

The repository features Keras model implementations that demonstrate how to build and train neural network architectures for processing images, objects, and natural language. It includes capabilities for executing the same model code across different computation engines to compare framework behavior and performance.

The content covers the implementation of neural network architectures and the management of machine learning data pipelines, including the retrieval of training sets and pre-trained weights from remote platforms.

Features

  • Deep Learning Education - Offers a comprehensive set of curated resources and exercises for learning neural network theory and practice.
  • Neural Network Layers - Demonstrates the construction of neural networks by stacking modular architectural building blocks.
  • Neural Network Implementations - Provides core implementations of neural network architectures for image, object, and language processing.
  • Keras Model Implementations - Provides practical examples of neural network architectures for image and language processing using Keras.
  • Deep Learning Notebooks - Ships a collection of interactive notebooks combining mathematical theory and executable code for deep learning.
  • Notebook-Based Experimentation - Uses interactive notebooks to combine live code and narrative text for step-by-step model experimentation.
  • Machine Learning Educational Resources - Provides guided programming exercises and annotated code samples designed as a machine learning educational resource.
  • Backend-Agnostic Deep Learning - Implements a common interface allowing model logic to run across different deep learning framework engines.
  • Deep Learning Backend Swapping - Enables the execution of the same model code across different deep learning engines to compare performance.
  • Deep Learning Framework Comparisons - Provides comparative analyses of different deep learning libraries by executing identical model code.
  • Reference Books - Practical code examples for deep learning using Python.

سجل النجوم

مخطط تاريخ النجوم لـ fchollet/deep-learning-with-python-notebooksمخطط تاريخ النجوم لـ fchollet/deep-learning-with-python-notebooks

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Deep Learning With Python Notebooks

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Deep Learning With Python Notebooks.
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-en

    29,001عرض على GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Pythonbookcomputer-visiondata-science
    عرض على GitHub↗29,001
  • lmoroney/dlaicourseالصورة الرمزية لـ lmoroney

    lmoroney/dlaicourse

    5,638عرض على GitHub↗

    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,

    Jupyter Notebook
    عرض على GitHub↗5,638
  • iamtrask/grokking-deep-learningالصورة الرمزية لـ iamtrask

    iamtrask/Grokking-Deep-Learning

    7,707عرض على GitHub↗

    Grokking-Deep-Learning is a collection of educational resources and courseware designed to teach the construction of neural networks from scratch. It serves as a programming tutorial and implementation guide for understanding the internal mechanics of deep learning. The project focuses on building various network architectures, including convolutional, recurrent, and long short-term memory networks. It provides step-by-step implementations of fundamental mechanisms such as forward propagation, backpropagation, and gradient descent. The material covers a broad range of deep learning capabilit

    Jupyter Notebook
    عرض على GitHub↗7,707
  • fengdu78/deeplearning_ai_booksالصورة الرمزية لـ fengdu78

    fengdu78/deeplearning_ai_books

    20,250عرض على GitHub↗

    This repository serves as a comprehensive educational resource and study guide for mastering deep learning principles and neural network architectures. It provides a structured curriculum that covers the fundamental components of artificial intelligence, including backpropagation, optimization algorithms, and model performance tuning. The collection distinguishes itself by offering curated academic materials and practical implementation examples that bridge the gap between theoretical concepts and hands-on application. It includes specialized instructional guides for developing models capable

    HTMLdeeplearning-ai
    عرض على GitHub↗20,250
عرض جميع البدائل الـ 30 لـ Deep Learning With Python Notebooks→

الأسئلة الشائعة

ما هي وظيفة fchollet/deep-learning-with-python-notebooks؟

This project is a collection of interactive instructional documents and practical code samples designed as a machine learning educational resource. It consists of Jupyter notebooks that provide runnable examples and guided exercises for learning deep learning and model development.

ما هي الميزات الرئيسية لـ fchollet/deep-learning-with-python-notebooks؟

الميزات الرئيسية لـ fchollet/deep-learning-with-python-notebooks هي: Deep Learning Education, Neural Network Layers, Neural Network Implementations, Keras Model Implementations, Deep Learning Notebooks, Notebook-Based Experimentation, Machine Learning Educational Resources, Backend-Agnostic Deep Learning.

ما هي البدائل مفتوحة المصدر لـ fchollet/deep-learning-with-python-notebooks؟

تشمل البدائل مفتوحة المصدر لـ fchollet/deep-learning-with-python-notebooks: d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… lmoroney/dlaicourse — This project is a collection of interactive notebooks for a TensorFlow deep learning course. It provides guided… iamtrask/grokking-deep-learning — Grokking-Deep-Learning is a collection of educational resources and courseware designed to teach the construction of… fengdu78/deeplearning_ai_books — This repository serves as a comprehensive educational resource and study guide for mastering deep learning principles… mleveryday/practicalai-cn — This project is an educational course and machine learning curriculum designed to teach the implementation of neural… accumulatemore/cv — This project is a comprehensive deep learning framework and educational platform designed for constructing, training,…