This consists of a simple quant project where we see Stock Price Trend Analysis and Backtesting.
This folder consists of time_series_lstm project. It predicts the next value in sine/price series Libraries: tensorflow, numpy
A classic Snake game implemented in a console environment using fundamental programming concepts: arrays, loops, and basic collision detection logic.
- 2D Arrays
- Lists as dynamic arrays
- Queue-like behavior
- Coordinate-based movement
- Collision Detection
- Time Complexity reasoning
This script consists of the idea of simulating 1000 future stock prices. It uses random normal returns. Libraries:numpy, matplotlib