classification
dnn_from_scratch
classification | dnn_from_scratch | |
---|---|---|
1 | 1 | |
20 | 31 | |
- | - | |
0.0 | 0.0 | |
almost 2 years ago | over 3 years ago | |
Python | Python | |
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.
classification
-
PyTorch Ensemble model
I created a CNN for a classification problem using 2 different techniques: 1) conventional CNN and 2) contrastive learning (SimCLR framework). As a reference code, I attack the starting point of my coding: https://github.com/giakou4/MNIST_classification.
dnn_from_scratch
What are some alternatives?
disentangling-vae - Experiments for understanding disentanglement in VAE latent representations
deepxde - A library for scientific machine learning and physics-informed learning
Image-Forgery-Detection-CNN - Image forgery detection using convolutional neural networks. Group 10's final project for TU Delft's course CS4180 Deep Learning 2019.
HyperGAN - Composable GAN framework with api and user interface
convolution-vision-transformers - PyTorch Implementation of CvT: Introducing Convolutions to Vision Transformers
ALAE - [CVPR2020] Adversarial Latent Autoencoders
pytorch-sentiment-analysis - Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
guesslang - Detect the programming language of a source code
Mask-RCNN-TF2 - Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow 2.0
open-lpr - Open Source and Free License Plate Recognition Software
ML-Optimizers-JAX - Toy implementations of some popular ML optimizers using Python/JAX
the-gan-zoo - A list of all named GANs!