Pinned Repositories
61BCode
This is my code for CS61B.
CNNMRF
code for paper "Combining Markov Random Fields and Convolutional Neural Networks for Image Synthesis"
CodingTogether
A web-based collaborative code editor which supports multiple user editing simultaneously.
illustration2vec
A simple deep learning library for estimating a set of tags and extracting semantic feature vectors from given illustrations.
illustration2vec_PyTorch
PyTorch implementation of illustration2vec (i2v) model in paper: Illustration2Vec: A Semantic Vector Representation of Illustrations from Masaki Saito and Yusuke Matsui.
image-compare
Compare multiple images reporting similarity
interview
Interview questions
personal-website
Code that'll help you kickstart a personal website that showcases your work as a software developer.
PyTorch-Multi-Style-Transfer
Neural Style and MSG-Net
Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
AbbyYangbb's Repositories
AbbyYangbb/illustration2vec_PyTorch
PyTorch implementation of illustration2vec (i2v) model in paper: Illustration2Vec: A Semantic Vector Representation of Illustrations from Masaki Saito and Yusuke Matsui.
AbbyYangbb/interview
Interview questions
AbbyYangbb/personal-website
Code that'll help you kickstart a personal website that showcases your work as a software developer.
AbbyYangbb/61BCode
This is my code for CS61B.
AbbyYangbb/CNNMRF
code for paper "Combining Markov Random Fields and Convolutional Neural Networks for Image Synthesis"
AbbyYangbb/CodingTogether
A web-based collaborative code editor which supports multiple user editing simultaneously.
AbbyYangbb/illustration2vec
A simple deep learning library for estimating a set of tags and extracting semantic feature vectors from given illustrations.
AbbyYangbb/image-compare
Compare multiple images reporting similarity
AbbyYangbb/PyTorch-Multi-Style-Transfer
Neural Style and MSG-Net
AbbyYangbb/Tacotron-2
DeepMind's Tacotron-2 Tensorflow implementation
AbbyYangbb/interview-preparation
Preparation for interview.
AbbyYangbb/javascript-problems-and-solutions
:trident: A collection of JavaScript problems and solutions for studying algorithms.
AbbyYangbb/LintCode
Java Solutions to problems on LintCode/LeetCode
AbbyYangbb/PeronaMalikDiffusion
Python implementation of the Perona-Malik anisotropic filter for denoising and edge detection
AbbyYangbb/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
AbbyYangbb/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
AbbyYangbb/pytorch-generative-model-collections
Collection of generative models in Pytorch version.
AbbyYangbb/spatial-VAE
Source code for "Explicitly disentangling image content from translation and rotation with spatial-VAE" - NeurIPS 2019
AbbyYangbb/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
AbbyYangbb/TVM-reconstruction
TVM reconstruction with SART and Bregman TV
AbbyYangbb/TwinGAN
Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs
AbbyYangbb/uq-course
Introduction to Uncertainty Quantification
AbbyYangbb/visualization
The main part of the code (visualize_pytorch_layers_histogram.py) is modified from this repository: https://github.com/utkuozbulak/pytorch-cnn-visualizations