awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to luispedro/buildingmachinelearningsystemswithpython

Open-source alternatives to BuildingMachineLearningSystemsWithPython

11 open-source projects similar to luispedro/buildingmachinelearningsystemswithpython, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best BuildingMachineLearningSystemsWithPython alternative.

  • shujiahuang/cpp-primer-plus-6thShujiaHuang avatar

    ShujiaHuang/Cpp-Primer-Plus-6th

    3,106View on GitHub↗

    This project is a C++ learning resource and study guide consisting of structured notes and programming examples. It provides practical implementations and exercise solutions covering core language syntax, data types, and control flow. The repository features specialized samples for object-oriented design, including class inheritance, polymorphism, and abstract classes. It includes demonstrations of memory management techniques such as dynamic allocation, move semantics, and placement new, as well as template programming examples for creating generic functions and data structures. The codebas

    C++cppprogramming
    View on GitHub↗3,106
  • binroot/tensorflow-bookBinRoot avatar

    BinRoot/TensorFlow-Book

    4,431View on GitHub↗

    This project is a collection of TensorFlow machine learning examples providing reference implementations for various neural network paradigms. It covers supervised, unsupervised, reinforcement, and sequential learning models. The repository includes implementations for convolutional neural networks focused on image classification and ranking, as well as recurrent neural networks for time-series forecasting and sequence-to-sequence translation. It further provides examples of reinforcement learning agents trained via reward optimization and unsupervised learning techniques such as autoencoders

    Jupyter Notebookautoencoderbookclassification
    View on GitHub↗4,431
  • gmonce/scikit-learn-bookgmonce avatar

    gmonce/scikit-learn-book

    392View on GitHub↗

    Learning scikit-learn: Machine Learning in Python.

    Jupyter Notebook
    View on GitHub↗392
  • jasebell/mlbookjasebell avatar

    jasebell/mlbook

    69View on GitHub↗

    Example code for the Wiley book "Machine Learning - Hands On for Developers and Technical Professionals"

    Java
    View on GitHub↗69

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • jeffreyksmithjr/reactive-machine-learning-systemsjeffreyksmithjr avatar

    jeffreyksmithjr/reactive-machine-learning-systems

    145View on GitHub↗

    Code from the book Machine Learning Systems.

    Scala
    View on GitHub↗145
  • alexsosn/marslandmlalgoalexsosn avatar

    alexsosn/MarslandMLAlgo

    148View on GitHub↗

    Code and data for the second edition of the textbook `Machine Learning: An Algorithm Perspective" by Stephen Marsland.

    Python
    View on GitHub↗148
  • mostafa-samir/how-machine-learning-worksMostafa-Samir avatar

    Mostafa-Samir/How-Machine-Learning-Works

    5View on GitHub↗

    This repository contains the code accompanying the work done in How Machine Learning Works by Mostafa Samir, Manning Publications. All the code is written with python.

    Jupyter Notebook
    View on GitHub↗5
  • pbharrin/machinelearninginactionpbharrin avatar

    pbharrin/machinelearninginaction

    2,398View on GitHub↗

    Machine Learning in Action

    HTML
    View on GitHub↗2,398
  • rasbt/python-machine-learning-bookrasbt avatar

    rasbt/python-machine-learning-book

    12,614View on 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
    View on GitHub↗12,614
  • shangtongzhang/reinforcement-learning-an-introductionShangtongZhang avatar

    ShangtongZhang/reinforcement-learning-an-introduction

    14,569View on GitHub↗

    This project is a Python-based educational framework designed to simulate reinforcement learning algorithms and environments. It serves as a platform for reproducing classic textbook examples, allowing users to study agent behavior, policy improvement, and the fundamental mechanics of decision-making in controlled settings. The library provides implementations for core reinforcement learning concepts, including temporal difference learning, Monte Carlo episode sampling, and tabular value function approximation. It enables the analysis of specific algorithmic behaviors, such as identifying and

    Pythonartificial-intelligencereinforcement-learning
    View on GitHub↗14,569
  • jwarmenhoven/islr-pythonJWarmenhoven avatar

    JWarmenhoven/ISLR-python

    4,398View on 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
    View on GitHub↗4,398