XinyiFang's Stars
practical-tutorials/project-based-learning
Curated list of project-based tutorials
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
HumanSignal/labelImg
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
mnielsen/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
miguelgrinberg/flasky
Companion code to my O'Reilly book "Flask Web Development", second edition.
rbgirshick/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
kamyu104/LeetCode
:pencil: Python / C++ 11 Solutions of All LeetCode Questions
rasmusbergpalm/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
endernewton/tf-faster-rcnn
Tensorflow Faster RCNN for Object Detection
ShaoqingRen/faster_rcnn
Faster R-CNN
MLWave/Kaggle-Ensemble-Guide
Code for the Kaggle Ensembling Guide Article on MLWave
cthorey/CS231
My corrections for the Standford class assingments CS231n - Convolutional Neural Networks for Visual Recognition
daijifeng001/MNC
Instance-aware Semantic Segmentation via Multi-task Network Cascades
y0ast/Variational-Autoencoder
Implementation of a Variational Auto-Encoder in Theano
CatalinVoss/cnn-assignments
Convolutional Neural Networks Assignments
YihangLou/fast-rcnn-train-another-dataset
train on another dataset
bruceoutdoors/CS231n
my assignment solutions for CS231n Convolutional Neural Networks for Visual Recognition
rajarsheem/libsdae-autoencoder-tensorflow
A simple Tensorflow based library for deep and/or denoising AutoEncoder.
ramarlina/DenoisingAutoEncoder
Python implementation of Stacked Denoising Autoencoders for unsupervised learning of high level feature representation
logicx24/Text-Search-Engine
A crappy search engine for text files that I made on one of my many NYC-SF plane flights.
sandeepraju/ihradis-cnn-deblur
Image deblurring with Convolutional Neural Networks. Scripts & Neural network models available here
Cybernetic1/conceptual-keyboard-v1_bad
Conceptual Keyboard
yuzhangcmu/Python-Study
Leetcode in python
Victor0118/cross_domain_embedding
lephuongbg/Search-engine
A small text based search engine upon files - Student Project
yzldw333/Neural-Network
This a python neural network. (Input Layer, Convolution Layer, MaxPooling Layer ,AvgPoolingLayer, Full-Connected Layer,Sigmoid Layer, TanhLayer, Output Layer(LMS and SoftMax))
Egrodo/synonym
Simple website that displays synonyms to a given word. My first web project, made to teach myself Javascript.
HongyeYang/stanford-deep-learning