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

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

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

krasserm/bayesian-machine-learning

0
View on GitHub↗
1,916 نجوم·473 تفرعات·Jupyter Notebook·Apache-2.0·6 مشاهدات

Bayesian Machine Learning

هذا المشروع عبارة عن مجموعة تعليمية من دفاتر الملاحظات الحسابية والدروس التعليمية التي تركز على تعلم الآلة البايزي والبرمجة الاحتمالية. يوفر إطار عمل لبناء نماذج تنبؤية تمثل عدم اليقين عن طريق تحديد توزيعات الاحتمالات على المعلمات بدلاً من الاعتماد على تقديرات نقطة واحدة.

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

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

Features

  • Bayesian Machine Learning - Provides a comprehensive collection of computational notebooks and tutorials for learning and implementing Bayesian machine learning techniques.
  • Gaussian Processes - Defines probability distributions over functions to predict continuous values while providing a rigorous measure of uncertainty for every output.
  • Markov Chain Monte Carlo Sampling - Generates sequences of random samples from complex probability distributions to approximate integrals that are otherwise computationally intractable.
  • Predictive Modeling - Builds machine learning models that represent uncertainty by defining probability distributions over parameters instead of relying on single point estimates.
  • Probabilistic Models - Builds predictive models that represent uncertainty by defining probability distributions over parameters rather than relying on single point estimates.
  • Uncertainty Estimation - Measures the confidence levels of machine learning predictions to ensure models provide reliable estimates of their own potential errors.
  • Variational Inference - Transforms difficult posterior distribution calculations into an optimization problem to estimate model parameters efficiently without exhaustive sampling.
  • Probabilistic Programming - Offers practical tutorials on defining probability distributions over model parameters to quantify uncertainty in predictive systems.
  • Latent Structure Analyzers - Identifies underlying patterns in complex datasets using statistical techniques to simplify high-dimensional information.
  • Probability Density Functions - Estimates outcomes and classifies data points by defining probability distributions over possible functions while utilizing efficient mathematical approximations.
  • Bayesian Regressions - Projects input data into higher-dimensional feature spaces to perform linear regression while maintaining full probabilistic control over parameter uncertainty.
  • Surrogate Model Optimization - Uses statistical models to approximate expensive objective functions, enabling efficient search and optimization of hyperparameters in high-dimensional spaces.
  • Probabilistic Graphical Models - Represents complex dependencies between variables as directed acyclic graphs to perform inference on hidden structures within high-dimensional datasets.
  • Hyperparameter Optimization - Searches for the most effective model settings by iteratively testing different configurations through probabilistic surrogate models.
  • Bayesian Optimization - Automates the search for optimal model configurations by using probabilistic surrogate models to guide the selection process.
  • Bayesian Neural Network Implementations - Measures the confidence of machine learning predictions by applying probabilistic methods to weight distributions.
  • Statistical Modeling Libraries - Ships a library of statistical methods for estimating parameter distributions and performing regression using Bayesian inference.

سجل النجوم

مخطط تاريخ النجوم لـ krasserm/bayesian-machine-learningمخطط تاريخ النجوم لـ krasserm/bayesian-machine-learning

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

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

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

Start searching with AI

مجموعات مختارة تضم Bayesian Machine Learning

مجموعات منسقة بعناية يظهر فيها Bayesian Machine Learning.
  • كتب وأدلة تعلم الآلة
  • الإحصاء والاحتمالات لعلوم البيانات

بدائل مفتوحة المصدر لـ Bayesian Machine Learning

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Bayesian Machine Learning.
  • camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackersالصورة الرمزية لـ CamDavidsonPilon

    CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

    28,162عرض على GitHub↗

    This project is a computational statistics textbook and Bayesian data analysis course. It serves as a guide for performing statistical inference and quantifying uncertainty through a probabilistic programming workflow using Python. The resource employs a computation-first pedagogy, teaching Bayesian methods and parameter estimation through executable code and simulations instead of formal mathematical notation. It provides a practical approach to implementing Markov Chain Monte Carlo sampling to estimate posterior distributions. The content covers building probabilistic models, integrating e

    Jupyter Notebookbayesian-methodsdata-sciencejupyter-notebook
    عرض على GitHub↗28,162
  • pymc-devs/pymcالصورة الرمزية لـ pymc-devs

    pymc-devs/pymc

    9,650عرض على GitHub↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    Pythonbayesian-inferencemcmcprobabilistic-programming
    عرض على GitHub↗9,650
  • blei-lab/edwardالصورة الرمزية لـ blei-lab

    blei-lab/edward

    4,841عرض على GitHub↗

    Edward is a probabilistic programming language and inference engine designed for building deep generative models and Bayesian neural networks. It utilizes the TensorFlow framework to represent probabilistic models as differentiable computational graphs. The library enables the construction of complex data distributions through Bayesian neural networks, mixture models, and Gaussian processes. It differentiates itself by providing an integrated toolkit for both supervised and unsupervised probabilistic modeling, including the implementation of generative adversarial networks and mixture density

    Jupyter Notebookbayesian-methodsdata-sciencedeep-learning
    عرض على GitHub↗4,841
  • uber/pyroالصورة الرمزية لـ uber

    uber/pyro

    9,009عرض على GitHub↗

    Pyro is a probabilistic programming language and library built for PyTorch. It serves as a Bayesian inference engine and a tool for probabilistic graphical modeling, allowing users to define generative models that combine neural networks with probabilistic logic. The framework enables deep probabilistic programming by integrating probability distributions into computational graphs. This allows for the quantification of uncertainty in deep learning models and the execution of scalable posterior distribution calculations for complex data dependencies. The system provides a suite of inference c

    Python
    عرض على GitHub↗9,009
عرض جميع البدائل الـ 30 لـ Bayesian Machine Learning→

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

ما هي وظيفة krasserm/bayesian-machine-learning؟

هذا المشروع عبارة عن مجموعة تعليمية من دفاتر الملاحظات الحسابية والدروس التعليمية التي تركز على تعلم الآلة البايزي والبرمجة الاحتمالية. يوفر إطار عمل لبناء نماذج تنبؤية تمثل عدم اليقين عن طريق تحديد توزيعات الاحتمالات على المعلمات بدلاً من الاعتماد على تقديرات نقطة واحدة.

ما هي الميزات الرئيسية لـ krasserm/bayesian-machine-learning؟

الميزات الرئيسية لـ krasserm/bayesian-machine-learning هي: Bayesian Machine Learning, Gaussian Processes, Markov Chain Monte Carlo Sampling, Predictive Modeling, Probabilistic Models, Uncertainty Estimation, Variational Inference, Probabilistic Programming.

ما هي البدائل مفتوحة المصدر لـ krasserm/bayesian-machine-learning؟

تشمل البدائل مفتوحة المصدر لـ krasserm/bayesian-machine-learning: camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers — This project is a computational statistics textbook and Bayesian data analysis course. It serves as a guide for… pymc-devs/pymc — PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian… uber/pyro — Pyro is a probabilistic programming language and library built for PyTorch. It serves as a Bayesian inference engine… blei-lab/edward — Edward is a probabilistic programming language and inference engine designed for building deep generative models and… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… tensorflow/probability — TensorFlow Probability is a library for probabilistic reasoning and statistical analysis integrated with the…