# HG changeset patch # User Jeff Hammel # Date 1513543286 28800 # Node ID 2adeb95cf4d593160db6a980d813d6c3d995ed3b # Parent b911a7c01727df0fc48cda8e8fc6398f425920e1 add more useful software + an idea diff -r b911a7c01727 -r 2adeb95cf4d5 README.txt --- 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 -