Skip to content

Commit

Permalink
Merge pull request arogozhnikov#31 from KonstantinSchubert/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
arogozhnikov committed Apr 1, 2016
2 parents d564031 + d269963 commit 670e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Libraries you'll require to make your life easier.
* [yandex/REP](https://github.com/yandex/REP) — python wrappers around different machine learning libraries
(including TMVA) + goodies, required to plot learning curves and reports after classification. Required to execute *howto*s from this repository
* [numpy](http://www.numpy.org/) — 'MATLAB in python', vector operation in python.
Use it you need to perform any number crunching.
Use it whenever you need to perform any number crunching.
* [theano](http://deeplearning.net/software/theano/) — optimized vector analytical math engine in python
* [ROOT](https://root.cern.ch/) — main data format in high energy physics
* [root_numpy](http://rootpy.github.io/root_numpy/) — python library to deal with ROOT files (without pain)
Expand Down

0 comments on commit 670e184

Please sign in to comment.