Pinned Repositories
-_Machine_Learning_Code
Mathematical derivation and pure Python code implementation of machine learning algorithms.
-PyTorch-
【PyTorch】手把手教你跑通第一个神经网络
3DFasterRCNN_LungNoduleDetector
adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
bilibli_notes2
攻城狮之家B站视频课程课件合集2,1号仓库https://github.com/JokerJohn/bilibili_notes.git
Darknet
AlexeyAB-DarkNet源码解析
deeplearning.ai-notes
吴恩达《深度学习》学习笔记(xmind)、代码视频讲解
JinhuaLee_datashine
ml_with_python
SignalP
harryjd's Repositories
harryjd/bilibli_notes2
攻城狮之家B站视频课程课件合集2,1号仓库https://github.com/JokerJohn/bilibili_notes.git
harryjd/3DFasterRCNN_LungNoduleDetector
harryjd/adversarial
Code and hyperparameters for the paper "Generative Adversarial Networks"
harryjd/awesome-causality-data
A data index for learning causality.
harryjd/Bayesian-Analysis-with-Python-1
《用Python做贝叶斯分析》
harryjd/bilibili_notes
攻城狮之家B站视频课程课件合集,2号仓库地址https://github.com/JokerJohn/bilibli_notes2.git
harryjd/C_Prog
some c programs for learning
harryjd/DeepLearning
harryjd/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
harryjd/DeepRL-Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
harryjd/DQN-FlappyBird
Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch
harryjd/faster_rcnn
Faster R-CNN
harryjd/Faster_RCNN_for_Open_Images_Dataset_Keras
Faster R-CNN for Open Images Dataset by Keras
harryjd/faster_rcnn_keras
faster RCNN keras step by step implementation
harryjd/FileCopyWinForm
A simple WinForm App to copy files that matches the date require.
harryjd/healthcareai-py
Python tools for healthcare machine learning
harryjd/image-processing-from-scratch
This project contains some interesting image processing algorithms that were wrote in python from scratch.
harryjd/keras-autoencoders
Autoencoders in Keras
harryjd/keras-frcnn
harryjd/learningdl
三个月教你从零入门深度学习Tensorflow版配套代码
harryjd/machine_learning_derivation
notes of machine learning algorithm derivation
harryjd/MLExp
harryjd/My-TensorFlow-tutorials
This repo contains all of my TensorFlow tutorials
harryjd/PlotNeuralNet
Latex code for making neural networks diagrams
harryjd/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
harryjd/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
harryjd/RNN_Mnist
harryjd/SSD-Tensorflow
Single Shot MultiBox Detector in TensorFlow
harryjd/tensorflow-in-practice-code
源码实现:《TensorFlow实战》黄文坚,唐源 著
harryjd/VGG_tensorflow
VGGNet implemented by tensorflow