Code Monkey home page Code Monkey logo

building-deep-neural-network-step-by-step-instruction's Introduction

The first notebook Planar_data_classification_with_one_hidden_layer in this repository covers a simple implementation of a neural network, which will only have one hidden layer. This notebook covers below steps:

  1. Implement a 2-class neural network with a single hidden layer

  2. Use units with a non-linear activation function, such as tanh

  3. Compute the cross entropy loss

  4. Implement forward and backward propagation

The second notebook Building your Deep Neural Network Step by Step in this repository takes it one step further and explains steps to build a deep neural network with as many layers as we want! The model highlights include:

  1. Using non-linear units like ReLU to improve your mode
  2. Building a deeper neural network (with more than 1 hidden layer)
  3. Implementing an easy-to-use neural network class which can easily be integrated into an OOP code base for building complex services.

building-deep-neural-network-step-by-step-instruction's People

Contributors

zahra-bakhtiari avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

paycoo-droid

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.