Skip to content

Latest commit

 

History

History
183 lines (119 loc) · 9.24 KB

File metadata and controls

183 lines (119 loc) · 9.24 KB

Record the userful Resources of ML I saw.

I put a (1-5) recommend level after each resource I deep used or readed.

Projects @ Github

  • 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.

Here

  • 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.

Here

  • 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

Here

  • kailashahirwar/cheatsheets-ai

Essential Cheat Sheets for deep learning and machine learning researchers.

Here

Origin URL

  • Shivanandroy/Study-Materials

This repository contains quick reference guides (Books in pdf) to Statistics and Machine Learning algorithms.

Here

  • 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.

Here

  • 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.

Here

  • 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.

Here

Paper with Code

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

AUTO ML

PyTorch

pytorch-handbook

Tensorflow

URL

GPU

Python

RIP Tutorial

  • riptutorial Summary many tutorial about different programming language like C/C++/Python/SQL, etc

OpenCV

Data Science

Machine Learning

HLS4ML

https://hls-fpga-machine-learning.github.io/hls4ml/

Numpy

Models

Yolo/Darknet

Tools

  • 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.