We will show you how to take advantage of Machine Learning capabilities to power up your own apps. Learn about the kinds of problems Machine Learning is good at, and what it cannot do. We will explore the core concepts around this mysterious technology, and build a real solution from scratch.
https://docs.google.com/presentation/d/10pzku6UfEblhlLIQvOHVA7Rhk4w55ieH67vKKuyEaYc/edit?usp=sharing
Go and you can use dep
to get the dependencies, or manually go get
everything.
You can install wget
with Brew:
brew install wget
News20 http://www.cs.cmu.edu/afs/cs.cmu.edu/project/theo-20/www/data/news20.tar.gz
To get it you can:
$ make dataset
http://nlp.stanford.edu/data/glove.6B.zip
Only the 100 dim
To get it:
$ make wordemb
$ make install