From b1dda909d1b850719e843efd225cec3fcaeb5648 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 2 Nov 2018 01:54:11 +0530 Subject: [PATCH] Added Quora Similar Question Finding Tutorial Part I --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f3854c..5f72ad6 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Linear Regression in Python without sklearn](https://medium.com/we-are-orb/linear-regression-in-python-without-scikit-learn-50aef4b8d122) - [Multivariate Linear Regression without sklearn](https://medium.com/we-are-orb/multivariate-linear-regression-in-python-without-scikit-learn-7091b1d45905) - [Music Recommender using KNN](https://towardsdatascience.com/how-to-build-a-simple-song-recommender-296fcbc8c85) +- Find Similar Quora Questions- + - [BOW, TFIDF and Xgboost](https://towardsdatascience.com/finding-similar-quora-questions-with-bow-tfidf-and-random-forest-c54ad88d1370) ### OpenCV: