19 repositorios
Python-based modules for managing hardware, data, and model execution pipelines.
Distinguishing note: Focuses on the Python ecosystem for machine learning development.
Explore 19 awesome GitHub repositories matching artificial intelligence & ml · Python Machine Learning Libraries. Refine with filters or upvote what's useful.
Modular is a unified machine learning development platform designed for building, compiling, and deploying high-performance neural network models. It provides a comprehensive execution engine that supports both local and production-grade inference, enabling developers to manage the entire model lifecycle from initial architecture definition to scalable, containerized service deployment. The platform distinguishes itself through a hardware-agnostic runtime that abstracts diverse silicon architectures, allowing models to execute efficiently across varied compute environments. It includes a spec
Provides a comprehensive suite of programming modules to manage hardware drivers, inference engines, and neural network layers.
This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement
Provides a comprehensive collection of reference implementations for building, training, and deploying deep learning models using the PyTorch framework.
Datasets is a library designed for the management, processing, and sharing of large-scale data collections for machine learning workflows. It functions as both a data processing framework and a versioning platform, providing tools to organize, filter, and transform massive datasets while ensuring reproducibility across research and development teams. The library distinguishes itself by enabling the handling of datasets that exceed available system memory. It utilizes memory-mapped file access, disk-based caching, and lazy iterative streaming to maintain performance when working with large-sca
Provides a specialized Python library for accessing, sharing, and processing large-scale machine learning datasets.
This project is a Python-based educational framework designed to simulate reinforcement learning algorithms and environments. It serves as a platform for reproducing classic textbook examples, allowing users to study agent behavior, policy improvement, and the fundamental mechanics of decision-making in controlled settings. The library provides implementations for core reinforcement learning concepts, including temporal difference learning, Monte Carlo episode sampling, and tabular value function approximation. It enables the analysis of specific algorithmic behaviors, such as identifying and
Provides a Python-based library for simulating reinforcement learning environments and agent-based decision-making.
dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach
Integrates high-performance C++ implementations into the Python ecosystem for streamlined machine learning development.
This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ
Offers a wide collection of Python-based implementations for supervised and unsupervised learning algorithms.
PRML is a Python machine learning library and statistical learning toolkit. It provides code implementations of supervised and unsupervised learning concepts, including regression, classification, and neural network algorithms for statistical data modeling. The project functions as a pattern recognition toolkit used to identify theoretical structures within numerical datasets. It includes a neural network framework for solving nonlinear data mappings and a linear algebra toolkit that utilizes vectorized operations and matrix calculations. The library covers a broad range of capabilities, inc
Provides a Python-based collection of regression, classification, and neural network algorithms.
This is a Python automated machine learning framework designed to automate the design and optimization of machine learning pipelines. It functions as a genetic programming pipeline optimizer and an automated feature selection tool, using evolutionary search to discover the most effective sequences of data processing and model steps. The project focuses on multi-objective optimization to balance competing performance metrics simultaneously. It employs a genetic selection process to identify impactful variables and remove noise from raw datasets, ensuring the resulting machine learning solution
Provides a Python-based framework for the automated design and optimization of ML pipelines.
Metaflow is a Python machine learning framework and MLOps workflow orchestrator designed to manage the lifecycle of data pipelines from local prototyping to production. It serves as a distributed compute manager and an experiment tracking system, enabling the creation of reproducible pipelines that transition between development and high-availability production environments. The framework distinguishes itself through an integrated checkpointing system that automatically persists intermediate data artifacts to remote storage, allowing failed runs to be resumed from the last successful step. It
Provides a Python-based framework for building and managing reproducible machine learning pipelines.
This project is a collection of foundational machine learning algorithms and data science tools implemented in Python. It focuses on building the logic of these tools using basic programming primitives rather than relying on specialized libraries. The implementation covers several core domains, including a linear algebra library for matrix and vector operations, a statistical analysis toolkit for probability and hypothesis testing, and a framework for map-reduce distributed processing. It also includes implementations for natural language processing, graph theory for network analysis, and var
Implements foundational machine learning algorithms and data science tools from scratch using Python.
This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to demonstrate foundational AI concepts. It provides a comprehensive toolkit for supervised learning, unsupervised learning, and neural network development. The project is distinguished by its custom implementation of a neural network framework, which includes multi-layer perceptrons with backpropagation, gradient descent, and weight regularization. It also includes a specialized anomaly detection toolkit that identifies outliers and rare events using Gaussian probability distributions
A comprehensive collection of core machine learning algorithms implemented from scratch in Python.
Featuretools is an automated feature engineering library and data transformation framework written in Python. It automatically generates machine learning feature vectors from multi-table datasets by applying synthesis patterns to relational and timestamped data. The system functions as a distributed feature synthesis engine, allowing the process of creating feature vectors to scale across multiple cores or clusters to handle large-scale datasets. The library supports the synthesis of multi-table datasets, time series feature generation, and the creation of custom machine learning primitives
Provides a Python-based toolkit for generating predictive feature vectors from raw timestamped data.
imbalanced-learn is a dataset balancing framework and Python machine learning extension designed to resample training data and reduce the impact of class imbalance. It provides a toolkit of algorithms for adjusting class distributions to improve model performance on minority class prediction. As a scikit-learn resampling library, it extends the ecosystem with specialized tools for balancing datasets through over-sampling and under-sampling techniques. This allows for the correction of skewed class proportions to reduce model bias toward the majority class. The library implements the scikit-l
Extends the scikit-learn ecosystem with advanced sampling methods to mitigate dataset bias.
Swift for TensorFlow is a custom toolchain that extends the Swift language with first-class automatic differentiation and differentiable types, enabling gradient-based computation directly within the compiler. It integrates the Swift compiler with TensorFlow runtime and XLA backends, allowing tensor operations to be compiled and executed on hardware-accelerated hardware for high-performance machine learning. The project distinguishes itself through compiler-integrated automatic differentiation that computes gradients of user-defined functions and types during compilation, eliminating the need
Enables Swift code to call Python ML libraries directly, reusing existing machine learning tooling.
mlxtend is a pure Python machine learning extension library that provides additional tools for association rule mining, ensemble learning, and feature selection. It is built on numpy and pandas, with all data operations accepting and returning pandas DataFrames, and custom estimators inherit from scikit-learn’s base classes to offer a uniform fit-predict interface compatible with grid search. The library implements the Apriori algorithm for mining frequent itemsets from transaction data and generating association rules with confidence and lift metrics. For classification, it combines multiple
Pure Python library extending scikit-learn with tools for association rules, feature selection, and ensemble learning.
Arduino CLI es una interfaz de línea de comandos para compilar, cargar y gestionar librerías y núcleos de placas para hardware compatible con Arduino. Funciona como un gestor de cadenas de herramientas de microcontroladores y una herramienta de programación de hardware, proporcionando utilidades para descubrir e instalar las definiciones de plataforma y compiladores necesarios para diversas arquitecturas de hardware. El proyecto cuenta con un demonio de desarrollo habilitado para RPC que permite a programas externos activar operaciones internas de la herramienta y gestionar flujos de trabajo electrónicos automatizados de forma programática. También incluye un depurador de hardware interactivo para la resolución de problemas en tiempo real del código que se ejecuta en dispositivos físicos. La herramienta cubre la gestión de placas y librerías, incluyendo análisis de dependencias, sincronización de índices y la integración de repositorios de terceros. Sus capacidades de compilación y despliegue abarcan la compilación de código fuente, la carga de binarios y la instalación de bootloaders, respaldadas por el monitoreo de salida serial y la detección de hardware conectado. La utilidad proporciona generación de autocompletado para shell y gestiona la configuración del entorno a través de un sistema de archivos de configuración.
Displays available example sketches for libraries to demonstrate practical hardware implementation.
mlfinlab es una librería de machine learning en Python para finanzas, diseñada para construir y validar modelos utilizados en trading cuantitativo y gestión de carteras. Proporciona un kit de herramientas de ingeniería de datos financieros y un framework de backtesting de estrategias cuantitativas para transformar datos de mercado sin procesar en señales predictivas y clases objetivo. La librería incluye un generador de datos financieros sintéticos para crear conjuntos de datos artificiales que imitan las propiedades estadísticas de activos reales para pruebas de estrés. También proporciona herramientas especializadas para el etiquetado y muestreo de series temporales financieras para evitar la fuga de datos en mercados no estacionarios. El proyecto cubre una amplia superficie de capacidades cuantitativas, incluyendo ingeniería de características, análisis de codependencia de activos para la diversificación de carteras y dimensionamiento de apuestas ajustado al riesgo para la asignación de capital. Además, proporciona utilidades para la optimización de modelos mediante clustering y validación cruzada para evaluar la robustez de las estrategias de trading.
Serves as a specialized Python library for building and validating machine learning models tailored to quantitative trading.
Este proyecto es una biblioteca de aprendizaje automático de Python y un kit de herramientas de ciencia de datos diseñado para construir modelos predictivos y analizar conjuntos de datos complejos. Proporciona una colección de implementaciones para algoritmos supervisados y no supervisados comunes utilizando el framework Scikit-Learn. El kit de herramientas incluye una suite de modelado predictivo para generar predicciones a partir de datos históricos y un framework de análisis estadístico para aplicar modelado bayesiano y pruebas de causalidad. También cuenta con una suite de visualización de datos basada en Matplotlib para renderizar gráficos y tablas estáticas para interpretar los límites de los clasificadores y las tendencias de los datos. El proyecto cubre flujos de trabajo de agrupamiento de datos para identificar patrones y segmentos, análisis exploratorio de datos y el preprocesamiento de datos utilizando Pandas y NumPy.
Provides a comprehensive collection of machine learning algorithms and data science tools implemented in Python.
Machine-Learning-From-Scratch es un repositorio educativo que proporciona implementaciones de modelos fundamentales de machine learning construidos utilizando lógica de programación estándar en Python. Sirve como recurso para comprender la mecánica interna de algoritmos estadísticos y predictivos comunes construyéndolos desde cero en lugar de depender de frameworks de machine learning de alto nivel. El proyecto se distingue por priorizar la transparencia en el diseño algorítmico, utilizando primitivas matemáticas y cálculos vectorizados de arrays para exponer el cálculo subyacente y la lógica estadística. Al estructurar las técnicas de aprendizaje como componentes modulares e independientes, el repositorio permite el examen de bucles de entrenamiento iterativos y procesos de optimización basados en gradientes de forma aislada. Esta colección cubre una amplia gama de técnicas de ciencia de datos, centrándose en la implementación manual de pasos de procesamiento central y procedimientos de entrenamiento de modelos. El repositorio está diseñado para apoyar el desarrollo de habilidades en ciencia de datos demostrando cómo funcionan los modelos predictivos a través de prácticas básicas de programación y análisis.
Ships educational implementations of popular algorithms using standard Python logic to explain internal model behavior.