Skip to content

Latest commit

 

History

History
93 lines (79 loc) · 5.47 KB

deep-learning.md

File metadata and controls

93 lines (79 loc) · 5.47 KB

Bookmarks tagged [deep-learning]

http://neuralnetworksanddeeplearning.com/


https://github.com/Langhalsdino/Kubernetes-GPU-Guide

This guide should help fellow researchers and hobbyists to easily automate and accelerate there deep leaning training with their own Kubernetes GPU cluster. - Langhalsdino/Kubernetes-GPU-Guide


https://github.com/BVLC/caffe

A fast open framework for deep learning..


https://github.com/keras-team/keras

A high-level neural networks library and capable of running on top of either TensorFlow or Theano.


https://github.com/dmlc/mxnet

A deep learning framework designed for both efficiency and flexibility.


https://github.com/pytorch/pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration.


https://github.com/SerpentAI/SerpentAI

Game agent framework. Use any video game as a deep learning sandbox.


https://github.com/tensorflow/tensorflow

The most popular Deep Learning framework created by Google.


https://github.com/Theano/Theano

A library for fast numerical computation.


https://github.com/ChristosChristofidis/awesome-deep-learning#readme

A curated list of awesome Deep Learning tutorials, projects and communities. - ChristosChristofidis/awesome-deep-learning


https://github.com/jtoy/awesome-tensorflow#readme

TensorFlow - A curated list of dedicated resources http://tensorflow.org - jtoy/awesome-tensorflow


https://github.com/terryum/awesome-deep-learning-papers#readme

The most cited deep learning papers. Contribute to terryum/awesome-deep-learning-papers development by creating an account on GitHub.


https://github.com/guillaume-chevalier/awesome-deep-learning-resources#readme

Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier - guillaume-cheva...