williamd4112/simple-linear-classification
A python implementation of linear classification algorithm (including Probabilistic Generative Model, Probabilistic Discriminative Model). (See Pattern Recognition and Machine Learning, Bishop)
This project offers an implementation of linear classification models for sorting images into categories. You provide image data, and the system outputs which category each image belongs to. It's designed for researchers or practitioners working on image recognition tasks who need to implement or experiment with foundational machine learning algorithms.
No commits in the last 6 months.
Use this if you are a machine learning researcher or student who wants to implement and test core linear classification algorithms, especially for multi-class image data.
Not ideal if you need a production-ready, high-performance image classification system with pre-trained models or a drag-and-drop interface.
Stars
7
Forks
2
Language
Python
License
MIT
Category
Last pushed
Apr 11, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/williamd4112/simple-linear-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy