awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aymericdamien avatar

aymericdamien/TensorFlow-Examples

0
View on GitHub↗
43,749 stars·14,709 forks·Jupyter Notebook·16 views

TensorFlow Examples

This repository serves as a structured educational resource for machine learning and deep learning, providing a library of executable scripts and notebooks. It is designed to help users master the practical application of data processing, model evaluation, and neural network construction through annotated code samples and guided tutorials.

The collection focuses on translating theoretical mathematical concepts into functional code, offering proven patterns for common tasks such as classification and regression. By providing curated examples of layer construction and training loops, the repository enables users to prototype experimental models and implement fundamental algorithms using standard industry frameworks.

The materials cover the core mechanics of tensor-based data flow, automatic differentiation, and computational graph execution. These examples illustrate how to manage model state and optimize mathematical structures for hardware acceleration, providing a practical guide for those learning to build and train models within the framework.

Features

  • Automatic Differentiation Engines - Calculates gradients by traversing the computational graph to enable efficient parameter updates during iterative model training processes.
  • Deep Learning Code Libraries - Provides a structured library of executable scripts and notebooks covering neural network architectures and optimization techniques.
  • Tensor Processing Libraries - Manages multidimensional arrays as the primary data structure to facilitate high-performance linear algebra across heterogeneous computing devices.
  • Computational Graph Frameworks - Defines mathematical operations as a directed graph of nodes to allow for automatic differentiation and efficient hardware acceleration.
  • Machine Learning Curricula - Teaches fundamental machine learning algorithms and neural network architectures using standard industry frameworks.
  • Machine Learning Educational Resources - Offers a collection of annotated code samples demonstrating fundamental concepts and common implementation patterns for deep learning.
  • Neural Network Implementation Guides - Provides structured examples of layer construction and model training loops to translate mathematical concepts into functional code.
  • Data Science Tutorials - Provides hands-on coding exercises and guided tutorials for mastering data processing and model evaluation techniques.
  • Framework Implementation Guides - Provides a curated set of practical examples illustrating how to build, train, and evaluate models using standard machine learning frameworks.
  • Awesome List - A community-curated directory that catalogs and links out to other open-source projects, rather than a standalone tool you run yourself.
  • Deep Learning Prototyping Kits - Offers proven code patterns for common tasks like classification and regression to facilitate neural network prototyping.
  • Static Graph Compilers - Optimizes the mathematical structure of the model before execution to improve performance and enable deployment on specialized hardware.
  • Curated Learning Resources - Practical code examples for building models with TensorFlow.
  • Deep Learning Frameworks - Collection of basic TensorFlow examples including recurrent architectures.
  • Deep Learning Tutorials - Comprehensive collection of basic to advanced TensorFlow code snippets.
  • Learning and Reference - TensorFlow tutorials for beginners.
  • Educational Tutorials - Collection of introductory TensorFlow code snippets.
  • Machine Learning Tutorials - Collection of basic TensorFlow implementation examples.
  • Session Management Systems - Encapsulates the execution environment and variable state within a dedicated container to control memory allocation and device placement.
  • Lazy Evaluation Engines - Defers the execution of mathematical operations until a session is explicitly invoked to optimize the overall computation flow.

Star history

Star history chart for aymericdamien/tensorflow-examplesStar history chart for aymericdamien/tensorflow-examples

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to TensorFlow Examples

Similar open-source projects, ranked by how many features they share with TensorFlow Examples.
  • yunjey/pytorch-tutorialyunjey avatar

    yunjey/pytorch-tutorial

    32,385View on GitHub↗

    This project is a collection of educational examples and code for implementing deep learning architectures using the PyTorch framework. It serves as a tutorial and implementation guide for building various neural network architectures for machine learning tasks. The project provides practical implementations for computer vision, including image classification and neural style transfer, as well as natural language processing examples for building sequence models and language predictors. It also covers generative models using adversarial and variational networks to synthesize or transform visua

    Pythondeep-learningneural-networkspytorch
    View on GitHub↗32,385
  • nlintz/tensorflow-tutorialsnlintz avatar

    nlintz/TensorFlow-Tutorials

    6,026View on GitHub↗

    This repository is a collection of guided tutorials for building and training machine learning models using the TensorFlow framework. It provides practical walkthroughs and examples for implementing a variety of model architectures to solve data prediction and analysis problems. The guides cover the construction of feedforward, convolutional, and recurrent neural networks to analyze complex data patterns. It includes specific tutorials for unsupervised learning, such as denoising autoencoders and word-to-vec embeddings, as well as examples for training generative adversarial networks to synth

    Jupyter Notebook
    View on GitHub↗6,026
  • rasbt/machine-learning-bookrasbt avatar

    rasbt/machine-learning-book

    5,239View on GitHub↗

    This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of interactive Jupyter Notebooks. It provides practical Python implementations for the end-to-end machine learning lifecycle, covering supervised and unsupervised learning, deep learning, and reinforcement learning. The resource distinguishes itself by providing detailed implementation guides for complex architectures, including transformers, generative adversarial networks, and convolutional neural networks. It also features specialized courseware for developing reinforcement l

    Jupyter Notebook
    View on GitHub↗5,239
  • chenyuntc/pytorch-bookchenyuntc avatar

    chenyuntc/pytorch-book

    12,816View on GitHub↗

    This project serves as a comprehensive educational resource and technical guide for mastering deep learning through the PyTorch framework. It provides structured tutorials and practical code examples designed to teach core machine learning principles, ranging from fundamental tensor operations to the construction of complex neural network architectures. The repository distinguishes itself by bridging the gap between theoretical concepts and hands-on implementation. It covers the development of generative applications, such as image synthesis and style transfer, while offering guidance on opti

    Jupyter Notebookautogradcaptioncharrnn
    View on GitHub↗12,816
See all 30 alternatives to TensorFlow Examples→

Frequently asked questions

What does aymericdamien/tensorflow-examples do?

This repository serves as a structured educational resource for machine learning and deep learning, providing a library of executable scripts and notebooks. It is designed to help users master the practical application of data processing, model evaluation, and neural network construction through annotated code samples and guided tutorials.

What are the main features of aymericdamien/tensorflow-examples?

The main features of aymericdamien/tensorflow-examples are: Automatic Differentiation Engines, Deep Learning Code Libraries, Tensor Processing Libraries, Computational Graph Frameworks, Machine Learning Curricula, Machine Learning Educational Resources, Neural Network Implementation Guides, Data Science Tutorials.

What are some open-source alternatives to aymericdamien/tensorflow-examples?

Open-source alternatives to aymericdamien/tensorflow-examples include: yunjey/pytorch-tutorial — This project is a collection of educational examples and code for implementing deep learning architectures using the… nlintz/tensorflow-tutorials — This repository is a collection of guided tutorials for building and training machine learning models using the… rasbt/machine-learning-book — This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of… chenyuntc/pytorch-book — This project serves as a comprehensive educational resource and technical guide for mastering deep learning through… lisa-lab/deeplearningtutorials — This project is an educational resource and learning path for building and training neural network architectures. It… pytorch/examples — This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning…