Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikoshet/amazon-customer-reviews-data-mining
Project for course 'Data Mining' for M.Sc. 'Data Science and Machine Learning' in NTUA
https://github.com/nikoshet/amazon-customer-reviews-data-mining
data-mining data-science keras-tensorflow numpy pandas python
Last synced: 7 days ago
JSON representation
Project for course 'Data Mining' for M.Sc. 'Data Science and Machine Learning' in NTUA
- Host: GitHub
- URL: https://github.com/nikoshet/amazon-customer-reviews-data-mining
- Owner: nikoshet
- License: gpl-3.0
- Created: 2020-03-08T13:24:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T13:12:36.000Z (over 4 years ago)
- Last Synced: 2024-04-19T19:08:01.322Z (7 months ago)
- Topics: data-mining, data-science, keras-tensorflow, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 870 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Mining M.Sc. Course Project
Dataset: "Amazon Customer Reviews".
More can be found [here](https://s3.amazonaws.com/amazon-reviews-pds/readme.html)
## Contributors
[Nick Nikitas](https://github.com/nikoshet)
[Dimitris Zografakis](https://github.com/dimzog)
[Filippos Markolefas](https://github.com/filippos93)
## Notebook Structure
```
~/Data_Mining_Project.ipynb
│
└──Main functions to download dataset
│
└──Reviews, Text Mining
│
└──Feature Extraction
│
└──Exploratory Data Analysis
| General info
| PLots and statistics
│
└──Machine Learning - Sentiment Analysis
| Preprocessing
| Algorithms
│
└──Itemsets```
## Libraries Used
pandas, numpy, matplotlib, seaborn, mlxtend, nltk, sklearn, keras### Licence
Copyright © 2020 Nick Nikitas, Dimitris Zografakis, Filippos Markolefas