awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
susanli2016 avatar

susanli2016/Machine-Learning-with-Python

0
View on GitHub↗
4,583 stars·4,774 forks·Jupyter Notebook·7 vues

Machine Learning With Python

Ce projet est une bibliothèque d'apprentissage automatique Python et une boîte à outils de science des données conçue pour construire des modèles prédictifs et analyser des jeux de données complexes. Elle fournit une collection d'implémentations pour des algorithmes supervisés et non supervisés courants utilisant le framework Scikit-Learn.

La boîte à outils inclut une suite de modélisation prédictive pour générer des prédictions à partir de données historiques et un framework d'analyse statistique pour appliquer la modélisation bayésienne et les tests de causalité. Elle dispose également d'une suite de visualisation de données basée sur Matplotlib pour rendre des graphiques statiques afin d'interpréter les frontières de classificateur et les tendances des données.

Le projet couvre les flux de travail de clustering de données pour identifier les modèles et les segments, l'analyse exploratoire des données et le prétraitement des données en utilisant Pandas et NumPy.

Features

  • Python Machine Learning Libraries - Provides a comprehensive collection of machine learning algorithms and data science tools implemented in Python.
  • Scikit-Learn Implementations - Provides a comprehensive collection of common supervised and unsupervised machine learning algorithms implemented via the Scikit-Learn API.
  • Clustering Algorithms - Implements various unsupervised grouping techniques, including k-means, to identify segments within datasets.
  • Predictive Machine Learning Analytics - Executes machine learning algorithms to generate predictions from historical data patterns.
  • Predictive Model Development - Implements machine learning algorithms in Python to design, train, and test predictive models.
  • Predictive Modeling - Provides a toolkit for applying mathematical algorithms to datasets to predict future outcomes or classify data.
  • Data Science Toolkits - Provides a collection of scripts using Pandas and NumPy for cleaning, preprocessing, and analyzing complex datasets.
  • Tabular Data Manipulations - Utilizes Pandas to structure raw datasets into tabular dataframes for efficient cleaning and preprocessing.
  • General Data Clustering - Groups similar data points using clustering techniques to identify hidden patterns and segments.
  • Vectorized Data Processing - Uses NumPy vectorized operations on contiguous memory arrays to ensure high computational efficiency for mathematical operations.
  • Exploratory Data Analysis - Provides tools for loading, cleaning, and visualizing datasets to understand their structure before modeling.
  • Hyperparameter Tuning - Implements systematic hyperparameter adjustment through repeated training cycles to refine model accuracy.
  • Statistical Analysis - Employs descriptive and inferential statistics, including Bayesian modeling, to interpret complex datasets.
  • Matplotlib - Generates static two-dimensional charts and graphs to represent data distributions and classifier boundaries using Matplotlib.
  • Bayesian Statistical Modeling - Applies Bayesian modeling and causality tests to extract insights and identify relationships in complex datasets.
  • Statistical Analysis Libraries - Ships a framework for applying Bayesian modeling and causality tests to extract insights from complex datasets.
  • Data Trend Visualizations - Creates graphical representations of datasets and classifiers to identify and interpret data trends.
  • Machine Learning - Jupyter notebooks for machine learning algorithms.

Historique des stars

Graphique de l'historique des stars pour susanli2016/machine-learning-with-pythonGraphique de l'historique des stars pour susanli2016/machine-learning-with-python

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait susanli2016/machine-learning-with-python ?

Ce projet est une bibliothèque d'apprentissage automatique Python et une boîte à outils de science des données conçue pour construire des modèles prédictifs et analyser des jeux de données complexes. Elle fournit une collection d'implémentations pour des algorithmes supervisés et non supervisés courants utilisant le framework Scikit-Learn.

Quelles sont les fonctionnalités principales de susanli2016/machine-learning-with-python ?

Les fonctionnalités principales de susanli2016/machine-learning-with-python sont : Python Machine Learning Libraries, Scikit-Learn Implementations, Clustering Algorithms, Predictive Machine Learning Analytics, Predictive Model Development, Predictive Modeling, Data Science Toolkits, Tabular Data Manipulations.

Quelles sont les alternatives open-source à susanli2016/machine-learning-with-python ?

Les alternatives open-source à susanli2016/machine-learning-with-python incluent : rapidsai/cuml — cuml is a GPU-accelerated machine learning library and framework that uses CUDA to accelerate tabular data… mrdbourke/zero-to-mastery-ml — This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter… jwarmenhoven/islr-python — This project is a machine learning education resource consisting of Python implementations of statistical learning… jwarmenhoven/coursera-machine-learning — This repository serves as an educational collection of Python implementations for fundamental machine learning… haifengl/smile — Smile is a comprehensive JVM machine learning library and statistical computing toolkit. It provides a suite of… alfred1984/interesting-python — This project is a collection of Python implementations for web scraping, network traffic interception, data analysis,…

Alternatives open source à Machine Learning With Python

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Machine Learning With Python.
  • rapidsai/cumlAvatar de rapidsai

    rapidsai/cuml

    5,209Voir sur GitHub↗

    cuml is a GPU-accelerated machine learning library and framework that uses CUDA to accelerate tabular data preprocessing and model execution. It provides a suite of tools for training and deploying classification, regression, and clustering models on NVIDIA GPUs and GPU clusters. The library is designed for scalability, offering a distributed GPU machine learning environment that can spread computation and data across multiple hardware accelerators and nodes to handle datasets exceeding single-device memory. It mirrors standard estimator interfaces to allow the replacement of CPU-based models

    Python
    Voir sur GitHub↗5,209
  • mrdbourke/zero-to-mastery-mlAvatar de mrdbourke

    mrdbourke/zero-to-mastery-ml

    5,839Voir sur GitHub↗

    This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter Notebooks. It serves as a comprehensive guide for mastering the Python data science toolkit, providing structured tutorials for numerical computing, tabular data manipulation, and statistical visualization. The curriculum includes specific implementation guides for Scikit-Learn and a practical course on TensorFlow for constructing, training, and deploying neural networks and computer vision models. It covers the end-to-end process of building predictive models, from initial pr

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    Voir sur GitHub↗5,839
  • jwarmenhoven/coursera-machine-learningAvatar de JWarmenhoven

    JWarmenhoven/Coursera-Machine-Learning

    859Voir sur GitHub↗

    This repository serves as an educational collection of Python implementations for fundamental machine learning algorithms and statistical models. It provides a structured environment for learning core concepts through interactive computational documents that combine live code, narrative text, and data visualizations. The codebase focuses on predictive modeling development, offering instructional examples for building and evaluating regression, classification, and neural network models. It utilizes standardized data science library interfaces to demonstrate how to implement and execute these a

    Jupyter Notebookandrew-ngcoursera-machine-learningpredictive-modeling
    Voir sur GitHub↗859
  • jwarmenhoven/islr-pythonAvatar de JWarmenhoven

    JWarmenhoven/ISLR-python

    4,398Voir sur GitHub↗

    This project is a machine learning education resource consisting of Python implementations of statistical learning models and data analysis examples from a core textbook. It serves as a statistical modeling library that provides the code necessary to implement linear regression, classification, and unsupervised learning techniques for academic data analysis. The repository is structured as a reference-driven implementation, with a directory layout that mirrors the chapter and section hierarchy of the associated academic publication. It includes a set of scripts and notebooks designed to gener

    Jupyter Notebook
    Voir sur GitHub↗4,398
Voir les 30 alternatives à Machine Learning With Python→