Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The way to use CNTK, similar to Caffe, is to specify a config file and run comma
#### TensorFlow <img src="http://www.wpclipart.com/signs_symbol/stars/5_star_rating_system/.cache/5_Star_Rating_System_4_and_a_half_stars.png">
TF supports two interfaces: Python and C++. This means that you can do experiments in a rich, high-level environment and deploy your model in an environment that requires native code or low latency.

It would be perfect if TF supports `F#` or `TypeScript`. The lack of static type in Python is just ... painful :).
It would be perfect if TF supports `F#` or `TypeScript`. The lack of static type in Python is just ... painful :). You could however use, the similarily easy language Julia, that is also dynamic, but also has (optional) static types, with the [TensorFlow.jl](https://github.com/malmaud/TensorFlow.jl) wrapper that wraps the Python wrapper.

#### Theano <img src="http://www.wpclipart.com/signs_symbol/stars/5_star_rating_system/.cache/5_Star_Rating_System_4_stars.png">
Python
Expand Down