Note: This repository is archived and represents early learning work completed during my internship at Bharath Intern.
-
Stock Price Prediction:
- Model: Multi-layer LSTM (Long Short-Term Memory) network built with TensorFlow/Keras.
- Data: Historical stock data (e.g., Apple, Google) fetched via
yfinance. - Task: Forecasting future closing prices based on 60-day moving windows.
-
Titanic Survival Classification:
- Model: Random Forest Classifier.
- Features: Engineered features from passenger class, sex, age, and fare.
- Goal: Predict passenger survival on the Titanic test set.
(Original README content below)
"π My Data Science Internship Projects: Stock Price Prediction using LSTM & Titanic Survival Classification ππ³οΈ"