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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aladdinpersson avatar

aladdinpersson/Machine-Learning-Collection

0
View on GitHub↗
8,465 星标·2,788 分支·Python·MIT·17 次浏览www.youtube.com/c/AladdinPersson↗

Machine Learning Collection

This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures.

The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside a natural language processing resource for text generation and translation.

The repository covers broad capability areas including data engineering for custom datasets, model lifecycle management, and training optimization through mixed precision and multi-GPU support. It also provides implementations for foundational algorithms such as regression, decision trees, and clustering.

Features

  • Neural Networks and Deep Learning - Serves as a comprehensive library for building, training, and deploying deep learning models.
  • Computer Vision Models - Implements computer vision architectures for object detection and semantic segmentation.
  • Computer Vision - Provides resources for analyzing visual data using semantic segmentation and convolutional networks.
  • Object Detection - Implements systems to identify and locate objects within images using bounding boxes.
  • Convolutional Neural Networks - Provides deep learning architectures designed for processing structured grid data such as images.
  • Generative Adversarial Networks - Implements generative adversarial network architectures for synthesizing realistic artificial data.
  • Machine Learning Implementations - Provides code-based implementations of foundational algorithms like regression, decision trees, and clustering.
  • Recurrent Model Definitions - Provides high-level abstractions for constructing recurrent neural network architectures for sequence modeling.
  • Model Training Optimizers - Implements training optimizations including mixed precision, learning rate scheduling, and multi-GPU support.
  • Natural Language Processing - Provides techniques for analyzing and translating human language using transformers and sequence models.
  • Natural Language Processing Implementations - Provides reference implementations for text generation, translation, and language analysis.
  • Generative Adversarial Networks - Implements generative adversarial networks to synthesize realistic images and translate visual styles.
  • Sequence-to-Sequence Transformer Architectures - Implements sequence-to-sequence transformer architectures to handle long-range dependencies in natural language.
  • Transformer Architectures - Provides implementations of transformer architectures based on attention mechanisms for sequence processing.
  • Deep Learning Models - Provides a library of neural network implementations covering convolutional, recurrent, and transformer architectures.
  • Sequence To Sequence Models - Builds sequence-to-sequence models using recurrent layers and attention mechanisms for text generation.
  • AI & Machine Learning Education - An educational repository providing implementations and guides for learning machine learning and deep learning.
  • Non-Maximum Suppression - Provides non-maximum suppression algorithms to filter redundant overlapping bounding boxes.
  • Data Augmentation Pipelines - Provides pipelines for preprocessing and augmenting input data to improve model generalization.
  • Generative AI Development - Implements architectural components for building and maintaining generative AI applications.
  • Intersection Over Union Calculators - Provides utilities for measuring the spatial overlap between predicted and ground truth bounding boxes.
  • Machine Learning Foundations - Provides the theoretical and practical foundations for basic machine learning algorithms.
  • Bounding Box Metrics - Implements bounding box metrics for evaluating the accuracy of object detection models.
  • Hidden State Loops - Implements recurrent hidden state loops to maintain memory of previous inputs in sequential data.
  • Mixed Precision Training - Utilizes mixed precision training to accelerate GPU processing and reduce memory consumption.
  • Image Convolutions - Implements image convolution operations to extract spatial features from visual data.
  • Model Lifecycle Management - Includes tools for tracking performance metrics and managing saved model states throughout the lifecycle.
  • Data Preparation Workflows - Organizes data preparation and augmentation steps to optimize information loading into models.
  • Training Dataset Preparation - Provides tools and procedures for cleaning and organizing raw datasets for model training.
  • Training Workflow Guides - Provides comprehensive guides for dataset preparation, data augmentation, and multi-GPU training optimization.
  • Computer Vision Tutorials - Offers practical examples and tutorials for implementing object detection and semantic segmentation.

Star 历史

aladdinpersson/machine-learning-collection 的 Star 历史图表aladdinpersson/machine-learning-collection 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

包含 Machine Learning Collection 的精选搜索

收录 Machine Learning Collection 的精选合集。
  • 机器学习教材与指南
  • 免费机器学习课程

常见问题解答

aladdinpersson/machine-learning-collection 是做什么的?

This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures.

aladdinpersson/machine-learning-collection 的主要功能有哪些?

aladdinpersson/machine-learning-collection 的主要功能包括:Neural Networks and Deep Learning, Computer Vision Models, Computer Vision, Object Detection, Convolutional Neural Networks, Generative Adversarial Networks, Machine Learning Implementations, Recurrent Model Definitions。

aladdinpersson/machine-learning-collection 有哪些开源替代品?

aladdinpersson/machine-learning-collection 的开源替代品包括: d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… pkmital/tensorflow_tutorials — This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and… dragen1860/tensorflow-2.x-tutorials — This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… lazyprogrammer/machine_learning_examples — This project is a comprehensive collection of practical code examples and implementation libraries for machine…

Machine Learning Collection 的开源替代方案

相似的开源项目,按与 Machine Learning Collection 的功能重合度排序。
  • 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
  • pkmital/tensorflow_tutorialspkmital 的头像

    pkmital/tensorflow_tutorials

    5,668在 GitHub 上查看↗

    This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and tensor operations using the TensorFlow framework. It serves as a machine learning educational repository and implementation guide for deep learning students. The suite focuses on specific advanced architectures, including convolutional networks for image classification, residual networks with skip connections for training stability, and variational autoencoders for generative modeling and data synthesis. It also includes guides for building denoising and deep autoencoders to pe

    Jupyter Notebook
    在 GitHub 上查看↗5,668
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 的头像

    dragen1860/TensorFlow-2.x-Tutorials

    6,351在 GitHub 上查看↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    在 GitHub 上查看↗6,351
  • datawhalechina/thorough-pytorchdatawhalechina 的头像

    datawhalechina/thorough-pytorch

    3,684在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,684
查看 Machine Learning Collection 的所有 30 个替代方案→