Pinned Repositories
awesome-algorithm
LeetCode, HackRank, 剑指offer, classic algorithm implementation
cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
CS231n
homework for CS231n 2017
DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
Deep-Learning-Book-Chapter-Summaries
Attempting to make the Deep Learning Book easier to understand.
DeepLearningTutorials
Deep Learning与PyTorch入门实战视频教程
drone-detection
Bounding box detection of drones (small scale quadcopters) with CNTK Fast R-CNN
EDSR-Tensorflow
Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
fastai
The fastai deep learning library, plus lessons and tutorials
Faster-RCNN_TF
Faster-RCNN in Tensorflow
ZJ1224's Repositories
ZJ1224/awesome-algorithm
LeetCode, HackRank, 剑指offer, classic algorithm implementation
ZJ1224/cs230-code-examples
Code examples in pyTorch and Tensorflow for CS230
ZJ1224/DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
ZJ1224/Deep-Learning-Book-Chapter-Summaries
Attempting to make the Deep Learning Book easier to understand.
ZJ1224/DeepLearningTutorials
Deep Learning与PyTorch入门实战视频教程
ZJ1224/EDSR-Tensorflow
Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
ZJ1224/fastai
The fastai deep learning library, plus lessons and tutorials
ZJ1224/Faster-RCNN_TF
Faster-RCNN in Tensorflow
ZJ1224/Grokking-Deep-Learning
this repository accompanies my forthcoming book "Grokking Deep Learning"
ZJ1224/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
ZJ1224/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
ZJ1224/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
ZJ1224/lihang-code
《统计学习方法》的代码实现
ZJ1224/Machine-Learning-in-Action-Python3
Data&code for Machine-Learning-in-Action by Python3 | 《机器学习实战》数据与Python3源码:cat2:
ZJ1224/models
Models and examples built with TensorFlow
ZJ1224/neural-enhance
Super Resolution for images using deep learning.
ZJ1224/nmt
TensorFlow Neural Machine Translation Tutorial
ZJ1224/opticspy
python optics module
ZJ1224/os-syllabi
ZJ1224/pix2pix-tensorflow
Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
ZJ1224/PRML
PRML algorithms implemented in Python
ZJ1224/pumpkin-book
西瓜书公式推导解析,在线阅读地址:https://datawhale18.github.io/pumpkin-book
ZJ1224/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
ZJ1224/tensorboard
TensorFlow's Visualization Toolkit
ZJ1224/TensorFlow-Course
Simple and ready-to-use tutorials for TensorFlow
ZJ1224/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
ZJ1224/TensorFlow2.0Tutorials
TensorFlow 2.0 version's Tutorials and Examples, CNN, RNN, GAN tutorials, etc. TF 2.0版入门实例代码,实战教程。
ZJ1224/tf2_course
Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course
ZJ1224/tf_unet
Generic U-Net Tensorflow implementation for image segmentation
ZJ1224/tiny-os
《操作系统真象还原》一书实现的系统代码