Skip to content

Commit

Permalink
Update data_science.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie-h authored Oct 6, 2019
1 parent af04e67 commit b59c124
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions data_science.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Python - defacto for data science.

What do we need:
What do we need
---
Tabular Data Framework
Charting support
Linear algebra
Statistics
ML

What are the alternatives
What are the alternatives to Python/R/Julia/Matlab
---

Java:
---

Options:
JTableSaw
Expand All @@ -34,7 +37,8 @@ http://beakerx.com/
https://github.com/twosigma/beakerx


Scala:
Scala
---
https://github.com/ThoughtWorksInc/DeepLearning.scala
Uses Java nd4j underneath - provided by Thoughtworks
http://beakerx.com/ - also provides Scala
Expand All @@ -43,8 +47,13 @@ http://beakerx.com/ - also provides Scala
https://typelevel.org/spire/
Spire is a numeric library for Scala which is intended to be generic, fast, and precise.

Spark eco-system:
https://spark.apache.org/mllib/
https://github.com/apache/spark/tree/master/mllib/src/main/scala/org/apache/spark/mllib/linalg

c++:

c++
---
http://arma.sourceforge.net/ Armadillo - C++ library for linear algebra & scientific computing
https://gitlab.com/conradsnicta/armadillo-code
https://www.mlpack.org - mlpack - fast, flexible C++ machine learning library
Expand Down

0 comments on commit b59c124

Please sign in to comment.