├── .DS_Store ├── Module1 ├── generated_rating.csv ├── html │ ├── Evaluation_matrix.html │ ├── generate_polarityscores.html │ ├── rating_generation_by_clustering.html │ └── rating_prediction_using_sentiment_analysis).html ├── intermediateoutput │ ├── generated_rating.csv │ ├── generated_rating1.csv │ └── generated_rating2.csv ├── output │ ├── .DS_Store │ ├── predicted_rating_by_clustering.csv │ └── rating_prediction_by_sentiment_analysis.csv ├── rating_generation_unsupervised.ipynb ├── rating_prediction_using_sentiment_analysis.ipynb └── src │ ├── .DS_Store │ ├── .ipynb_checkpoints │ ├── generate_polarityscores-checkpoint.ipynb │ └── rating_generation_by_clustering-checkpoint.ipynb │ ├── Evaluation_matrix.ipynb │ ├── generate_polarityscores.ipynb │ ├── rating_generation_by_clustering.ipynb │ └── rating_prediction_using_sentiment_analysis).ipynb ├── Module2 ├── RecommendListingUsingSVD.html ├── RecommendListingUsingSVD.ipynb ├── RecommendUsingALS.html ├── RecommendUsingALS.ipynb ├── References.docx ├── Spark_ALS_withBetterAccuracy.html ├── Spark_ALS_withBetterAccuracy.ipynb └── submissionF.csv ├── Module_3 ├── .ipynb_checkpoints │ └── Module_3-checkpoint.ipynb ├── MOdule_3.html └── Module_3.ipynb ├── Perceptrons_Airbnb.docx ├── Perceptrons_Airbnb.pdf ├── Perceptrons_Airbnb_ppt.pdf ├── Perceptrons_Airbnb_ppt.pptx └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/.DS_Store -------------------------------------------------------------------------------- /Module1/generated_rating.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/generated_rating.csv -------------------------------------------------------------------------------- /Module1/html/Evaluation_matrix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/html/Evaluation_matrix.html -------------------------------------------------------------------------------- /Module1/html/generate_polarityscores.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/html/generate_polarityscores.html -------------------------------------------------------------------------------- /Module1/html/rating_generation_by_clustering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/html/rating_generation_by_clustering.html -------------------------------------------------------------------------------- /Module1/html/rating_prediction_using_sentiment_analysis).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/html/rating_prediction_using_sentiment_analysis).html -------------------------------------------------------------------------------- /Module1/intermediateoutput/generated_rating.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/intermediateoutput/generated_rating.csv -------------------------------------------------------------------------------- /Module1/intermediateoutput/generated_rating1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/intermediateoutput/generated_rating1.csv -------------------------------------------------------------------------------- /Module1/intermediateoutput/generated_rating2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/intermediateoutput/generated_rating2.csv -------------------------------------------------------------------------------- /Module1/output/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/output/.DS_Store -------------------------------------------------------------------------------- /Module1/output/predicted_rating_by_clustering.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/output/predicted_rating_by_clustering.csv -------------------------------------------------------------------------------- /Module1/output/rating_prediction_by_sentiment_analysis.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/output/rating_prediction_by_sentiment_analysis.csv -------------------------------------------------------------------------------- /Module1/rating_generation_unsupervised.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/rating_generation_unsupervised.ipynb -------------------------------------------------------------------------------- /Module1/rating_prediction_using_sentiment_analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/rating_prediction_using_sentiment_analysis.ipynb -------------------------------------------------------------------------------- /Module1/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/.DS_Store -------------------------------------------------------------------------------- /Module1/src/.ipynb_checkpoints/generate_polarityscores-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/.ipynb_checkpoints/generate_polarityscores-checkpoint.ipynb -------------------------------------------------------------------------------- /Module1/src/.ipynb_checkpoints/rating_generation_by_clustering-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/.ipynb_checkpoints/rating_generation_by_clustering-checkpoint.ipynb -------------------------------------------------------------------------------- /Module1/src/Evaluation_matrix.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/Evaluation_matrix.ipynb -------------------------------------------------------------------------------- /Module1/src/generate_polarityscores.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/generate_polarityscores.ipynb -------------------------------------------------------------------------------- /Module1/src/rating_generation_by_clustering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/rating_generation_by_clustering.ipynb -------------------------------------------------------------------------------- /Module1/src/rating_prediction_using_sentiment_analysis).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module1/src/rating_prediction_using_sentiment_analysis).ipynb -------------------------------------------------------------------------------- /Module2/RecommendListingUsingSVD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/RecommendListingUsingSVD.html -------------------------------------------------------------------------------- /Module2/RecommendListingUsingSVD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/RecommendListingUsingSVD.ipynb -------------------------------------------------------------------------------- /Module2/RecommendUsingALS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/RecommendUsingALS.html -------------------------------------------------------------------------------- /Module2/RecommendUsingALS.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/RecommendUsingALS.ipynb -------------------------------------------------------------------------------- /Module2/References.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/References.docx -------------------------------------------------------------------------------- /Module2/Spark_ALS_withBetterAccuracy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/Spark_ALS_withBetterAccuracy.html -------------------------------------------------------------------------------- /Module2/Spark_ALS_withBetterAccuracy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/Spark_ALS_withBetterAccuracy.ipynb -------------------------------------------------------------------------------- /Module2/submissionF.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module2/submissionF.csv -------------------------------------------------------------------------------- /Module_3/.ipynb_checkpoints/Module_3-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module_3/.ipynb_checkpoints/Module_3-checkpoint.ipynb -------------------------------------------------------------------------------- /Module_3/MOdule_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module_3/MOdule_3.html -------------------------------------------------------------------------------- /Module_3/Module_3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Module_3/Module_3.ipynb -------------------------------------------------------------------------------- /Perceptrons_Airbnb.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Perceptrons_Airbnb.docx -------------------------------------------------------------------------------- /Perceptrons_Airbnb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Perceptrons_Airbnb.pdf -------------------------------------------------------------------------------- /Perceptrons_Airbnb_ppt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Perceptrons_Airbnb_ppt.pdf -------------------------------------------------------------------------------- /Perceptrons_Airbnb_ppt.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/Perceptrons_Airbnb_ppt.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DeveloperManisha/Airbnb-Recommendation-System/HEAD/README.md --------------------------------------------------------------------------------