awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ddbourgin/numpy-mlAvatar de ddbourgin

    ddbourgin/numpy-ml

    16,275Voir sur 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
    Voir sur GitHub↗16,275
  • rasbt/python-machine-learning-bookAvatar de rasbt

    rasbt/python-machine-learning-book

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