Git Product home page Git Product logo

deep-learning's Introduction

Deep Learning With Python, C++ and Julia

Basics

More examples:

Deep Learning with PyTorch

PyTorch 0.4+ is recommended.

1 - PyTorch basics

2 - Intermediate

3 - Advanced

4 - Utilities

More Examples

Deep Learning with TensorFlow

TensorFlow v2.0 is recommended.

  • Hello World (notebook). Very simple example to learn how to print "hello world" using TensorFlow 2.0.
  • Basic Operations (notebook). A simple example that cover TensorFlow 2.0 basic operations.

2 - Basic Models

  • Linear Regression (notebook). Implement a Linear Regression with TensorFlow 2.0.
  • Logistic Regression (notebook). Implement a Logistic Regression with TensorFlow 2.0.
  • Simple Neural Network (notebook). Implement a Simple Neural Network with TensorFlow 2.0.
  • Create your own layer (notebook). Create your own layer with TensorFlow 2.0.

3 - Neural Networks

Supervised

  • Simple Neural Network (notebook). Use TensorFlow 2.0 'layers' and 'model' API to build a simple neural network to classify MNIST digits dataset.
  • Simple Neural Network (low-level) (notebook). Raw implementation of a simple neural network to classify MNIST digits dataset.
  • Convolutional Neural Network (notebook). Use TensorFlow 2.0 'layers' and 'model' API to build a convolutional neural network to classify MNIST digits dataset.
  • Convolutional Neural Network (low-level) (notebook). Raw implementation of a convolutional neural network to classify MNIST digits dataset.

Unsupervised

  • Auto-Encoder (notebook). Build an auto-encoder to encode an image to a lower dimension and re-construct it.
  • DCGAN (Deep Convolutional Generative Adversarial Networks) (notebook). Build a Deep Convolutional Generative Adversarial Network (DCGAN) to generate images from noise.

4 - Utilities

  • Save and Restore a model (notebook). Save and Restore a model with TensorFlow 2.0.
  • Build Custom Layers & Modules (notebook). Learn how to build your own layers / modules and integrate them into TensorFlow 2.0 Models.

Deap Learning with Julia

Julia: Looks like Python, feels like Lisp, runs like Fortran

Why julia?

As ML models began to need the full power of a programming language,getting Python to scale to ML’s heavy computational demands is far harder than you might expect. Python’s semantics also make it fundamentally difficult to provide model-level parallelism or compile models for small devices.

More details:

Julia Basics

Deap Learning

Resources

deep-learning's People

Contributors

ifding avatar

Watchers

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