shodme's Stars
gto76/python-cheatsheet
Comprehensive Python Cheatsheet
datawhalechina/pumpkin-book
《机器学习》(西瓜书)公式详解
Kr1s77/awesome-python-login-model
😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟
Jack-Cherish/Machine-Learning
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
apachecn/Interview
Interview = 简历指南 + 算法题 + 八股文 + 源码分析
meetps/pytorch-semseg
Semantic Segmentation Architectures Implemented in PyTorch
AstarLight/Satellite-Segmentation
hoya012/deep_learning_object_detection
A paper list of object detection using deep learning.
afshinea/stanford-cs-230-deep-learning
VIP cheatsheets for Stanford's CS 230 Deep Learning
ctgk/PRML
PRML algorithms implemented in Python
Gurupradeep/FCN-for-Semantic-Segmentation
Implemention of FCN-8 and FCN-16 with Keras and uses CRF as post processing
JihongJu/keras-fcn
A playable implementation of Fully Convolutional Networks with Keras.
MarvinTeichmann/tensorflow-fcn
An Implementation of Fully Convolutional Networks in Tensorflow.
divamgupta/image-segmentation-keras
Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
NELSONZHAO/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.
fchollet/deep-learning-models
Keras code and weights files for popular deep learning models.
Sherrynudt/MSTAR
ATR
hamza-latif/MSTAR_tensorflow
Tensorflow Project to Classify MSTAR image chips
tensorflow/models
Models and examples built with TensorFlow
Hvass-Labs/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
keras-team/keras
Deep Learning for humans
fudanxu/MSTAR-AConvNet
AConvNet on Caffe for [Chen et al. IEEE TGRS vol.54 no.8]
jcjohnson/neural-style
Torch implementation of neural style algorithm
mnielsen/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
zhedahht/CodingInterviewChinese2
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码