awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zotroneneis avatar

zotroneneis/machine_learning_basics

0
View on GitHub↗
4,418 estrellas·836 forks·Jupyter Notebook·MIT·8 vistas

Machine Learning Basics

Este proyecto es una colección de algoritmos y herramientas fundamentales de machine learning implementados desde cero en Python. Sirve como una librería de implementaciones centrales para modelos de regresión, clasificación y clustering, diseñada para demostrar las estructuras matemáticas subyacentes de estos algoritmos sin depender de frameworks de machine learning de alto nivel.

El proyecto se centra en la implementación manual de la lógica algorítmica, incluyendo redes neuronales con propagación hacia adelante y actualizaciones de pesos, así como varios modelos de aprendizaje supervisado y no supervisado. Utiliza NumPy para la vectorización para realizar cálculos matriciales y operaciones matemáticas en grandes datasets.

El toolkit cubre una amplia gama de capacidades, incluyendo reducción de dimensionalidad mediante Análisis de Componentes Principales (PCA) y preprocesamiento de datos para datasets numéricos y de imágenes. Las implementaciones algorítmicas abarcan regresión lineal y bayesiana, clustering K-Means y múltiples métodos de clasificación como Máquinas de Vectores de Soporte (SVM), Árboles de Decisión y K-Vecinos Más Cercanos (KNN).

El proyecto se entrega como una serie de Jupyter Notebooks.

Features

  • From-Scratch ML Model Implementations - Provides foundational implementations of machine learning models built from first principles without relying on high-level frameworks.
  • Machine Learning Education - Serves as an educational resource for learning the mathematics of ML by building algorithms from scratch.
  • Centroid-Based Clustering - Implements K-Means clustering by iteratively refining center coordinates based on the mean of assigned points.
  • Classification Trees - Implements decision trees specifically for categorizing instances into discrete classes through binary splits.
  • Gradient-Based Parameter Updates - Implements weight adjustment logic using gradient descent to minimize prediction error.
  • Hyperplane Margin Maximization - Implements the mathematical logic for maximizing margins in Support Vector Machines.
  • K-Means Clustering - Implements centroid-based partitioning of unlabeled data into a specified number of clusters using iterative refinement.
  • K-Nearest Neighbor Classifiers - Implements supervised learning models that assign classes based on the majority vote of the closest training samples.
  • Linear Regression - Implements fundamental statistical methods for modeling relationships between variables using linear equations.
  • Bayesian Regressions - Implements probabilistic linear models that treat parameters as distributions to quantify prediction uncertainty.
  • Logistic Regression Models - Implements algorithms for predicting binary outcomes using the sigmoid function and weight optimization.
  • Machine Learning Implementations - Provides a comprehensive collection of core machine learning algorithms implemented manually in Python.
  • Forward Propagation Engines - Implements forward propagation logic using matrix multiplication to calculate layer outputs.
  • Neural Network Implementations - Implements an artificial neural network from scratch, demonstrating forward propagation and weight updates.
  • Supervised Classification - Implements supervised classification and regression models including Decision Trees and SVMs.
  • Support Vector Machines - Implements support vector machines to establish optimal decision boundaries that maximize the margin between classes.
  • Unsupervised Learning - Implements unsupervised learning algorithms like K-Means to discover patterns in unlabeled data.
  • Educational Python Implementations - Provides algorithmic implementations in pure Python to ensure the internal logic and mathematics are transparent and readable.
  • Softmax Regression - Provides an implementation of softmax regression for multi-class classification probability prediction.
  • NumPy-Based Linear Algebra Implementations - Uses NumPy for vectorization and matrix manipulations to perform efficient mathematical operations on datasets.
  • Perceptrons - Implements a basic linear classifier that learns a weight vector to separate two classes of data.
  • Posterior Distribution Estimators - Implements Bayesian linear regression by calculating posterior probabilities for linear coefficients using prior beliefs.
  • Dimensionality Reduction - Provides mathematical techniques for reducing high-dimensional data into lower-dimensional spaces based on variance.
  • Principal Component Analysis - Implements Principal Component Analysis to reduce dimensionality by transforming variables into uncorrelated components.

Historial de estrellas

Gráfico del historial de estrellas de zotroneneis/machine_learning_basicsGráfico del historial de estrellas de zotroneneis/machine_learning_basics

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Machine Learning Basics

Colecciones seleccionadas manualmente donde aparece Machine Learning Basics.
  • Proyectos de implementación de redes neuronales
  • Libros y guías de Machine Learning

Alternativas open-source a Machine Learning Basics

Proyectos open-source similares, clasificados según cuántas características comparten con Machine Learning Basics.
  • lawlite19/machinelearning_pythonAvatar de lawlite19

    lawlite19/MachineLearning_Python

    8,526Ver en GitHub↗

    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

    Python
    Ver en GitHub↗8,526
  • rasbt/python-machine-learning-bookAvatar de rasbt

    rasbt/python-machine-learning-book

    12,614Ver en GitHub↗

    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

    Jupyter Notebook
    Ver en GitHub↗12,614
  • biolab/orange3Avatar de biolab

    biolab/orange3

    5,635Ver en GitHub↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Python
    Ver en GitHub↗5,635
  • trekhleb/homemade-machine-learningAvatar de trekhleb

    trekhleb/homemade-machine-learning

    24,608Ver en GitHub↗

    This project provides a collection of machine learning algorithms implemented from scratch in Python. It serves as an educational resource using interactive notebooks that combine code with mathematical explanations to demonstrate the first principles of data science. The repository includes reference implementations for neural networks, such as multilayer perceptrons with backpropagation, and supervised learning models including linear and logistic regression. It also covers unsupervised learning through k-means clustering and Gaussian anomaly detection. The codebase covers a broad range of

    Jupyter Notebook
    Ver en GitHub↗24,608
Ver las 30 alternativas a Machine Learning Basics→

Preguntas frecuentes

¿Qué hace zotroneneis/machine_learning_basics?

Este proyecto es una colección de algoritmos y herramientas fundamentales de machine learning implementados desde cero en Python. Sirve como una librería de implementaciones centrales para modelos de regresión, clasificación y clustering, diseñada para demostrar las estructuras matemáticas subyacentes de estos algoritmos sin depender de frameworks de machine learning de alto nivel.

¿Cuáles son las características principales de zotroneneis/machine_learning_basics?

Las características principales de zotroneneis/machine_learning_basics son: From-Scratch ML Model Implementations, Machine Learning Education, Centroid-Based Clustering, Classification Trees, Gradient-Based Parameter Updates, Hyperplane Margin Maximization, K-Means Clustering, K-Nearest Neighbor Classifiers.

¿Qué alternativas de código abierto existen para zotroneneis/machine_learning_basics?

Las alternativas de código abierto para zotroneneis/machine_learning_basics incluyen: lawlite19/machinelearning_python — This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to… rasbt/python-machine-learning-book — This project is an educational resource providing practical code examples and implementations of machine learning… biolab/orange3 — Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows… trekhleb/homemade-machine-learning — This project provides a collection of machine learning algorithms implemented from scratch in Python. It serves as an… jack-cherish/machine-learning — This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using… ljpzzz/machinelearning — This project is a machine learning implementation library featuring a collection of code examples that implement…