All Projects → Dotori-HJ → SelfOrganizingMap-SOM

Dotori-HJ / SelfOrganizingMap-SOM

Licence: MIT license
Pytorch implementation of Self-Organizing Map(SOM). Use MNIST dataset as a demo.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SelfOrganizingMap-SOM

DESOM
🌐 Deep Embedded Self-Organizing Map: Joint Representation Learning and Self-Organization
Stars: ✭ 76 (+130.3%)
Mutual labels:  som, self-organizing-map
pyERA
Python implementation of the Epigenetic Robotic Architecture (ERA). It includes standalone classes for Self-Organizing Maps (SOM) and Hebbian Networks.
Stars: ✭ 68 (+106.06%)
Mutual labels:  som, self-organizing-map
sparse-som
Efficient Self-Organizing Map for Sparse Data
Stars: ✭ 17 (-48.48%)
Mutual labels:  som, self-organizing-map
PyTorch
An open source deep learning platform that provides a seamless path from research prototyping to production deployment
Stars: ✭ 17 (-48.48%)
Mutual labels:  pytorch-implementation
TailCalibX
Pytorch implementation of Feature Generation for Long-Tail Classification by Rahul Vigneswaran, Marc T Law, Vineeth N Balasubramaniam and Makarand Tapaswi
Stars: ✭ 32 (-3.03%)
Mutual labels:  pytorch-implementation
gan-vae-pretrained-pytorch
Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.
Stars: ✭ 134 (+306.06%)
Mutual labels:  pytorch-implementation
ElasticFace
Official repository for ElasticFace: Elastic Margin Loss for Deep Face Recognition
Stars: ✭ 86 (+160.61%)
Mutual labels:  pytorch-implementation
depth-map-prediction
Pytorch Implementation of Depth Map Prediction from a Single Image using a Multi-Scale Deep Network
Stars: ✭ 78 (+136.36%)
Mutual labels:  pytorch-implementation
DAF3D
Deep Attentive Features for Prostate Segmentation in 3D Transrectal Ultrasound
Stars: ✭ 60 (+81.82%)
Mutual labels:  pytorch-implementation
DualStudent
Code for Paper ''Dual Student: Breaking the Limits of the Teacher in Semi-Supervised Learning'' [ICCV 2019]
Stars: ✭ 106 (+221.21%)
Mutual labels:  pytorch-implementation
SPAN
Semantics-guided Part Attention Network (ECCV 2020 Oral)
Stars: ✭ 19 (-42.42%)
Mutual labels:  pytorch-implementation
EmbedSOM
Fast embedding ot multidimensional datasets, great for cytometry data
Stars: ✭ 22 (-33.33%)
Mutual labels:  som
tldr
TLDR is an unsupervised dimensionality reduction method that combines neighborhood embedding learning with the simplicity and effectiveness of recent self-supervised learning losses
Stars: ✭ 95 (+187.88%)
Mutual labels:  pytorch-implementation
DocTr
The official code for “DocTr: Document Image Transformer for Geometric Unwarping and Illumination Correction”, ACM MM, Oral Paper, 2021.
Stars: ✭ 202 (+512.12%)
Mutual labels:  pytorch-implementation
ConvLSTM-PyTorch
ConvLSTM/ConvGRU (Encoder-Decoder) with PyTorch on Moving-MNIST
Stars: ✭ 202 (+512.12%)
Mutual labels:  pytorch-implementation
Magic-VNet
VNet for 3d volume segmentation
Stars: ✭ 45 (+36.36%)
Mutual labels:  pytorch-implementation
OpenNMT-kpg-release
Keyphrase Generation
Stars: ✭ 162 (+390.91%)
Mutual labels:  pytorch-implementation
kg one2set
Code for our ACL 2021 paper "One2Set: Generating Diverse Keyphrases as a Set"
Stars: ✭ 58 (+75.76%)
Mutual labels:  pytorch-implementation
Pruning filters for efficient convnets
PyTorch implementation of "Pruning Filters For Efficient ConvNets"
Stars: ✭ 96 (+190.91%)
Mutual labels:  pytorch-implementation
nlp classification
Implementing nlp papers relevant to classification with PyTorch, gluonnlp
Stars: ✭ 224 (+578.79%)
Mutual labels:  pytorch-implementation

Self-Organizing-Map-SOM

Pytorch implementation of Self-Organizing Map(SOM). Uses MNIST, Fashion-MNIST dataset as a demo.

Requirements

Code is written in Python 3.6 and requires:

  • Pytorch 0.4.0+
  • Matplotlib

Run the example

MNIST

python main.py --train --mnist

Fashion-MNIST

python main.py --train --fashion_mnist

Color

python main.py --train --color

Results

MNIST

  • Animation
    MNIST
  • Result Image
    MNIST

Fashion-MNIST

  • Animation
    Fahsion-MNIST
  • Result Image
    Fahsion-MNIST

Color

Color

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].