Skip to content

Commit

Permalink
add scipy as dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebewong committed Dec 10, 2018
1 parent b84e730 commit 1fab538
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,9 @@ It leverages autodiff to calculate the gradients and performs gradient descent.
#### Implementation

# External Dependencies
- numpy: to perform calculations on elemental functions such as sin and exponent
- sklearn: to calculate accuracy and R-square score
- numpy
- sklearn
- scipy


# Future Implementations
Expand Down

0 comments on commit 1fab538

Please sign in to comment.