Pinned Repositories
asciidoc-bib
Add references from a bibtex file to an asciidoc file.
beamfe
Finite element beam model in Python
bibserver
BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
bibtexbrowser
publication lists with bibtex and PHP
bitcoin
Bitcoin Core integration/staging tree
caffe
Caffe: a fast framework for deep learning. For the most recent version checkout the dev branch. For the latest stable release checkout the master branch.
color_detector
CommonMark
CommonMark spec, with reference implementations in C and JavaScript
printed-hw-segmentation
Printed and handwritten text segmentation using fully convolutional networks and CRF post-processing
yf2009017's Repositories
yf2009017/printed-hw-segmentation
Printed and handwritten text segmentation using fully convolutional networks and CRF post-processing
yf2009017/bitcoin
Bitcoin Core integration/staging tree
yf2009017/book
:books: All programming languages books
yf2009017/courses
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
yf2009017/cs-video-courses
List of Computer Science courses with video lectures.
yf2009017/cv2-object-detector
this repo used to wrapper both Hog Person Detector, mobilenet detector of cv2
yf2009017/cv_papers
计算机视觉方面的分类、对象检测、图像分割、人脸检测、OCR等中文翻译
yf2009017/DAT4
General Assembly's Data Science course in Washington, DC
yf2009017/deap
Distributed Evolutionary Algorithms in Python
yf2009017/edges
Structured Edge Detection Toolbox
yf2009017/gitbook
Modern book format and toolchain using Git and Markdown
yf2009017/google-hosts
Google hosts
yf2009017/guiquanz.github.com
yf2009017/hosts
最新可用的google hosts文件
yf2009017/huhamhire-hosts
Automatically exported from code.google.com/p/huhamhire-hosts
yf2009017/Machine-Learning-with-R-datasets
Formatted datasets for Machine Learning With R by Brett Lantz
yf2009017/Machine.Learning.An.Algorithmic
yf2009017/Many-Translaters
360翻译,iCIBA翻译,有道翻译,免费API
yf2009017/Markdown-Edit
My attempt at a markdown editor for windows
yf2009017/mdeditor
a markdown editor in browser
yf2009017/mysql-connector-python
MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Documentation & Download: http://dev.mysql.com/doc/connector-python/en
yf2009017/neural2d
Neural net optimized for 2D image data
yf2009017/neuraltalk
NeuralTalk is a Python+numpy project for learning Multimodal Recurrent Neural Networks that describe images with sentences.
yf2009017/Object-detection-with-deep-learning-and-sliding-window
Introduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the images and labels are saved into .npy file. The test-model-1.py file loads the images and converts the labels into two categories as we are doing binary classification of images. The model is built using keras with theano as backend. In this case, the best training accuracy was 80% since the data was just 500 images and the testing accuracy was 67%
yf2009017/opencv_contrib
Repository for OpenCV's extra modules
yf2009017/Optical-Mark-Recognition-OPENCV
yf2009017/python-naive-bayes
Naive Bayes in Python
yf2009017/pytorch-template
PyTorch deep learning projects made easy.
yf2009017/tsp-solver
Automatically exported from code.google.com/p/tsp-solver
yf2009017/vehicle-detection
Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).