changeset 64:2adeb95cf4d5

add more useful software + an idea
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Dec 2017 12:41:26 -0800
parents b911a7c01727
children 16bd13cd58bc
files README.txt
diffstat 1 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sun Dec 17 12:37:49 2017 -0800
+++ b/README.txt	Sun Dec 17 12:41:26 2017 -0800
@@ -1,7 +1,7 @@
 tvii
 ====
 
-TV2 : more experiments in machine learning
+TV2 :  experiments in machine learning
 
 
 Dependencies
@@ -22,6 +22,28 @@
 
    pip install -e .
 
+
+Useful links + software
+-----------------------
+
+- [tensorflow](https://www.tensorflow.org/)
+  * [Parsey McParseface](https://github.com/tensorflow/models/tree/master/syntaxnet#using-the-pre-trained-nlp-models) (SyntaxNet)
+- [torch](http://torch.ch/)
+- [spaCy](https://spacy.io/) (NLP)
+- [NakedTensor] (https://github.com/jostmey/NakedTensor) :  Bare bone examples of machine learning in TensorFlow
+- [Keras](https://keras.io/) : Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano
+- [Caffe](http://caffe.berkeleyvision.org/)
+- [PaddlePaddle](http://doc.paddlepaddle.org/release_doc/0.9.0/doc/introduction/index.html): PaddlePaddle is a deep learning platform open-sourced by Baidu
+
+
+Ideas
+-----
+
+* Given: a corpus of text, for a given acronym, yield
+what it stands for (Bonus points:  likely error rate and other
+high-value matches)
+
+
 Links
 -----
 
@@ -43,4 +65,3 @@
 Jeff Hammel
 
 http://k0s.org/hg/tvii
-