Pinned Repositories
Associative-Learning
BERT4Rec-VAE-Pytorch
Pytorch implementation of BERT4Rec and Netflix VAE.
DataEngineering
DIHARD_2019_baseline_alltracks
GAN
Generative Adversarial Network
MCDNN
Multi-Column DNN implemented in pytorch. MCDNN was first introduced in the paper:
msyim.github.io
Blogging
RefineDet
A PyTorch Implementation of RefineDet
relationalNetwork
A TF implementation of the paper : "A simple neural network module for relational reasoning"
VGG16
A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv. layer
msyim's Repositories
msyim/VGG16
A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv. layer
msyim/relationalNetwork
A TF implementation of the paper : "A simple neural network module for relational reasoning"
msyim/MCDNN
Multi-Column DNN implemented in pytorch. MCDNN was first introduced in the paper:
msyim/GAN
Generative Adversarial Network
msyim/RefineDet
A PyTorch Implementation of RefineDet
msyim/Associative-Learning
msyim/BERT4Rec-VAE-Pytorch
Pytorch implementation of BERT4Rec and Netflix VAE.
msyim/DataEngineering
msyim/DIHARD_2019_baseline_alltracks
msyim/msyim.github.io
Blogging
msyim/Scala-Excercises
Repo to post solutions to the exercises from the book : "Functional programming in Scala" by Paul Chiusano and Runar Bjarnason
msyim/TensorFlowFun
Me playing with TF
msyim/TextGeneration
simple text generation using LSTM (128 hidden nodes)
msyim/TF-IDF
A (very) simple python implementation to demonstrate TF-IDF