awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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.

Star 历史

fchollet/deep-learning-with-python-notebooks 的 Star 历史图表fchollet/deep-learning-with-python-notebooks 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Deep Learning With Python Notebooks 的开源替代方案

相似的开源项目,按与 Deep Learning With Python Notebooks 的功能重合度排序。
  • d2l-ai/d2l-end2l-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/dlaicourselmoroney 的头像

    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-learningiamtrask 的头像

    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_booksfengdu78 的头像

    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
查看 Deep Learning With Python Notebooks 的所有 30 个替代方案→

常见问题解答

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,…