awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesNonparametric Models

Predictive models that do not assume a fixed functional form for the underlying data distribution.

Distinct from Tabular Predictive Models: Distinct from Tabular Predictive Models: focuses on nonparametric methods like kernel regression rather than general tabular modeling.

Explore 2 awesome GitHub repositories matching data & databases · Nonparametric Models. Refine with filters or upvote what's useful.

Awesome Nonparametric Models GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ddbourgin/numpy-mlAvatar ddbourgin

    ddbourgin/numpy-ml

    16,275Vezi pe GitHub↗

    This library is a collection of machine learning algorithms and neural network components implemented from scratch using only NumPy. It serves as an educational toolkit for constructing and experimenting with machine learning architectures, emphasizing a modular approach where algorithms are organized into self-contained, object-oriented classes. The project distinguishes itself by relying exclusively on array-oriented programming to perform mathematical operations, ensuring that all computations are vectorized for performance. By utilizing a standardized interface for forward and backward pa

    Implements flexible nonparametric predictive models like kernel regression and Gaussian processes.

    Pythonattentionbayesian-inferencegaussian-mixture-models
    Vezi pe GitHub↗16,275
  • rasbt/python-machine-learning-bookAvatar rasbt

    rasbt/python-machine-learning-book

    12,614Vezi pe GitHub↗

    This project is an educational resource providing practical code examples and implementations of machine learning algorithms using the Python language. It serves as a guide for constructing predictive pipelines, clustering models, and dimensionality reduction within the Scikit-Learn ecosystem. The repository includes comprehensive demonstrations for supervised and unsupervised learning, as well as detailed examples for implementing neural networks and deep architectures. It also provides practical guidance on exporting model parameters to JSON and wrapping trained models in web APIs for produ

    Builds nonparametric models where complexity grows dynamically with the size of the training dataset.

    Jupyter Notebook
    Vezi pe GitHub↗12,614
  1. Home
  2. Data & Databases
  3. Tabular Data Frameworks
  4. Tabular Predictive Models
  5. Nonparametric Models