14 repositorios
Pedagogical code references for standard statistical and neural network architectures.
Distinguishing note: Distinct from general machine learning libraries by focusing on clean, readable educational implementations.
Explore 14 awesome GitHub repositories matching education & learning resources · Algorithm Implementations. Refine with filters or upvote what's useful.
This repository is a structured educational archive of classic computer science algorithms and data structures implemented in Python. It serves as a reference library designed for study and technical skill development, providing clean, readable examples of fundamental computational techniques rather than production-ready software components. The project distinguishes itself through its idiomatic approach, utilizing native language features and standard library conventions to demonstrate algorithmic logic clearly. Each implementation is organized into a hierarchical directory structure that mi
Map — a named example documented in this learning resource.
Tinyrenderer is a C++ library designed as an educational tool for building a 3D graphics pipeline from scratch. It provides a software-defined rendering environment that executes all geometric transformations and rasterization tasks on the central processor, intentionally avoiding reliance on external hardware acceleration or graphics libraries. The project serves as a pedagogical resource for understanding the fundamental mathematical principles of computer graphics. It enables users to implement custom shader pipelines and core rendering techniques, such as barycentric coordinate calculatio
Implements core rendering techniques like barycentric interpolation, depth testing, and coordinate transformations for academic purposes.
100-Days-Of-ML-Code is a machine learning curriculum and instructional resource designed as a structured 100-day learning path. It provides a sequence of daily milestones that cover the mathematical foundations and practical implementations of machine learning algorithms. The project is organized into specialized courses for supervised and unsupervised learning. Supervised learning materials cover the implementation of predictive models such as linear regression, decision trees, and support vector machines. Unsupervised learning materials focus on clustering models, including K-Means and hier
Provides pedagogical code references and theoretical explanations for standard machine learning algorithms.
This repository is a collection of foundational machine learning models and predictive analysis tools designed for the study of statistical learning methods. It serves as an educational resource that demonstrates the mathematical principles of classic algorithms through direct, first-principles implementation. The project distinguishes itself by constructing models from the ground up, relying on fundamental linear algebra and calculus operations rather than high-level abstraction frameworks. Each algorithm is organized into modular, standalone scripts that mirror the sequence of mathematical
Provides pedagogical implementations of classic machine learning algorithms to demonstrate their mathematical foundations through direct code execution.
This project is a machine learning algorithm reference and implementation guide that provides theoretical foundations and code for supervised learning, deep learning, and natural language processing. It serves as a comprehensive toolkit for implementing predictive models and a technical reference for algorithm engineering. The project focuses on ensemble learning frameworks, including the construction of decision trees, random forests, and gradient boosting models. It also functions as a probabilistic graphical model library and an NLP algorithm reference, with specific implementations for se
Provides pedagogical code implementations of fundamental machine learning algorithms including regression and neural networks.
Easy-RL is an educational resource designed to teach the principles and implementation of reinforcement learning. It provides a structured curriculum that guides users from fundamental concepts to advanced algorithmic techniques, focusing on the development and training of autonomous agents that learn through interaction with simulated environments. The project distinguishes itself through a pedagogical framework that utilizes interactive notebooks to bridge the gap between theoretical research and functional code. By organizing complex methods into modular units, it allows for the study of i
Provides clean, readable educational implementations of standard reinforcement learning algorithms.
This project is a curated collection of technical reference materials and study guides designed for machine learning interview preparation. It provides comprehensive resources for candidates pursuing engineering roles, focusing on deep learning, production infrastructure, and large-scale system design. The repository distinguishes itself through an architecture that combines theoretical research with industrial case studies. It utilizes a pattern-based approach to system design, breaking down complex deployments—such as recommendation engines, search ranking, and ad click prediction—into reus
Provides guides for implementing regularization and dimensionality reduction algorithms from scratch.
Spinning Up is a deep reinforcement learning curriculum designed to teach the theory and implementation of deep reinforcement learning algorithms. It serves as a guided educational resource for understanding how agents interact with environments through mathematical models and code. The project provides a research roadmap consisting of a curated collection of influential research papers and theoretical concepts. This literature study is designed to guide a deeper exploration of specific reinforcement learning domains. The curriculum covers the implementation of reinforcement learning logic t
Provides clean, readable educational implementations of reinforcement learning algorithms to demonstrate their mathematical foundations.
This project is a reference collection of statistical learning algorithms built from scratch using NumPy for linear algebra and matrix operations. It serves as an educational resource for studying the mathematical foundations and inner workings of machine learning models through manual implementations. The codebase provides hand-coded implementations of both supervised and unsupervised learning. This includes classification and regression models such as support vector machines, decision trees, and Naive Bayes, as well as data clustering and pattern discovery methods like k-means and hierarchi
Translates mathematical formulas and academic pseudocode directly into Python logic without using high-level machine learning libraries.
This project is a comprehensive machine learning interview guide and technical study resource designed for individuals preparing for machine learning and AI engineering roles. It provides a collection of materials and practice problems covering core algorithms, theoretical fundamentals, and the implementation of neural network architectures. The resource serves as a technical reference for generative AI development, focusing on the design and optimization of large language models and diffusion systems. It includes frameworks for system design, covering the architecture of production machine l
Provides pedagogical code implementations of core machine learning and neural network architectures for technical assessments.
This project is a deep learning implementation library and neural network theory repository. It translates mathematical derivations from textbooks and literature into functional Python code to demonstrate how deep learning algorithms work. The codebase focuses on low-level algorithm implementation by using numerical libraries instead of high-level deep learning frameworks. This approach maps theoretical mathematical proofs to executable functions to verify principles and expose the underlying arithmetic and data flow of neural networks. The project covers the implementation of deep learning
Provides pedagogical code references for standard neural network architectures and deep learning algorithms.
PRMLT provides self-contained MATLAB implementations of every algorithm from the Pattern Recognition and Machine Learning textbook by Christopher Bishop. The code reproduces the book's exact formulas and notation, making each implementation directly traceable to the source material for educational verification and study. The implementations cover the full range of core machine learning methods from the textbook, including classification, clustering, regression, density estimation, and neural network algorithms. Each module is self-contained with heavy comments, and the code uses compact, vect
Runs core machine learning algorithms from the PRML textbook using compact, vectorized MATLAB code.
Python-Guide-CN es una traducción al chino de una guía completa sobre programación idiomática en Python y desarrollo de software. Sirve como un tutorial de programación curado y referencia del ecosistema, proporcionando un camino estructurado para aprender la sintaxis de Python, las bibliotecas estándar y los patrones de codificación profesional. El proyecto se distingue por ofrecer instrucciones detalladas para configurar entornos de desarrollo en Windows, macOS y Linux. Se centra específicamente en la selección de intérpretes y la gestión de entornos virtuales para asegurar un espacio de trabajo consistente. La guía cubre una amplia gama de capacidades técnicas, incluyendo flujos de trabajo de pruebas de software, distribución de paquetes y la implementación de mejores prácticas de codificación. Proporciona además orientación sobre desarrollo web, construcción de APIs REST y computación científica, incluyendo análisis y visualización de datos.
Provides clean, pedagogical code implementations for standard statistical and neural network architectures.
Este repositorio proporciona una colección de algoritmos de machine learning implementados desde cero utilizando Python puro. Sirve como un recurso educativo diseñado para demostrar la lógica interna y los fundamentos matemáticos de los modelos predictivos sin depender de frameworks de machine learning externos o librerías de caja negra. El proyecto se distingue por mapear las implementaciones de código directamente a sus fórmulas estadísticas y de cálculo subyacentes. Cada modelo se construye utilizando primitivas del lenguaje base y optimización manual por descenso de gradiente, permitiendo a los usuarios observar la mecánica de las derivadas parciales y las actualizaciones de pesos durante el proceso de entrenamiento. Las implementaciones utilizan componentes modulares y cálculos de arrays vectorizados para simular la estructura de operaciones de álgebra lineal de alto nivel. Este enfoque facilita la investigación en arquitectura algorítmica y apoya el desarrollo de habilidades en ciencia de datos al exponer el razonamiento paso a paso necesario para procesar datos y minimizar funciones de pérdida. El repositorio consiste en una serie de Jupyter Notebooks que documentan la derivación y construcción de estos modelos.
Provides pedagogical code implementations of learning models to demonstrate practical mechanics without external libraries.