All Projects → megvii-research → Tf Tutorials

megvii-research / Tf Tutorials

Licence: apache-2.0
Tutorials for deep learning course here:

Projects that are alternatives of or similar to Tf Tutorials

Stuff
Stuff I uploaded to share online or to access from a different machine
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Fsi Samples
A collection of open-source GPU accelerated Python tools and examples for quantitative analyst tasks and leverages RAPIDS AI project, Numba, cuDF, and Dask.
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Prottrans
ProtTrans is providing state of the art pretrained language models for proteins. ProtTrans was trained on thousands of GPUs from Summit and hundreds of Google TPUs using Transformers Models.
Stars: ✭ 164 (-2.96%)
Mutual labels:  jupyter-notebook
Data Projects
Scripts and data for various Vox Media stories and news projects
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Zerocostdl4mic
ZeroCostDL4Mic: A Google Colab based no-cost toolbox to explore Deep-Learning in Microscopy
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Quickdraw
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Pytorch Retraining
Transfer Learning Shootout for PyTorch's model zoo (torchvision)
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Ant Learn Python
蚂蚁学Python,微信公众号的代码仓库
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Tbbkanalysis
关于淘宝“爆款”数据爬取与分析。具体分析见 —
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Python For Developers
This book is geared toward those who already have programming knowledge. It covers topics that include: creation of user interfaces, computer graphics, internet applications, distributed systems, among other issues.
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Deeplearning.ai Andrewng
deeplearning.ai , By Andrew Ng, All slide and notebook + data + solutions and video link
Stars: ✭ 165 (-2.37%)
Mutual labels:  jupyter-notebook
Dcgan Autoencoder
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Deeplearning Az
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook
Sql magic
Magic functions for using Jupyter Notebook with Apache Spark and a variety of SQL databases.
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Pytorch For Deep Learning And Computer Vision Course All Codes
PyTorch for Deep Learning and Computer Vision Course
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (-1.18%)
Mutual labels:  jupyter-notebook
Projects
TLM Monthly Projects. Join our slack to work on them.
Stars: ✭ 169 (+0%)
Mutual labels:  jupyter-notebook
Lungcancerdetection
Use CNN to detect nodules in LIDC dataset.
Stars: ✭ 168 (-0.59%)
Mutual labels:  jupyter-notebook

This is a tutorial for deep learning course which includes some experiments. Every experiment uses tensorflow as the implementation platform.

tf-model-manip.py

  • A tool for checking your network design.
  • Useage: tf-model-manip.py model.py
  • Requirements:
    1. a python file called model.py
    2. a class called Model with a build method in model.py
    3. Need install pip3 install python-magic tabulate --user . On MacOS may need libmagic.

Docker-materials

  • A folder includes some files to help you create a docker for experiments.

Note

  • If this is your first time doing homeworks, please create a docker first. You can read Docker.md for more informations.

Course slides

https://github.com/megvii-research/megvii-pku-dl-course/tree/master/slides19

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].