Pinned Repositories
-
Simulation of spiking neural networks (SNNs) using PyTorch.
996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
AdaIN-style
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
gans-awesome-applications
Curated list of awesome GAN applications and demo
generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
show_attend_and_tell.tensorflow
MyAdminC's Repositories
MyAdminC/intro-to-dl
Resources for "Introduction to Deep Learning" course.
MyAdminC/models
Models and examples built with TensorFlow
MyAdminC/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
MyAdminC/img2latex-mathpix
An image to LaTeX tool by MathpixOCR API and JavaFX
MyAdminC/cyphercat
Implementation of membership inference and model inversion attacks, extracting training data information from an ML model. Benchmarking attacks and defenses.
MyAdminC/show_attend_and_tell.tensorflow
MyAdminC/OODGen
Out-of-distribution Detection via Generation - NeurIPS 2019
MyAdminC/stylegan
StyleGAN - Official TensorFlow Implementation
MyAdminC/adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
MyAdminC/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
MyAdminC/AnomalyDetection
Anomaly Detection with R
MyAdminC/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
MyAdminC/leetCode
:pencil2: 算法相关知识储备 LeetCode with Python :books:
MyAdminC/fashion-mnist
A MNIST-like fashion product database. Benchmark :point_right:
MyAdminC/gans-awesome-applications
Curated list of awesome GAN applications and demo
MyAdminC/Stealing_DL_Models
Copycat CNN
MyAdminC/ConfidentClassifierICLR19
Code for ICLR 2019 SafeML workshop paper: Analysis of Confident-Classifiers for Out-of-distribution Detection
MyAdminC/sonopy
A simple audio feature extraction library
MyAdminC/UCR_Time_Series_Classification_Deep_Learning_Baseline
Fully Convlutional Neural Networks for state-of-the-art time series classification
MyAdminC/WhitenBlackBox
Towards Reverse-Engineering Black-Box Neural Networks, ICLR'18
MyAdminC/FastPhotoStyle
Style transfer, deep learning, feature transform
MyAdminC/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
MyAdminC/defense_against_model_stealing
MyAdminC/generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
MyAdminC/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
MyAdminC/CS231n-2017-Summary
After watching all the videos of the famous Standford's CS231n course that took place in 2017, i decided to take summary of the whole course to help me to remember and to anyone who would like to know about it. I've skipped some contents in some lectures as it wasn't important to me.
MyAdminC/K-Nearest-Neighbors-with-Dynamic-Time-Warping
Python implementation of KNN and DTW classification algorithm
MyAdminC/PIRM2018
Workshop and Challenge on Perceptual Image Restoration and Manipulation
MyAdminC/blackbox-attack
Blackbox attacks for deep neural network models
MyAdminC/show-attend-and-tell
TensorFlow Implementation of "Show, Attend and Tell"