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

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

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

apachecn/hands-on-ml-zhArchived

0
View on GitHub↗
3,781 نجوم·1,527 تفرعات·CSS·5 مشاهدات

Hands On Ml Zh

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. Educational materials are delivered through a combination of narrative text and executable code examples.

The project utilizes Jupyter Notebooks and static site generation to deliver reproducible experiments and formatted documentation.

Features

  • Machine Learning Education - Offers a comprehensive educational resource for learning fundamental machine learning concepts and algorithm implementations.
  • Scikit-Learn Implementations - Provides practical implementations of classical machine learning algorithms using the Scikit-Learn API.
  • TensorFlow Model Development - Guides the process of designing and training deep learning neural networks using the TensorFlow ecosystem.
  • Workflow Tutorials - Teaches the end-to-end machine learning workflow, including data preparation, model training, and evaluation.
  • Machine Learning Educational Resources - Serves as a translated educational resource with annotated code samples for implementing machine learning.
  • Chinese Language Translations - Provides a complete Chinese translation of a comprehensive English technical textbook on machine learning.
  • AI & Machine Learning Education - Provides practical implementation guides for building and optimizing machine learning models using modern AI frameworks.
  • Deep Learning Tutorials - Offers hands-on guides and translated content for developing deep learning architectures with TensorFlow.
  • Jupyter Notebook Curricula - Delivers structured learning paths and reproducible experiments as Jupyter notebooks with embedded exercises.
  • Scikit-Learn Examples - Provides practical code demonstrations and tutorials for standard machine learning tasks using Scikit-Learn.
  • Translation Mapping Systems - Implements mechanisms to align Chinese translations with English source material for conceptual consistency.

سجل النجوم

مخطط تاريخ النجوم لـ apachecn/hands-on-ml-zhمخطط تاريخ النجوم لـ apachecn/hands-on-ml-zh

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

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

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

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة apachecn/hands-on-ml-zh؟

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.

ما هي الميزات الرئيسية لـ apachecn/hands-on-ml-zh؟

الميزات الرئيسية لـ apachecn/hands-on-ml-zh هي: Machine Learning Education, Scikit-Learn Implementations, TensorFlow Model Development, Workflow Tutorials, Machine Learning Educational Resources, Chinese Language Translations, AI & Machine Learning Education, Deep Learning Tutorials.

ما هي البدائل مفتوحة المصدر لـ apachecn/hands-on-ml-zh؟

تشمل البدائل مفتوحة المصدر لـ apachecn/hands-on-ml-zh: christianversloot/machine-learning-articles — This project is a machine learning educational archive and technical documentation collection. It serves as a deep… luwill/machine_learning_code_implementation — This repository provides a collection of machine learning algorithms implemented from scratch using pure Python. It… chiphuyen/tf-stanford-tutorials — This project is a deep learning educational resource providing a collection of TensorFlow tutorials and programming… johnmyleswhite/ml_for_hackers — ML for Hackers is a machine learning educational resource and library designed for learning the fundamentals of… girafe-ai/ml-course — This repository provides a comprehensive educational framework for mastering machine learning and deep learning… akramz/hands-on-machine-learning-with-scikit-learn-keras-and-tensorflow — This project serves as an educational and practical resource for mastering machine learning workflows using Python. It…

بدائل مفتوحة المصدر لـ Hands On Ml Zh

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Hands On Ml Zh.
  • 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
  • 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
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
  • luwill/machine_learning_code_implementationالصورة الرمزية لـ luwill

    luwill/Machine_Learning_Code_Implementation

    1,549عرض على GitHub↗

    This repository provides a collection of machine learning algorithms implemented from scratch using pure Python. It serves as an educational resource designed to demonstrate the internal logic and mathematical foundations of predictive models without relying on external machine learning frameworks or black-box libraries. The project distinguishes itself by mapping code implementations directly to their underlying statistical and calculus-based formulas. Each model is constructed using base language primitives and manual gradient descent optimization, allowing users to observe the mechanics of

    Jupyter Notebookjupyter-notebookmachine-learningpython
    عرض على GitHub↗1,549
  • عرض جميع البدائل الـ 30 لـ Hands On Ml Zh→