https://www.blogger.com/blogger.g?blogID=2678369358515250290#editor/src=dashboard
How to Machine Learn
step 2: Get Comfortable with ML Theory & PyData
- Watch videos from coursera on logistic regression, support vector machines, clustering, and dimensionality reduction. The other videos are great too.
complement videos with these notebooks:
- General Assembly Content - https://github.com/justmarkham/DAT3
- make nbviewer.ipython.org your friend (anytime you see a notebook on Github that looks cool paste the link into nbviewer)
step 3: Go Deeper
- Linear Algebra
- focus on the basics and apply everything you learn within the context of numpy
- videos from Andrew Ng's course are great, but deeper knowledge will be helpful
- dive into theano and apply it to a natural language processing problem using recurrent neural networks
- theano workshop on computer vision with convolutional neural nets
- theano workshop by Frédéric Bastien
- Play with Data
- Blogs, Research Papers, Podcasts, Meetups
- Web
- deploy your models with Python Microframework: Flask
- More Topics
- NLP (RNN, LDA, & Word2Vec)
- Online Learning (Vowpal Wabbit)
- Graphical Models (HMMs)
- Structured Prediction (PyStruct)
- Ensemble Methods (Gradient Boosting & RFs)
- Hyper Parameter Optimization
- Distributed Systems (Hadoop Ecosystem)
- PySpark
- GPU Acceleration (Theano)
- Computer Vision (CNN)
- Time Series
- Visualization (tsne)
No comments:
Post a Comment