-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #844 from vivekvardhan2810/nestle
Nestle India Stock Price Prediction Using LSTM, Linear Regression, KNN and K Means Clustering
- Loading branch information
Showing
10 changed files
with
4,410 additions
and
0 deletions.
There are no files selected for viewing
2,807 changes: 2,807 additions & 0 deletions
2,807
Nifty /Nestle India Stock Analysis/Dataset/NESTLEIND.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+54.3 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225244.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+34 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+41.6 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225307.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+59.2 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225316.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+59.3 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225322.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+47.1 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225335.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+82.5 KB
Nifty /Nestle India Stock Analysis/Images/Screenshot 2024-07-31 225343.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,595 changes: 1,595 additions & 0 deletions
1,595
...ia_Stock_Price_Prediction_Using_LSTM,_Linear_Regression,_KNN_and_K_Means_Clustering.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
**Requirements For Project :-** | ||
|
||
1. NumPy: Fundamental package for numerical computing. | ||
2. pandas: Data analysis and manipulation library. | ||
3. scikit-learn: Machine learning library for classification, regression, and clustering. | ||
4. Matplotlib: Plotting library for creating visualizations. | ||
5. Keras: High-level neural networks API, typically used with TensorFlow backend. | ||
6. seaborn: Statistical data visualization library based on Matplotlib. |