Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 authored May 8, 2017
1 parent 48aaf79 commit a9198af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Implemented **Neural Network** & **Convolutional Neural Network** with `numpy` & `Tensorflow`

## Visualization
![Neural Network on Spiral](https://cdn.rawgit.com/carefree0910/Resources/641e8228/NN.gif)
![Neural Network on Spiral](http://oph1aen4o.bkt.clouddn.com/17-5-8/525148-file_1494244932591_a1e3.gif)

## Examples

Expand Down Expand Up @@ -80,4 +80,4 @@ nn.fit(x, y, verbose=2, do_log=True, show_loss=True)
nn.draw_results() # Draw results (Training curve & loss curve)

timing.show_timing_log(timing_level) # Show timing log
```
```

0 comments on commit a9198af

Please sign in to comment.