Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save aballah-chamakh/58235a75fc5ddd92697fd5dba31fc991 to your computer and use it in GitHub Desktop.
params = w1,w2,w3,b1,b2,b3
for i in range(0,10000) :
params = train(x,y,*params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment