Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added signal processing, time series forecasting, textual similarity tutorials #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- [Topic Modeling, LDA](#topic)
- [Word2Vec](#word2vec)
- [Computer Vision](#vision)
- [Signal Processing](#signal)
- [Support Vector Machine](#svm)
- [Reinforcement Learning](#rl)
- [Decision Trees](#dt)
Expand Down Expand Up @@ -658,6 +659,7 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf)

- [Time series forecasting with Sequence-to-Sequence (seq2seq) rnn models](https://github.com/guillaume-chevalier/seq2seq-signal-prediction)

- [Time Series Forecasting with TensorFlow.js](https://github.com/jinglescode/time-series-forecasting-tensorflowjs)

<a name="rnn2" />

Expand Down Expand Up @@ -835,6 +837,8 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf)

- [Text clustering with Levenshtein distances](http://stackoverflow.com/questions/21511801/text-clustering-with-levenshtein-distances)

- [Textual Similarity with TensorFlow.js](https://github.com/jinglescode/textual-similarity-universal-sentence-encoder)

- Text Classification

- [Classification Text with Bag of Words](http://fastml.com/classifying-text-with-bag-of-words-a-tutorial/)
Expand All @@ -860,6 +864,11 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf)

- [Awesome deep vision (github)](https://github.com/kjw0612/awesome-deep-vision)

<a name="signal" />

## Signal Processing

- [Tutorials to get started on signal processings for machine learning](https://github.com/jinglescode/python-signal-processing)

<a name="svm" />

Expand Down