awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to luwill/machine_learning_code_implementation

Open-source alternatives to Machine Learning Code Implementation

30 open-source projects similar to luwill/machine_learning_code_implementation, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Machine Learning Code Implementation alternative.

  • dod-o/statistical-learning-method_codeالصورة الرمزية لـ Dod-o

    Dod-o/Statistical-Learning-Method_Code

    11,621عرض على GitHub↗

    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

    Pythoncodemachine-learning-algorithmsstatistical-learning-method
    عرض على GitHub↗11,621
  • visualize-ml/book4_power-of-matrixالصورة الرمزية لـ Visualize-ML

    Visualize-ML/Book4_Power-of-Matrix

    9,942عرض على GitHub↗

    This project is a linear algebra tutorial and educational resource focused on the mathematical foundations of machine learning. It serves as a technical guide and instructional material for understanding how matrix calculations and linear operations power predictive algorithms. The resource emphasizes the transition from basic arithmetic to the implementation of predictive models. It focuses on linear algebra visualization to demonstrate how matrix operations translate into the geometric transformations used in data science. The material covers the implementation of machine learning logic th

    Jupyter Notebooklinearlinear-algebramachine-learning
    عرض على GitHub↗9,942
  • ageron/handson-mlالصورة الرمزية لـ ageron

    ageron/handson-ml

    25,608عرض على GitHub↗

    This is a machine learning educational repository consisting of a collection of notebooks and code examples. It provides practical implementations of diverse machine learning algorithms and workflows, ranging from traditional scientific computing to deep learning. The project features specific implementations of Scikit-Learn models, such as decision trees, random forests, and support vector machines, as well as TensorFlow examples for building neural networks, convolutional layers, and recurrent architectures. It also includes tutorials on reinforcement learning development and the creation o

    Jupyter Notebook
    عرض على GitHub↗25,608

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • trekhleb/homemade-machine-learningالصورة الرمزية لـ trekhleb

    trekhleb/homemade-machine-learning

    24,608عرض على 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
    عرض على GitHub↗24,608
  • nlp-love/ml-nlpالصورة الرمزية لـ NLP-LOVE

    NLP-LOVE/ML-NLP

    17,725عرض على GitHub↗

    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

    Jupyter Notebookdeep-learningmachine-learningnlp
    عرض على GitHub↗17,725
  • johnmyleswhite/ml_for_hackersالصورة الرمزية لـ johnmyleswhite

    johnmyleswhite/ML_for_Hackers

    3,737عرض على GitHub↗

    ML for Hackers is a machine learning educational resource and library designed for learning the fundamentals of algorithmic programming and data analysis. It provides a neural network framework and a collection of mathematical implementations for building and training predictive models. The project utilizes a modular architecture for stacking linear transformations and activation layers. It implements core deep learning components from scratch using multi-dimensional arrays for tensor algebra and operations. The framework covers a variety of algorithmic capabilities, including automatic diff

    R
    عرض على GitHub↗3,737
  • devamoghs/machine-learning-with-pythonالصورة الرمزية لـ devAmoghS

    devAmoghS/Machine-Learning-with-Python

    1,333عرض على GitHub↗

    This repository serves as an educational collection of practical examples and tutorials designed to facilitate the study of machine learning and data science concepts using Python. It provides a structured environment for learning core algorithms and data analysis techniques through hands-on implementation and iterative exploration. The project covers a broad range of analytical capabilities, including predictive modeling for regression, classification, and clustering tasks, as well as network topology analysis for identifying influence patterns in interconnected data. It also incorporates na

    Pythonbeginner-friendlydata-sciencedeep-learning
    عرض على GitHub↗1,333
  • ctgk/prmlالصورة الرمزية لـ ctgk

    ctgk/PRML

    11,720عرض على GitHub↗

    PRML is a Python machine learning library and statistical learning toolkit. It provides code implementations of supervised and unsupervised learning concepts, including regression, classification, and neural network algorithms for statistical data modeling. The project functions as a pattern recognition toolkit used to identify theoretical structures within numerical datasets. It includes a neural network framework for solving nonlinear data mappings and a linear algebra toolkit that utilizes vectorized operations and matrix calculations. The library covers a broad range of capabilities, inc

    Jupyter Notebookjupyternotebookprml
    عرض على GitHub↗11,720
  • joelgrus/data-science-from-scratchالصورة الرمزية لـ joelgrus

    joelgrus/data-science-from-scratch

    9,636عرض على GitHub↗

    This project is a collection of foundational machine learning algorithms and data science tools implemented in Python. It focuses on building the logic of these tools using basic programming primitives rather than relying on specialized libraries. The implementation covers several core domains, including a linear algebra library for matrix and vector operations, a statistical analysis toolkit for probability and hypothesis testing, and a framework for map-reduce distributed processing. It also includes implementations for natural language processing, graph theory for network analysis, and var

    Python
    عرض على GitHub↗9,636
  • hardikkamboj/an-introduction-to-statistical-learningالصورة الرمزية لـ hardikkamboj

    hardikkamboj/An-Introduction-to-Statistical-Learning

    2,493عرض على GitHub↗

    This project is a machine learning textbook companion and code reference that translates theoretical statistical learning exercises into executable implementations. It serves as a programmatic study guide for implementing foundational machine learning algorithms and solving structured data problems. The repository provides predictive modeling notebooks that combine narrative explanations with code to derive and validate statistical algorithms. These implementations are available as a reference for both Python and R, utilizing the Scikit-Learn API for model fitting and prediction. The codebas

    Jupyter Notebookdatasciencemachine-learningpython
    عرض على GitHub↗2,493
  • greyhatguy007/machine-learning-specialization-courseraالصورة الرمزية لـ greyhatguy007

    greyhatguy007/Machine-Learning-Specialization-Coursera

    6,996عرض على GitHub↗

    This repository is a collection of implementation references and solved notebooks covering supervised, unsupervised, and reinforcement learning techniques. It provides practical guides for building predictive models, clustering algorithms, and autonomous agents. The project includes specific implementations for neural network architectures, such as multi-layer perceptrons for digit recognition, and recommender systems using collaborative and content-based filtering. It also features reinforcement learning systems that utilize deep Q-learning to optimize decision-making policies. The codebase

    Jupyter Notebookandrew-ngandrew-ng-machine-learningcoursera
    عرض على GitHub↗6,996
  • christianversloot/machine-learning-articlesالصورة الرمزية لـ christianversloot

    christianversloot/machine-learning-articles

    3,683عرض على GitHub↗

    This project is a machine learning educational archive and technical documentation collection. It serves as a deep learning tutorial series and implementation guide, providing theoretical explanations and practical walkthroughs for constructing and optimizing neural networks. The content focuses on the design and construction of diverse model architectures, including convolutional neural networks, Long Short-Term Memory networks, and generative adversarial networks. It details specific implementation patterns for autoencoders, sentiment analysis models, and various classification approaches.

    albertbertclustering
    عرض على GitHub↗3,683
  • zotroneneis/machine_learning_basicsالصورة الرمزية لـ zotroneneis

    zotroneneis/machine_learning_basics

    4,418عرض على GitHub↗

    This project is a collection of foundational machine learning algorithms and tools implemented from scratch in Python. It serves as a library of core implementations for regression, classification, and clustering models, designed to demonstrate the underlying mathematical structures of these algorithms without relying on high-level machine learning frameworks. The project focuses on the manual implementation of algorithmic logic, including neural networks with forward propagation and weight updates, as well as various supervised and unsupervised learning models. It utilizes NumPy for vectoriz

    Jupyter Notebookalgorithmipynbk-nearest-neighbor
    عرض على GitHub↗4,418
  • mleveryday/100-days-of-ml-codeالصورة الرمزية لـ MLEveryday

    MLEveryday/100-Days-Of-ML-Code

    22,232عرض على GitHub↗

    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

    Jupyter Notebook100-days-of-ml-codechinese-simplifieddeep-learning
    عرض على GitHub↗22,232
  • kaieye/2022-machine-learning-specializationالصورة الرمزية لـ kaieye

    kaieye/2022-Machine-Learning-Specialization

    4,603عرض على GitHub↗

    This repository is a collection of machine learning course materials, providing study notes and Python implementation examples for a professional specialization. It serves as a guide for supervised and unsupervised learning, focusing on the application of fundamental algorithms. The content covers a broad range of machine learning education, including the mathematical foundations and practical prototyping of models. It specifically provides resources for implementing regression, classification, clustering, and dimensionality reduction techniques. The project is organized as a curriculum-base

    Jupyter Notebook
    عرض على GitHub↗4,603
  • chiphuyen/tf-stanford-tutorialsالصورة الرمزية لـ chiphuyen

    chiphuyen/tf-stanford-tutorials

    10,377عرض على GitHub↗

    This project is a deep learning educational resource providing a collection of TensorFlow tutorials and programming exercises. It serves as a set of machine learning code samples designed for university-level courses on machine learning research. The repository focuses on machine learning education and deep learning research, providing practical examples for implementing neural networks from scratch. It supports neural network prototyping and the development of TensorFlow models to help users apply deep learning theory to software implementations.

    Python
    عرض على GitHub↗10,377
  • dibgerge/ml-coursera-python-assignmentsالصورة الرمزية لـ dibgerge

    dibgerge/ml-coursera-python-assignments

    5,567عرض على GitHub↗

    This project is a machine learning coursework repository containing a collection of Python exercises and notebooks. It is designed for implementing foundational machine learning algorithms and completing curriculum assignments through interactive documents that combine instructional text and executable code. The repository provides code formatted for compatibility with automated grading systems, allowing for the submission and validation of technical exercises. It includes predefined environment configurations and dependency locks to ensure consistent execution of data science tools across di

    Jupyter Notebook
    عرض على GitHub↗5,567
  • apachecn/hands-on-ml-zhالصورة الرمزية لـ apachecn

    apachecn/hands-on-ml-zh

    3,781عرض على GitHub↗

    This project is a Chinese translation of a comprehensive educational resource for implementing machine learning. It serves as a technical guide for developing machine learning models, providing translated documentation and practical tutorials. The resource focuses specifically on the implementation of machine learning using Scikit-Learn and TensorFlow. It provides guides for building traditional machine learning models as well as developing deep learning neural networks. The content covers the end-to-end machine learning workflow, including data preparation, model training, and evaluation. E

    CSSbookdeep-learningmachine-learning
    عرض على GitHub↗3,781
  • girafe-ai/ml-courseالصورة الرمزية لـ girafe-ai

    girafe-ai/ml-course

    3,484عرض على GitHub↗

    This repository provides a comprehensive educational framework for mastering machine learning and deep learning through a structured curriculum. It integrates theoretical mathematical foundations—including calculus, probability, and linear algebra—with hands-on laboratory implementations that require learners to build algorithms and neural network architectures from scratch. The project distinguishes itself by emphasizing first-principles development, ensuring that students understand the underlying mechanics of backpropagation, layer-wise computation, and model optimization. It covers a broa

    Jupyter Notebookcomputer-visioncoursedeep-learning
    عرض على GitHub↗3,484
  • assemblyai-community/machine-learning-from-scratchالصورة الرمزية لـ AssemblyAI-Community

    AssemblyAI-Community/Machine-Learning-From-Scratch

    971عرض على GitHub↗

    Machine-Learning-From-Scratch is an educational repository that provides implementations of fundamental machine learning models built using standard Python programming logic. It serves as a resource for understanding the internal mechanics of common statistical and predictive algorithms by constructing them from the ground up rather than relying on high-level machine learning frameworks. The project distinguishes itself by prioritizing transparency in algorithmic design, utilizing mathematical primitives and vectorized array computations to expose the underlying calculus and statistical logic

    Python
    عرض على GitHub↗971
  • tdpetrou/machine-learning-books-with-pythonالصورة الرمزية لـ tdpetrou

    tdpetrou/Machine-Learning-Books-With-Python

    943عرض على GitHub↗

    This repository serves as an educational resource for mastering machine learning concepts through structured exercises and practical programming examples. It functions as a library of implementations for core algorithms and models, designed to accompany standard academic textbooks and technical literature. The project utilizes a literate programming pattern within interactive documents, allowing users to interleave narrative explanations with executable code. By combining text and logic, the repository facilitates step-by-step experimentation and the translation of theoretical concepts into f

    Jupyter Notebook
    عرض على GitHub↗943
  • microsoft/ai-eduالصورة الرمزية لـ microsoft

    microsoft/ai-edu

    14,065عرض على GitHub↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    HTML
    عرض على GitHub↗14,065
  • mingchaozhu/deeplearningالصورة الرمزية لـ MingchaoZhu

    MingchaoZhu/DeepLearning

    7,679عرض على GitHub↗

    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

    Pythonbayesiandeep-learningensemble-learning
    عرض على GitHub↗7,679
  • nyandwi/machine_learning_completeالصورة الرمزية لـ Nyandwi

    Nyandwi/machine_learning_complete

    4,983عرض على 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
    عرض على GitHub↗4,983
  • dformoso/machine-learning-mindmapالصورة الرمزية لـ dformoso

    dformoso/machine-learning-mindmap

    6,254عرض على GitHub↗

    This project is a machine learning knowledge map and educational resource that provides a structured learning path for data science. It organizes core concepts, from basic data analysis to deep learning, into a visual guide and markdown-based knowledge graph. The resource connects theoretical foundations and mathematical concepts to practical execution through links to runnable notebooks and implementation examples. This allows for a transition from conceptual study to hands-on practice. The project uses hierarchical node organization and modular topic decomposition to visualize relationship

    عرض على GitHub↗6,254
  • pkmital/tensorflow_tutorialsالصورة الرمزية لـ pkmital

    pkmital/tensorflow_tutorials

    5,668عرض على GitHub↗

    This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and tensor operations using the TensorFlow framework. It serves as a machine learning educational repository and implementation guide for deep learning students. The suite focuses on specific advanced architectures, including convolutional networks for image classification, residual networks with skip connections for training stability, and variational autoencoders for generative modeling and data synthesis. It also includes guides for building denoising and deep autoencoders to pe

    Jupyter Notebook
    عرض على GitHub↗5,668
  • rasbt/python-machine-learning-book-3rd-editionالصورة الرمزية لـ rasbt

    rasbt/python-machine-learning-book-3rd-edition

    4,988عرض على GitHub↗

    This is the companion code repository for the third edition of the book Python Machine Learning. It delivers the entire learning path as a structured collection of Jupyter notebooks that progress from classical machine learning algorithms to advanced deep learning models, with every concept demonstrated through executable code and narrative text. What distinguishes this resource is its pedagogical design. Each notebook cell encapsulates a single conceptual step, letting readers run, inspect, and modify discrete units of learning. The code provides interchangeable implementations of deep lea

    Jupyter Notebookdeep-learningmachine-learningscikit-learn
    عرض على GitHub↗4,988
  • mrdbourke/zero-to-mastery-mlالصورة الرمزية لـ mrdbourke

    mrdbourke/zero-to-mastery-ml

    5,839عرض على 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
    عرض على GitHub↗5,839
  • udacity/machine-learningالصورة الرمزية لـ udacity

    udacity/machine-learning

    4,027عرض على GitHub↗

    This project is a machine learning curriculum and data science educational resource. It provides a structured set of instructional materials and hands-on projects designed for learning machine learning concepts and the implementation of predictive models. The resource functions as a training guide for supervised learning, focusing on the development of models for image classification and digit recognition. It uses a project-based training approach that pairs theoretical lessons with dataset-driven model training and evaluation. The curriculum covers the mathematical foundations of machine le

    Jupyter Notebook
    عرض على GitHub↗4,027
  • ujjwalkarn/machine-learning-tutorialsالصورة الرمزية لـ ujjwalkarn

    ujjwalkarn/Machine-Learning-Tutorials

    17,909عرض على GitHub↗

    This repository serves as a structured educational resource for machine learning and data science, providing a centralized collection of tutorials, lecture notes, and implementation guides. It is designed to support self-directed learning by organizing complex technical concepts into a clear, hierarchical path that spans from foundational statistical methods to advanced deep learning architectures. The project distinguishes itself through a comprehensive approach to skill development, bridging the gap between theoretical algorithmic foundations and functional software applications. It offers

    awesomeawesome-listdeep-learning
    عرض على GitHub↗17,909