asv
fashion-mnist
asv | fashion-mnist | |
---|---|---|
3 | 15 | |
870 | 11,808 | |
0.5% | 0.0% | |
9.1 | 0.0 | |
about 2 months ago | over 2 years ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
asv
-
git-appraise – Distributed Code Review for Git
> All these workflows are a derivation of the source in the repository and keeping them close together has a great aesthetic.
I agree. Version control is a great enabler, so using it to track "sources" other than just code can be useful. A couple of tools I like to use:
- Artemis, for tracking issues http://www.chriswarbo.net/blog/2017-06-14-artemis.html
- ASV, for tracking benchmark results https://github.com/airspeed-velocity/asv (I use this for non-Python projects via my asv-nix plugin http://www.chriswarbo.net/projects/nixos/asv_benchmarking.ht... )
-
Is GitHub Actions suitable for running benchmarks?
scikit-image, the project that commissioned this task, uses Airspeed Velocity, or asv, for their benchmark tests.
-
Memory benchmarking tools
Problem - The project currently uses Airspeed Velocity for tracking the memory changes. But I am having a lot of trouble setting this up and using this tool for monitoring memory consumption on a regular basis. Are you guys aware of some other open-source tools that I can use instead of this? I am stuck with this thing for some time now. I would appreciate any help.
fashion-mnist
-
Logistic Regression for Image Classification Using OpenCV
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/#
- 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?
-
The Paradigm Shift Towards Multimodal AI Jina AI MLOps for Multimodal AI Neural Search and Creative AI
Compared to NLP, I came to the field of computer vision (CV) pretty late. While at Zalando in 2017, I published a paper on the Fashion-MNIST dataset. This dataset is a drop-in replacement of Yann LeCun's original MNIST dataset from 1990 (a set of simple handwritten digits for benchmarking computer vision algorithms.) The original MNIST dataset was too trivial for many algorithms – shallow learning algorithms such as logistic regression, decision trees, and support vector machines could easily hit 90% accuracy, leaving little room for deep learning algorithms to shine.
-
MNIST classification using pytorch/I will do data science, data analysis, machine learning in python
Fashion MNIST: This dataset from Zalando Research contains images of 10 classes consisting of clothing apparel and accessories like ankle boots, bags, coats, dresses, pullovers, sandals, shirts, sneakers, etc. instead of handwritten digits. The images are grayscale just like the original MNIST.
-
Computer Vision 101 - Fashion MNIST
Link to the dataset : Fashion Mnist You dont need to download the dataset manually, they are included as part of pytorch Its better if you use jupyter-notebook as the code in this blog is a step by step process with data visualisation in between for better understanding.
- How to produce data visualizations like this?
-
Image recognition and linear regression.
[1] https://github.com/zalandoresearch/fashion-mnist
-
A New Google AI Research Study Discovers Anomalous Data Using Self Supervised Learning
New Google AI research introduces a 2-stage framework that uses recent progress on self-supervised representation learning and classic one-class algorithms. This framework is simple to train and shows SOTA performance on various benchmarks, including CIFAR, f-MNIST, Cat vs. Dog, and CelebA. Following that, they offer a novel representation learning approach for a practical industrial defect detection problem using the same architecture. On the MVTec benchmark, the framework achieves a new state-of-the-art.
-
Staying in Tune: A guide to optimizing hyperparameters
Xiao H, et al. Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms. arXiv:1708.07747
-
Machine Learning Orchestration on Kubernetes using Kubeflow
About the Dataset Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image associated with a label from 10 classes. We intend Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the exact image size and structure of training and testing splits. source: https://github.com/zalandoresearch/fashion-mnist
What are some alternatives?
pyperformance - Python Performance Benchmark Suite
image-super-resolution - 🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
pybench - Python benchmark tool inspired by Geekbench.
kmnist - Repository for Kuzushiji-MNIST, Kuzushiji-49, and Kuzushiji-Kanji
pytest-benchmark - pytest fixture for benchmarking code
kubeflow - Machine Learning Toolkit for Kubernetes
scikit-image - Image processing in Python
zozo-shift15m - SHIFT15M: Fashion-specific dataset for set-to-set matching with several distribution shifts
git-appraise-web - Web UI for git-appraise
tape - Tasks Assessing Protein Embeddings (TAPE), a set of five biologically relevant semi-supervised learning tasks spread across different domains of protein biology.
local-code-review - Scripts to enable viewing a pull request as a local pending merge
Anime-face-generation-DCGAN-webapp - A port of my Anime face generation using Pytorch into a Webapp