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
·

4 Repos

Awesome GitHub RepositoriesLinear Classifiers

Models that map input features to class scores using a weight matrix and bias vector.

Distinguishing note: No candidates provided focus on the specific linear mapping of image pixels to scores.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Linear Classifiers. Refine with filters or upvote what's useful.

Awesome Linear Classifiers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Implements linear classifiers that separate data classes using weight matrices and bias vectors.

    Jupyter Notebook
    Auf GitHub ansehen↗12,614
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Teaches the process of mapping flattened pixel vectors to confidence scores via linear mappings.

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • nyandwi/machine_learning_completeAvatar von Nyandwi

    Nyandwi/machine_learning_complete

    4,983Auf GitHub ansehen↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Implements classification models such as Logistic Regression to predict discrete target labels.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    Auf GitHub ansehen↗4,983
  • hustvl/vimAvatar von hustvl

    hustvl/Vim

    3,882Auf GitHub ansehen↗

    Vim is a state space model vision framework designed for image classification and visual representation learning. It functions as a computer vision research tool that converts two-dimensional image grids into one-dimensional sequences to extract spatial features. The system implements a linear-scaling image classifier that replaces quadratic attention mechanisms with state space operations. This approach utilizes bidirectional sequence modeling and selective gating mechanisms to process visual data. The framework covers computer vision benchmarking and image classification research, providin

    Implements an image classification architecture that scales linearly relative to input sequence length.

    Python
    Auf GitHub ansehen↗3,882
  1. Home
  2. Artificial Intelligence & ML
  3. Linear Classifiers

Unter-Tags erkunden

  • Linear-Scaling Image ClassifiersImage classification models that achieve linear scaling by replacing attention with state space operations. **Distinct from Linear Classifiers:** Distinct from Linear Classifiers: these use complex state space sequences, not simple weight-matrix mapping of embeddings.