Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created September 24, 2019 20:04
Show Gist options
  • Select an option

  • Save aballah-chamakh/65d70d64ab03b1201b267c73fb7f5701 to your computer and use it in GitHub Desktop.

Select an option

Save aballah-chamakh/65d70d64ab03b1201b267c73fb7f5701 to your computer and use it in GitHub Desktop.
import numpy as np
learning_rate = 0.01
nb_inp = 2
nb_h1 = 150
nb_h2 = 150
nb_out = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment