diff --git a/README.md b/README.md
index e616ab6..5ac9cf3 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -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)
@@ -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/)
@@ -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)
+
+
+## Signal Processing
+
+- [Tutorials to get started on signal processings for machine learning](https://github.com/jinglescode/python-signal-processing)