Skip to content

Commit

Permalink
#9 Fixes a grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavrachev authored Aug 17, 2017
1 parent cfda73f commit dba8026
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ CryptoTrader is a system for automating crypto-currency trading transactions, ba

### Why am I building it?

I have been spent a significant portion of my free time over the past year, targeting my machine learning efforts into predicting price trends of various crypto-currenties. As a result, I have gathered a set of Python-based scripts and Jupyter notebooks listing various strategies each with its own advantages and disadvantages.
I have spent a significant portion of my free time over the past year, targeting my machine learning efforts into predicting price trends of various crypto-currenties. As a result, I have gathered a set of Python-based scripts and Jupyter notebooks listing various strategies each with its own advantages and disadvantages.

### Why a Spring Boot Project?

I have said it many times that Python is my secret love. The language and the ecosystem of libraries are simply a bliss to work with. The combination of Python, Jupyter Notebook and the available ML libraries that are just a `pip install` away, makes it incredible easy to sketch ideas and see their potential. Yet, when it comes to developing a more complex system that builds off all those separate ideas, the years of JVM experience I've gathered simply turn the decision in their favor.




I have said it many times that Python is my secret love. The language and the ecosystem of libraries are simply a bliss to work with. The combination of Python, Jupyter Notebook and the available ML libraries that are just a `pip install` away, makes it incredible easy to sketch ideas and see their potential. Yet, when it comes to developing a more complex system that builds off all those separate ideas, the years of JVM experience I've gathered simply turn the decision in their favor.

0 comments on commit dba8026

Please sign in to comment.