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

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

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

JWarmenhoven/ISLR-python

0
View on GitHub↗
4,398 نجوم·2,385 تفرعات·Jupyter Notebook·MIT·5 مشاهدات

ISLR Python

هذا المشروع عبارة عن مورد تعليمي لتعلم الآلة يتكون من تطبيقات Python لنماذج التعلم الإحصائي وأمثلة لتحليل البيانات من كتاب دراسي أساسي. يعمل كمكتبة للنمذجة الإحصائية توفر الكود اللازم لتنفيذ الانحدار الخطي، والتصنيف، وتقنيات التعلم غير الخاضع للإشراف لتحليل البيانات الأكاديمية.

تم هيكلة المستودع كتنفيذ قائم على المراجع، مع تخطيط مجلدات يعكس تسلسل الفصول والأقسام للمنشور الأكاديمي المرتبط. يتضمن مجموعة من النصوص البرمجية ودفاتر الملاحظات المصممة لإنشاء الرسوم البيانية والأشكال الأكاديمية لتصور النتائج الإحصائية.

تغطي قاعدة الكود مجموعة واسعة من مجالات التعلم الإحصائي، بما في ذلك ممارسة التعلم الخاضع للإشراف للنمذجة التنبؤية والتعلم غير الخاضع للإشراف لاكتشاف الأنماط في البيانات. تُستخدم هذه التطبيقات لإعادة إنشاء الأشكال الإحصائية المحددة، وجداول الملخص، ونتائج النماذج الموجودة في النص المرجعي.

Features

  • Statistical Learning Implementations - Implements statistical learning algorithms including linear regression and classification using Python.
  • Statistical Analysis Libraries - Implements a comprehensive set of statistical and probabilistic analysis tools for academic data analysis and model reproduction.
  • Reference Implementations - Serves as a reference implementation mirroring the structure of a specific academic publication.
  • Machine Learning Education - Teaches fundamental statistical learning concepts through textbook implementation exercises.
  • Implementation Examples - Provides Python scripts that implement linear regression and classification models to demonstrate supervised learning techniques.
  • Textbook-Mapped Organization - Organizes source files to mirror the chapter and section hierarchy of an academic textbook.
  • Unsupervised Learning Algorithms - Implements unsupervised learning algorithms for clustering and dimensionality reduction.
  • Predictive Modeling - Builds predictive models for regression and classification to prototype statistical learning algorithms.
  • Supervised Learning Tutorials - Provides tutorials and implementations of supervised learning workflows for regression and classification.
  • Matplotlib - Uses Matplotlib's API to generate static plots and figures for statistical results.
  • Coordinate-Based Plotting - Implements coordinate-based plotting to generate static academic figures from statistical data.
  • Figure Recreation - Executes code to exactly reproduce visual results and tables from academic texts.
  • Numerical Libraries - Delegates heavy mathematical computations to optimized external numerical libraries.
  • Statistical Data Visualizations - Provides statistical data visualizations to analyze patterns and results from literature.
  • Practical Learning Resources - Python implementations of statistical learning methods.

سجل النجوم

مخطط تاريخ النجوم لـ jwarmenhoven/islr-pythonمخطط تاريخ النجوم لـ jwarmenhoven/islr-python

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ ISLR Python

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع ISLR Python.
  • susanli2016/machine-learning-with-pythonالصورة الرمزية لـ susanli2016

    susanli2016/Machine-Learning-with-Python

    4,583عرض على GitHub↗

    This project is a Python machine learning library and data science toolkit designed for building predictive models and analyzing complex datasets. It provides a collection of implementations for common supervised and unsupervised algorithms using the Scikit-Learn framework. The toolkit includes a predictive modeling suite for generating predictions from historical data and a statistical analysis framework for applying Bayesian modeling and causality tests. It also features a data visualization suite based on Matplotlib for rendering static charts and graphs to interpret classifier boundaries

    Jupyter Notebook
    عرض على GitHub↗4,583
  • 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
  • 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
  • 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
عرض جميع البدائل الـ 30 لـ ISLR Python→

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

ما هي وظيفة jwarmenhoven/islr-python؟

هذا المشروع عبارة عن مورد تعليمي لتعلم الآلة يتكون من تطبيقات Python لنماذج التعلم الإحصائي وأمثلة لتحليل البيانات من كتاب دراسي أساسي. يعمل كمكتبة للنمذجة الإحصائية توفر الكود اللازم لتنفيذ الانحدار الخطي، والتصنيف، وتقنيات التعلم غير الخاضع للإشراف لتحليل البيانات الأكاديمية.

ما هي الميزات الرئيسية لـ jwarmenhoven/islr-python؟

الميزات الرئيسية لـ jwarmenhoven/islr-python هي: Statistical Learning Implementations, Statistical Analysis Libraries, Reference Implementations, Machine Learning Education, Implementation Examples, Textbook-Mapped Organization, Unsupervised Learning Algorithms, Predictive Modeling.

ما هي البدائل مفتوحة المصدر لـ jwarmenhoven/islr-python؟

تشمل البدائل مفتوحة المصدر لـ jwarmenhoven/islr-python: susanli2016/machine-learning-with-python — This project is a Python machine learning library and data science toolkit designed for building predictive models and… hardikkamboj/an-introduction-to-statistical-learning — This project is a machine learning textbook companion and code reference that translates theoretical statistical… mrdbourke/zero-to-mastery-ml — This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter… mleveryday/100-days-of-ml-code — 100-Days-Of-ML-Code is a machine learning curriculum and instructional resource designed as a structured 100-day… girafe-ai/ml-course — This repository provides a comprehensive educational framework for mastering machine learning and deep learning… kaieye/2022-machine-learning-specialization — This repository is a collection of machine learning course materials, providing study notes and Python implementation…