awesome-repositories.com
Blog
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
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ddbourgin/numpy-mlAvatar von ddbourgin

    ddbourgin/numpy-ml

    16,275Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗16,275
  • rasbt/python-machine-learning-bookAvatar von rasbt

    rasbt/python-machine-learning-book

    12,614Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,614
  1. Home
  2. Data & Databases
  3. Tabular Data Frameworks
  4. Tabular Predictive Models
  5. Nonparametric Models