awesome-repositories.com
Blog
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
·
wepe avatar

wepe/MachineLearning

0
View on GitHub↗
5,714 estrellas·3,209 forks·Python·7 vistas

MachineLearning

Este proyecto es una librería de machine learning que proporciona una colección de implementaciones para algoritmos de aprendizaje supervisado y no supervisado. Sirve como un framework de deep learning, una colección de clasificadores estadísticos y una suite de herramientas para aprendizaje no supervisado y reducción de dimensionalidad.

La librería permite la construcción de redes neuronales, incluyendo perceptrones multicapa y redes convolucionales para el reconocimiento de patrones. También proporciona herramientas para realizar análisis de componentes principales y aprendizaje de variedades (manifold learning) para visualizar datasets de alta dimensión, junto con una suite de algoritmos de clustering que agrupan datos no etiquetados mediante particionamiento iterativo.

El proyecto cubre una amplia gama de capacidades de modelado predictivo, incluyendo tareas de clasificación y regresión usando árboles de decisión, k-vecinos más cercanos, clasificadores de Bayes, máquinas de vectores de soporte y regresión ridge. También incluye herramientas para flujos de trabajo de clasificación de imágenes y el análisis de datos no etiquetados.

Features

  • General Deep Learning Frameworks - Serves as a deep learning framework for building multi-layer perceptrons and convolutional networks.
  • Supervised Learning - Provides a comprehensive collection of supervised learning algorithms for classification and regression tasks.
  • Bayesian Inference - Predicts class membership using probabilistic Bayesian inference and conditional probability theorems.
  • Centroid-Based Clustering - Groups unlabeled data by iteratively calculating and updating cluster centers.
  • Clustering Suites - Offers a collection of centroid and density-based clustering implementations for unlabeled data.
  • Convolutional Neural Networks - Implements convolutional processing to extract spatial features from images for pattern recognition.
  • Decision Trees - Builds classification trees using iterative feature splitting to make data predictions.
  • Deep Learning Architectures - Provides frameworks for constructing multi-layered neural networks to identify complex patterns.
  • Deep Learning Development - Provides tools for the design, construction, and training of multi-layered artificial neural networks.
  • Clustering Algorithms - Provides clustering algorithms including KMeans and Gaussian Mixture Models for grouping unlabeled data.
  • K-Nearest Neighbor Classifiers - Provides k-nearest neighbor classifiers that assign classes based on proximity to training samples.
  • Logistic Regression Models - Implements logistic regression models to predict binary outcomes using the sigmoid function.
  • Machine Learning Libraries - Provides a comprehensive collection of supervised and unsupervised machine learning algorithmic implementations.
  • Multi-Layer Architectures - Constructs deep learning models using multiple hidden layers to extract hierarchical patterns.
  • Multilayer Perceptrons - Implements multi-layer perceptrons with fully connected layers for learning non-linear mappings.
  • Naive Bayes Classifiers - Implements naive bayes classifiers based on statistical feature distributions and conditional probability.
  • Statistical Classifier Collections - Implements a diverse set of statistical classifiers including Bayes, support vector machines, and k-nearest neighbors.
  • Dimensionality Reduction - Provides techniques for projecting high-dimensional data into lower-dimensional spaces to improve model efficiency.
  • Support Vector Machines - Implements support vector machines to find optimal decision boundaries through boundary-based vector optimization.
  • Unsupervised Learning - Provides algorithms for discovering patterns and structures in unlabeled datasets through clustering.
  • Principal Component Analysis - Implements principal component analysis to isolate primary patterns by reducing dataset dimensionality.
  • Image Classification - Implements convolutional neural networks to categorize images based on visual content.
  • Manifold Visualizations - Projects high-dimensional data into low-dimensional space via manifold learning for visual analysis.
  • Manifold Learning - Implements manifold learning to visualize complex, high-dimensional datasets in lower dimensions.
  • Dimensionality Reduction - Implements principal component analysis and other dimensionality reduction techniques to simplify complex datasets.
  • Ridge Regression - Implements ridge regression with L2 regularization to prevent overfitting in linear models.

Historial de estrellas

Gráfico del historial de estrellas de wepe/machinelearningGráfico del historial de estrellas de wepe/machinelearning

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

Preguntas frecuentes

¿Qué hace wepe/machinelearning?

Este proyecto es una librería de machine learning que proporciona una colección de implementaciones para algoritmos de aprendizaje supervisado y no supervisado. Sirve como un framework de deep learning, una colección de clasificadores estadísticos y una suite de herramientas para aprendizaje no supervisado y reducción de dimensionalidad.

¿Cuáles son las características principales de wepe/machinelearning?

Las características principales de wepe/machinelearning son: General Deep Learning Frameworks, Supervised Learning, Bayesian Inference, Centroid-Based Clustering, Clustering Suites, Convolutional Neural Networks, Decision Trees, Deep Learning Architectures.

¿Qué alternativas de código abierto existen para wepe/machinelearning?

Las alternativas de código abierto para wepe/machinelearning incluyen: instillai/machine-learning-course — This is a comprehensive educational curriculum designed to teach machine learning fundamentals using the Python… jack-cherish/machine-learning — This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using… rasbt/python-machine-learning-book — This project is an educational resource providing practical code examples and implementations of machine learning… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… eriklindernoren/ml-from-scratch — This project is an educational toolkit that provides implementations of fundamental machine learning algorithms built… ljpzzz/machinelearning — This project is a machine learning implementation library featuring a collection of code examples that implement…

Alternativas open-source a MachineLearning

Proyectos open-source similares, clasificados según cuántas características comparten con MachineLearning.
  • instillai/machine-learning-courseAvatar de instillai

    instillai/machine-learning-course

    7,043Ver en GitHub↗

    This is a comprehensive educational curriculum designed to teach machine learning fundamentals using the Python programming language. It provides a structured course covering the implementation and theory of supervised learning, unsupervised learning, and deep learning. The curriculum is delivered through interactive notebooks that combine executable code with technical tutorials. It includes dedicated guides for building neural network architectures, implementing classification and regression models, and utilizing clustering techniques for pattern discovery in unlabeled data. The materials

    Python
    Ver en GitHub↗7,043
  • jack-cherish/machine-learningAvatar de Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333Ver en GitHub↗

    This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using Python. It serves as an educational resource for studying model training, parameter optimization, and the implementation of core predictive models. The library provides a variety of supervised learning tools, including linear and logistic regression, decision trees, and support vector machines. It also features unsupervised learning capabilities for discovering patterns in unlabeled datasets through clustering algorithms. Broad capability areas include ensemble learning thro

    Pythonadaboostadaboost-algorithmdecision-tree
    Ver en GitHub↗10,333
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
  • nyandwi/machine_learning_completeAvatar de Nyandwi

    Nyandwi/machine_learning_complete

    4,983Ver en GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Ver en GitHub↗4,983
  • Ver las 30 alternativas a MachineLearning→