An open API service indexing awesome lists of open source software.

https://github.com/sayamalt/lgmvip-data-science


https://github.com/sayamalt/lgmvip-data-science

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# LGMVIP-DataScience
This repo consists of some of the Tasks of LGMVIP, containing various supervised and unsupervised machine learning techniques to solve real-life problems in a synchronized and systematic way.

# Direct Link
* [Iris Flowers Classification](https://github.com/SayamAlt/LGMVIP-Data-Science/blob/main/Iris%20Flowers%20Classification%20using%20ML.ipynb)
* [Stock Market Prediction And Forecasting Using Stacked LSTM](https://github.com/SayamAlt/LGMVIP-Data-Science/blob/main/Stock%20Market%20Prediction%20%26%20Forecasting%20using%20Stacked%20LSTM.ipynb)
* [Exploratory Data Analysis on Dataset - Terrorism](https://github.com/SayamAlt/LGMVIP-Data-Science/blob/main/EDA%20on%20Global%20Terrorism%20Dataset.ipynb)
* [Prediction using Decision Tree Algorithm - Iris Dataset](https://github.com/SayamAlt/LGMVIP-Data-Science/blob/main/Prediction%20using%20Decision%20Tree%20Algorithm.ipynb)

# Prerequisites (For Execution of the Models/Programs)
```
pip install keras
pip install tensorflow
pip install numpy
pip install pandas
pip install jupyter
pip install seaborn
pip install scipy
pip install matplotlib
pip install scikit-learn
```
# đź›  Build with
* Scikit-learn
* Keras
* Tensorflow

# Author
* [Sayam Kumar](https://www.linkedin.com/in/sayam-kumar/)

# 🙏Acknowledgments
* Special Thanks to [LGM](https://www.linkedin.com/company/letsgrowmore/) And [Mr. Aman Kesarwani](https://www.linkedin.com/in/~amankesarwani/) for this wonderful internship program and for arousing inspiration to do better.

# đź’ˇIDE
```
Jupyter Notebook
```
# 👏And it's done!