Record the userful Resources of ML I saw.
I put a (1-5) recommend level after each resource I deep used or readed.
- humphd/have-fun-with-machine-learning (5)
This is a hands-on guide to machine learning for programmers with no background in AI. It guide you using NVIDIA/DIGITS to train the CNN caffe mode examples(AlexNet & GoogleNet) step step. I open the door of ML/DL through this project.
- Microsoft/MMdnn
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
-
purelyvivid/MMdnn-util Introduces the utilization of MMdnn(a model converter) and provide a simple GUI for inference task of image classification. Here
-
Awesome Machine Learning A curated list of awesome machine learning frameworks, libraries and software (by language). Here
-
ZuzooVn/machine-learning-for-software-engineers
Top-down learning path: Machine Learning for Software Engineers
- kailashahirwar/cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers.
- Shivanandroy/Study-Materials
This repository contains quick reference guides (Books in pdf) to Statistics and Machine Learning algorithms.
- fchollet/deep-learning-with-python-notebooks (5)
This repository contains Jupyter notebooks implementing the code samples found in the book Deep Learning with Python (Manning Publications)
This realy a good book give you both basic concepts and hands-on lab to learn DL with Python/Keras/Tensoflow.
- techfort/pycv (4)
This is the repository and reference website for Learning OpenCV 3 with Python, a book authored by Joe Minichino and Joe Howse, and published by Packt Publishing.
- PacktPublishing/Hands-On-Deep-Learning-with-TensorFlow
This is the code repository for Hands-On Deep Learning with TensorFlow, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
-
Udacity Computer Vision Nanodegree Program, Exercises Here
-
mlcourse.ai – Open Machine Learning Course Here
-
exacity/deeplearningbook-chinese 《深度学习》github译本 https://exacity.github.io/deeplearningbook-chinese/ Here
-
mml-book/mml-book.github.io Mathematics for Machine Learning(https://mml-book.github.io/) Here
OPEN REID Deep Learning and stuff papers
- Top Deep Learning Projects A list of popular github projects related to deep learning (ranked by stars). Here
- OPTUNA Optuna: A hyperparameter optimization framework
- fastai https://github.com/fastai/fastai
-
简单粗暴 TensorFlow 2 | A Concise Handbook of TensorFlow 2 GitHub ( https://github.com/snowkylin/tensorflow-handbook)
- riptutorial Summary many tutorial about different programming language like C/C++/Python/SQL, etc
- Original: https://opencv.org/
- OpenCV Tutorials
- A lite private website about OpenCV
- pyimagesearch , a blog dedicated to computer vision, OpenCV, and deep learning
-
Start Training on Machine Learning with AWS (30+ digital ML courses totaling 45+ hours, plus hands-on labs and documentation, originally developed for Amazon's internal use. )
-
r2d3.us (Give a very cool visual introduction to ML, now just has two parts, Part1 A Decision Tree / Part2 Bias and Variance)
-
Open Machine Learning Course mlcourse.ai (mlcourse.ai is an open Machine Learning course by OpenDataScience)
https://hls-fpga-machine-learning.github.io/hls4ml/
-
Explore Yolo
-
EYD与机器学习-yolo系列
-
Netron Viewer for neural network models Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), CoreML (.mlmodel), Caffe2 (predict_net.pb, predict_net.pbtxt), MXNet (.model, -symbol.json) and TensorFlow Lite (.tflite). Netron has experimental support for Caffe (.caffemodel, .prototxt), PyTorch (.pth), Torch (.t7), CNTK (.model, .cntk), PaddlePaddle (model), Darknet (.cfg), scikit-learn (.pkl), TensorFlow.js (model.json, .pb) and TensorFlow (.pb, .meta, .pbtxt).
-
Netscope A web-based tool for visualizing neural network architectures (or technically, any directed acyclic graph). It currently supports Caffe's prototxt format.