deep-learning.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [deep-learning]

www.codever.land/bookmarks/t/deep-learning

Neural networks and deep learning

http://neuralnetworksanddeeplearning.com/


Automate deep learning training with Kubernetes GPU-cluster

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


caffe

https://github.com/BVLC/caffe

A fast open framework for deep learning..


keras

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

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


mxnet

https://github.com/dmlc/mxnet

A deep learning framework designed for both efficiency and flexibility.


pytorch

https://github.com/pytorch/pytorch

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


SerpentAI

https://github.com/SerpentAI/SerpentAI

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


tensorflow

https://github.com/tensorflow/tensorflow

The most popular Deep Learning framework created by Google.


Theano

https://github.com/Theano/Theano

A library for fast numerical computation.


awesome-deep-learning

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

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


awesome-tensorflow

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

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


awesome-deep-learning-papers

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.


awesome-Awesome-Deep-Learning-Resources

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