From 6aa1e1be2f74c1d944d9126f6b6fefa81c666450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Mon, 17 Apr 2017 15:18:17 +0000 Subject: [PATCH] Fell free to add the Julia language tip.. since you're asking for other languages. It's also a functional language (not just pure). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f661cc..fcdc691 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ The way to use CNTK, similar to Caffe, is to specify a config file and run comma #### TensorFlow 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 Python