All Projects → awjuliani → Tf Tutorials

awjuliani / Tf Tutorials

A collection of deep learning tutorials using Tensorflow and Python

Projects that are alternatives of or similar to Tf Tutorials

Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+166.6%)
Mutual labels:  jupyter-notebook, gan, resnet
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.
Stars: ✭ 3,307 (+531.11%)
Mutual labels:  jupyter-notebook, gan
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+491.41%)
Mutual labels:  jupyter-notebook, gan
Advanced Tensorflow
Little More Advanced TensorFlow Implementations
Stars: ✭ 364 (-30.53%)
Mutual labels:  jupyter-notebook, gan
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (-2.1%)
Mutual labels:  jupyter-notebook, gan
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-48.09%)
Mutual labels:  jupyter-notebook, resnet
T81 558 deep learning
Washington University (in St. Louis) Course T81-558: Applications of Deep Neural Networks
Stars: ✭ 4,152 (+692.37%)
Mutual labels:  jupyter-notebook, gan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (-56.68%)
Mutual labels:  jupyter-notebook, gan
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (-24.62%)
Mutual labels:  jupyter-notebook, resnet
Simgan Captcha
Solve captcha without manually labeling a training set
Stars: ✭ 405 (-22.71%)
Mutual labels:  jupyter-notebook, gan
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (-19.47%)
Mutual labels:  jupyter-notebook, gan
Grad Cam Tensorflow
tensorflow implementation of Grad-CAM (CNN visualization)
Stars: ✭ 261 (-50.19%)
Mutual labels:  jupyter-notebook, resnet
Nn
🧑‍🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Stars: ✭ 5,720 (+991.6%)
Mutual labels:  jupyter-notebook, gan
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-46.76%)
Mutual labels:  jupyter-notebook, gan
Fusenet
Deep fusion project of deeply-fused nets, and the study on the connection to ensembling
Stars: ✭ 230 (-56.11%)
Mutual labels:  jupyter-notebook, resnet
Tianchi Medical Lungtumordetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
Stars: ✭ 314 (-40.08%)
Mutual labels:  jupyter-notebook, resnet
Gantts
PyTorch implementation of GAN-based text-to-speech synthesis and voice conversion (VC)
Stars: ✭ 460 (-12.21%)
Mutual labels:  jupyter-notebook, gan
Swapnet
Virtual Clothing Try-on with Deep Learning. PyTorch reproduction of SwapNet by Raj et al. 2018. Now with Docker support!
Stars: ✭ 202 (-61.45%)
Mutual labels:  jupyter-notebook, gan
Gan steerability
On the "steerability" of generative adversarial networks
Stars: ✭ 225 (-57.06%)
Mutual labels:  jupyter-notebook, gan
Sdv
Synthetic Data Generation for tabular, relational and time series data.
Stars: ✭ 360 (-31.3%)
Mutual labels:  jupyter-notebook, gan

#Tensorflow Tutorials This repository contains a collection of miscellaneous Jupyter notebooks which implement or provide a tutorial on a different Deep Learning topic. All models are implemented in Tesnorflow.

  • DCGAN - An implementation of Deep Convolutional Generative Adversarial Network.
  • InfoGAN An implementation of InfoGAN: Interpretable representation learning by information maximizing generative adversarial nets
  • Deep Layer Visualization - Tutorial on visualizing intermediate layer activation during MNIST classification.
  • Deep Network Comparison - Implementations of ResNet, HighwayNet, and DenseNet, for CIFAR10 classification.
  • RNN-TF - Tutorial on implementing basic RNN in tensorflow.
  • t-SNE Tutorial - Tutorial on using t-SNE to visualize intermediate layer representation during MNIST classification task.
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].