awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
SmirkCao avatar

SmirkCao/Lihang

0
View on GitHub↗
6,299 Stars·1,587 Forks·Python·6 Aufrufe

Lihang

Lihang ist eine Bibliothek und ein Framework für statistische Lernalgorithmen, das Implementierungen von überwachten und unüberwachten Machine-Learning-Modellen bereitstellt. Es fungiert als Referenz-Repository, das statistische Lerntheorien in ausführbaren Code für Datenklassifizierung und Mustererkennung übersetzt.

Das Projekt bietet spezialisierte Tools für die Implementierung probabilistischer Modelle unter Verwendung von Likelihood-Schätzung und Bayes-Methoden zur Bestimmung optimaler Modellparameter. Es enthält ein Tool zur sequenziellen Datenmarkierung für die Identifizierung von Mustern in geordneten Datensequenzen und unterstützt sowohl lineare als auch nicht-lineare binäre Klassifizierung.

Das Framework deckt ein breites Spektrum an Machine-Learning-Funktionen ab, einschließlich unüberwachter Datenanalyse für Clustering und Themenanalyse sowie eine Pipeline für den automatisierten Abruf akademischer Bibliografien und Referenzmaterialien.

Das Projekt integriert interaktive Notebooks für iterative Datenanalyse und Modellverifizierung.

Features

  • Statistical Learning Implementations - Translates established statistical learning theory and academic texts into executable machine learning algorithms.
  • Parameter Estimation Methods - Implements likelihood and Bayesian calculation methods to determine optimal weights for probabilistic models.
  • Probabilistic Modeling - Implements probabilistic models for classification and inference using Bayesian statistical approaches.
  • Supervised Learning Frameworks - Implements models for classifying data and labeling sequences using supervised learning on labeled datasets.
  • Classification Boundaries - Implements decision boundaries for binary data classification using linear and non-linear mapping functions.
  • Sequential Pattern Analysis - Processes ordered data streams using statistical models to identify patterns and assign tags.
  • Sequence Labeling - Implements statistical models for tagging individual tokens within ordered data sequences.
  • Sequential Data Classification - Implements statistical models for identifying patterns and tagging information in ordered data sequences.
  • Supervised Classification - Implements binary classification models to sort data into two categories using linear and non-linear techniques.
  • Unsupervised Learning - Provides tools for clustering, dimensionality reduction, and topic analysis to discover patterns in unlabeled data.

Star-Verlauf

Star-Verlauf für smirkcao/lihangStar-Verlauf für smirkcao/lihang

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht smirkcao/lihang?

Lihang ist eine Bibliothek und ein Framework für statistische Lernalgorithmen, das Implementierungen von überwachten und unüberwachten Machine-Learning-Modellen bereitstellt. Es fungiert als Referenz-Repository, das statistische Lerntheorien in ausführbaren Code für Datenklassifizierung und Mustererkennung übersetzt.

Was sind die Hauptfunktionen von smirkcao/lihang?

Die Hauptfunktionen von smirkcao/lihang sind: Statistical Learning Implementations, Parameter Estimation Methods, Probabilistic Modeling, Supervised Learning Frameworks, Classification Boundaries, Sequential Pattern Analysis, Sequence Labeling, Sequential Data Classification.

Welche Open-Source-Alternativen gibt es zu smirkcao/lihang?

Open-Source-Alternativen zu smirkcao/lihang sind unter anderem: d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… pymc-devs/pymc — PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian… 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… rust-ml/linfa — Linfa is a classical machine learning framework and statistical learning suite implemented in Rust. It provides a… lawlite19/machinelearning_python — This is a Python machine learning library featuring a collection of core algorithms implemented from scratch to… rasbt/machine-learning-book — This project is a comprehensive machine learning educational resource and tutorial series delivered as a collection of…

Open-Source-Alternativen zu Lihang

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Lihang.
  • d2l-ai/d2l-enAvatar von d2l-ai

    d2l-ai/d2l-en

    29,001Auf GitHub ansehen↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • pymc-devs/pymcAvatar von pymc-devs

    pymc-devs/pymc

    9,650Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,650
  • camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackersAvatar von CamDavidsonPilon

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

    28,162Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗28,162
  • rust-ml/linfaAvatar von rust-ml

    rust-ml/linfa

    4,683Auf GitHub ansehen↗

    Linfa is a classical machine learning framework and statistical learning suite implemented in Rust. It provides a collection of algorithms for supervised and unsupervised learning, focused on traditional statistical methods such as regression, clustering, and decision trees. The toolkit is distinguished by its ability to be compiled into WebAssembly, enabling analytical models to execute within browser environments. It employs a trait-based algorithm interface to standardize the process of training and prediction across its various models. The library covers a broad range of capabilities, in

    Rust
    Auf GitHub ansehen↗4,683
Alle 30 Alternativen zu Lihang anzeigen→