awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
luispedro avatar

luispedro/BuildingMachineLearningSystemsWithPython

0
View on GitHub↗
2,131 星标·1,412 分支·Python·MIT·6 次浏览www.packtpub.com/building-machine-learning-systems-with-python/book↗

BuildingMachineLearningSystemsWithPython

Building Machine Learning Systems with Python

Features

  • Practical Learning Resources - Building real-world machine learning systems using Python.

Star 历史

luispedro/buildingmachinelearningsystemswithpython 的 Star 历史图表luispedro/buildingmachinelearningsystemswithpython 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

BuildingMachineLearningSystemsWithPython 的开源替代方案

相似的开源项目,按与 BuildingMachineLearningSystemsWithPython 的功能重合度排序。
  • shujiahuang/cpp-primer-plus-6thShujiaHuang 的头像

    ShujiaHuang/Cpp-Primer-Plus-6th

    3,106在 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
    在 GitHub 上查看↗3,106
  • gmonce/scikit-learn-bookgmonce 的头像

    gmonce/scikit-learn-book

    392在 GitHub 上查看↗

    Learning scikit-learn: Machine Learning in Python.

    Jupyter Notebook
    在 GitHub 上查看↗392
  • jasebell/mlbookjasebell 的头像

    jasebell/mlbook

    69在 GitHub 上查看↗

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

    Java
    在 GitHub 上查看↗69
  • binroot/tensorflow-bookBinRoot 的头像

    BinRoot/TensorFlow-Book

    4,431在 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
    在 GitHub 上查看↗4,431
查看 BuildingMachineLearningSystemsWithPython 的所有 11 个替代方案→

常见问题解答

luispedro/buildingmachinelearningsystemswithpython 是做什么的?

Building Machine Learning Systems with Python

luispedro/buildingmachinelearningsystemswithpython 的主要功能有哪些?

luispedro/buildingmachinelearningsystemswithpython 的主要功能包括:Practical Learning Resources。

luispedro/buildingmachinelearningsystemswithpython 有哪些开源替代品?

luispedro/buildingmachinelearningsystemswithpython 的开源替代品包括: shujiahuang/cpp-primer-plus-6th — This project is a C++ learning resource and study guide consisting of structured notes and programming examples. It… binroot/tensorflow-book — This project is a collection of TensorFlow machine learning examples providing reference implementations for various… gmonce/scikit-learn-book — Learning scikit-learn: Machine Learning in Python. jasebell/mlbook — Example code for the Wiley book "Machine Learning - Hands On for Developers and Technical Professionals". jeffreyksmithjr/reactive-machine-learning-systems — Code from the book Machine Learning Systems. alexsosn/marslandmlalgo — Code and data for the second edition of the textbook `Machine Learning: An Algorithm Perspective" by Stephen Marsland.