Giter VIP home page Giter VIP logo

deep-learning's Introduction

Deep-Learning

Useful Resources

Keras Tutorial : The Ultimate Beginner’s Guide to Deep Learning in Python https://elitedatascience.com/keras-tutorial-deep-learning-in-python

5 Genius Python Deep Learning Libraries https://elitedatascience.com/python-deep-learning-libraries#keras

  1. Theano is a low-level library that specializes in efficient computation. You’ll only use this directly if you need fine-grain customization and flexibility.
  2. TensorFlow is another low-level library that is less mature than Theano. However, it’s supported by Google and offers out-of-the-box distributed computing.
  3. Lasagne is a lightweight wrapper for Theano. Use this if need the flexibility of Theano but don’t want to always write neural network layers from scratch.
  4. Keras is a heavyweight wrapper for both Theano and Tensorflow. It’s minimalistic, modular, and awesome for rapid experimentation. This is our favorite Python library for deep learning and the best place to start for beginners.
  5. MXNet is another high-level library similar to Keras. It offers bindings for multiple languages and support for distributed computing.

KDnuggest - 7 Steps to Mastering Deep Learning with Keras https://www.kdnuggets.com/2017/10/seven-steps-deep-learning-keras.html

GPU

[2018-09-02] So I managed to get a CNN model working on my MacBook Pro (see keras_deep_learning.py) to learn MNIST dataset. The forecast accuracy on test set was over 99%!! However, using CPU it took > 40 min to train, which is too slow. TensorFlow no longer provides GPU support on macOS either as of version 1.2.

Question - which of the below?

  1. e-GPU
  2. AWS EC2
  3. Google Colaboratory: training completes in 212 seconds!! Improvement by X11.3

Tensorflow : GPU vs CPU CPU - 176 s, GPU (GTX1080) - 8 s

e-GPU

StackOverflow

Kaggle thread

NVIDIA Titan Xp

Picking a GPU for Deep Learning

Siraj

  • High budget: Titan XP
  • Moderate Budget: GTX 1060
  • TIght Budget: GTX 1050 TI

deep-learning's People

Contributors

xkevin11 avatar kevinwuinfoready avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.