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/nn_robust_attacks
Robust evasion attacks against neural network to find adversarial examples
MyAdminC/robustness
A library for experimenting with, training and evaluating neural networks, with a focus on adversarial robustness.
MyAdminC/pytorch-cifar
95.47% on CIFAR10 with PyTorch
MyAdminC/akamTester
批量测试B站海外CDN(upos-hz-mirrorakam.akamaized.net)节点延迟,找出最低延迟的节点
MyAdminC/mnist_challenge
A challenge to explore adversarial robustness of neural networks on MNIST.
MyAdminC/Image-Compression-Principal-Component-Analysis-Pytorch
In this tutorial we can use the Pytorchs efficient PCA implementation for performing data compression by retaining essential features of an Image. With the result of the PCA tensor, we also try to reconstruct the original Image.
MyAdminC/RNN-Time-series-Anomaly-Detection
RNN based Time-series Anomaly detector model implemented in Pytorch.
MyAdminC/An-Introduction-to-Statistical-Learning
This repository contains the exercises and its solution contained in the book An Introduction to Statistical Learning
MyAdminC/MachineLearning
Basic Machine Learning and Deep Learning
MyAdminC/fast_pytorch_kmeans
This is a pytorch implementation of k-means clustering algorithm
MyAdminC/opacus
Training PyTorch models with differential privacy
MyAdminC/pytorch-beginner
pytorch tutorial for beginners
MyAdminC/forecasting-with-time-series-imaging
time series forecasting with image
MyAdminC/Awesome-pytorch-list
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
MyAdminC/adversarial-robustness-toolbox
Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference
MyAdminC/orbitmap
orbitmap (kdd2019)
MyAdminC/pytorch-softdtw
An implementation of SoftDTW for PyTorch.
MyAdminC/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
MyAdminC/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
MyAdminC/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
MyAdminC/gan-compression
[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
MyAdminC/kmnist
Repository for Kuzushiji-MNIST, Kuzushiji-49, and Kuzushiji-Kanji
MyAdminC/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
MyAdminC/DeepFool
A simple and accurate method to fool deep neural networks
MyAdminC/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
MyAdminC/hosts
镜像:https://coding.net/u/scaffrey/p/hosts/git
MyAdminC/qmnist
The QMNIST dataset
MyAdminC/tf-gnn-samples
TensorFlow implementations of Graph Neural Networks
MyAdminC/ChromeAppHeroes
🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~
MyAdminC/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".