awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wepe avatar

wepe/MachineLearning

0
View on GitHub↗
5,714 Stars·3,209 Forks·Python·8 Aufrufe

MachineLearning

Dieses Projekt ist eine Machine-Learning-Bibliothek, die eine Sammlung von Implementierungen für überwachte und unüberwachte Lernalgorithmen bereitstellt. Sie dient als Deep-Learning-Framework, als Sammlung statistischer Klassifikatoren und als Suite von Werkzeugen für unüberwachtes Lernen und Dimensionsreduktion.

Die Bibliothek ermöglicht die Konstruktion neuronaler Netze, einschließlich Multi-Layer-Perzeptrons und Convolutional Networks für die Mustererkennung. Sie bietet zudem Werkzeuge zur Durchführung von Hauptkomponentenanalysen (PCA) und Manifold-Learning zur Visualisierung hochdimensionaler Datensätze sowie eine Suite von Clustering-Algorithmen, die unbeschriftete Daten durch iterative Partitionierung gruppieren.

Das Projekt deckt ein breites Spektrum an prädiktiven Modellierungsfunktionen ab, einschließlich Klassifizierungs- und Regressionsaufgaben unter Verwendung von Entscheidungsbäumen, k-nächste-Nachbarn, Bayes-Klassifikatoren, Support Vector Machines und Ridge-Regression. Es enthält zudem Werkzeuge für Bildklassifizierungs-Workflows und die Analyse unbeschrifteter Daten.

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.

Star-Verlauf

Star-Verlauf für wepe/machinelearningStar-Verlauf für wepe/machinelearning

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu MachineLearning

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit MachineLearning.
  • instillai/machine-learning-courseAvatar von instillai

    instillai/machine-learning-course

    7,043Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,043
  • jack-cherish/machine-learningAvatar von Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,333
  • rasbt/python-machine-learning-bookAvatar von rasbt

    rasbt/python-machine-learning-book

    12,614Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,614
  • nyandwi/machine_learning_completeAvatar von Nyandwi

    Nyandwi/machine_learning_complete

    4,983Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,983
Alle 30 Alternativen zu MachineLearning anzeigen→

Häufig gestellte Fragen

Was macht wepe/machinelearning?

Dieses Projekt ist eine Machine-Learning-Bibliothek, die eine Sammlung von Implementierungen für überwachte und unüberwachte Lernalgorithmen bereitstellt. Sie dient als Deep-Learning-Framework, als Sammlung statistischer Klassifikatoren und als Suite von Werkzeugen für unüberwachtes Lernen und Dimensionsreduktion.

Was sind die Hauptfunktionen von wepe/machinelearning?

Die Hauptfunktionen von wepe/machinelearning sind: General Deep Learning Frameworks, Supervised Learning, Bayesian Inference, Centroid-Based Clustering, Clustering Suites, Convolutional Neural Networks, Decision Trees, Deep Learning Architectures.

Welche Open-Source-Alternativen gibt es zu wepe/machinelearning?

Open-Source-Alternativen zu wepe/machinelearning sind unter anderem: 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…