All Projects → mwdchang → tfjs-gan

mwdchang / tfjs-gan

Licence: other
Simple GAN example using tensorflow JS core

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tfjs-gan

adversarial-recommender-systems-survey
The goal of this survey is two-fold: (i) to present recent advances on adversarial machine learning (AML) for the security of RS (i.e., attacking and defense recommendation models), (ii) to show another successful application of AML in generative adversarial networks (GANs) for generative applications, thanks to their ability for learning (high-…
Stars: ✭ 110 (+96.43%)
Mutual labels:  generative-adversarial-network
gan
A 1D toy example of optimizing a generative model using the WGAN-GP model.
Stars: ✭ 21 (-62.5%)
Mutual labels:  generative-adversarial-network
nsfw-classification-tensorflow
NSFW classify model implemented with tensorflow.
Stars: ✭ 58 (+3.57%)
Mutual labels:  tensorflow-js
pytorch-CycleGAN
Pytorch implementation of CycleGAN.
Stars: ✭ 39 (-30.36%)
Mutual labels:  generative-adversarial-network
py-msa-kdenlive
Python script to load a Kdenlive (OSS NLE video editor) project file, and conform the edit on video or numpy arrays.
Stars: ✭ 25 (-55.36%)
Mutual labels:  generative-adversarial-network
Exemplar-GAN-Eye-Inpainting-Tensorflow
Tensorflow implement of "Eye In-Painting with Exemplar Generative Adversarial Networks"
Stars: ✭ 98 (+75%)
Mutual labels:  generative-adversarial-network
Music-generation-cRNN-GAN
cRNN-GAN to generate music by training on instrumental music (midi)
Stars: ✭ 38 (-32.14%)
Mutual labels:  generative-adversarial-network
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (-19.64%)
Mutual labels:  tensorflow-js
Keras ile Derin Ogrenmeye Giris
BTK Akademi -1 Milyon İstihdam Projesi için Merve Ayyüce Kızrak tarafından Hazırlanmıştır.
Stars: ✭ 109 (+94.64%)
Mutual labels:  generative-adversarial-network
Deeplearning.ai-GAN-Specialization-Generative-Adversarial-Networks
This repository contains my full work and notes on Deeplearning.ai GAN Specialization (Generative Adversarial Networks)
Stars: ✭ 59 (+5.36%)
Mutual labels:  generative-adversarial-network
WGAN-GP-TensorFlow
TensorFlow implementations of Wasserstein GAN with Gradient Penalty (WGAN-GP), Least Squares GAN (LSGAN), GANs with the hinge loss.
Stars: ✭ 42 (-25%)
Mutual labels:  generative-adversarial-network
VisualML
Interactive Visual Machine Learning Demos.
Stars: ✭ 104 (+85.71%)
Mutual labels:  tensorflow-js
CartoonGAN-tensorflow
Simple code implement the paper of CartoonGAN(CVPR2018)
Stars: ✭ 14 (-75%)
Mutual labels:  generative-adversarial-network
tiny-pix2pix
Redesigning the Pix2Pix model for small datasets with fewer parameters and different PatchGAN architecture
Stars: ✭ 21 (-62.5%)
Mutual labels:  generative-adversarial-network
ganbert-pytorch
Enhancing the BERT training with Semi-supervised Generative Adversarial Networks in Pytorch/HuggingFace
Stars: ✭ 60 (+7.14%)
Mutual labels:  generative-adversarial-network
ArtGAN
Tensorflow codes for our ICIP-17 and arXiv-1708.09533 works: "ArtGAN: Artwork Synthesis with Conditional Categorial GAN" & "Learning a Generative Adversarial Network for High Resolution Artwork Synthesis "
Stars: ✭ 16 (-71.43%)
Mutual labels:  generative-adversarial-network
face inpainting
No description or website provided.
Stars: ✭ 27 (-51.79%)
Mutual labels:  generative-adversarial-network
BicycleGAN
Tensorflow implementation of the NIPS paper "Toward Multimodal Image-to-Image Translation"
Stars: ✭ 30 (-46.43%)
Mutual labels:  generative-adversarial-network
CWR
Code and dataset for Single Underwater Image Restoration by Contrastive Learning, IGARSS 2021, oral.
Stars: ✭ 43 (-23.21%)
Mutual labels:  generative-adversarial-network
GAN-Anime-Characters
Applied several Generative Adversarial Networks (GAN) techniques such as: DCGAN, WGAN and StyleGAN to generate Anime Faces and Handwritten Digits.
Stars: ✭ 43 (-23.21%)
Mutual labels:  generative-adversarial-network

TensorflowJS GAN

A Generative Adversarial Network example generating hand-written digits, using just TensorflowJS APIs and vanilla javascript.

Source files

  • index.html: UI
  • gan.js: GAN code and hyper params
  • image-util.js: Image utility
  • data.js: Used to load MNIST dataset into compatible tensors, taken from tensorflow examples.
  • weights.js: Pre-trained weights/biases for the Generator.
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].