Logistic Regression for Image Classification Using OpenCV

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • fashion-mnist

    A MNIST-like fashion product database. Benchmark :point_down:

  • In this case there's no advantage to using logistic regression on an image other than the novelty. Logistic regression is excellent for feature explainability, but you can't explain anything from an image.

    Traditional classification algorithms but not deep learning such as SVMs and Random Forest perform a lot better on MNIST, up to 97% accuracy compared to the 88% from logistic regression in this post. Check the Original MNIST benchmarks here: http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/#

  • examples

    A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.

  • Pytorch includes a simple neural network example for the MNIST data: https://github.com/pytorch/examples/blob/main/mnist/main.py

    It only takes a few minutes to train with default parameters and will have >99% accuracy on the MNIST test set.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Pre-Trained ML models for labeling retail images? Upload an image of a dress shirt and the labels output are “long sleeve, men’s, button down, collar, formal, dress shirt” or better?

    1 project | /r/learnmachinelearning | 25 Apr 2023
  • The Paradigm Shift Towards Multimodal AI Jina AI MLOps for Multimodal AI Neural Search and Creative AI

    1 project | dev.to | 5 Dec 2022
  • MNIST classification using pytorch/I will do data science, data analysis, machine learning in python

    1 project | /r/kalivouches | 31 Oct 2022
  • Computer Vision 101 - Fashion MNIST

    1 project | dev.to | 16 Jul 2022
  • How to produce data visualizations like this?

    2 projects | /r/computervision | 5 Jan 2022