This repository contains a Python-based implementation of linear regression to predict house prices. It covers hypothesis functions, loss calculation, gradient descent, analytical solutions, and results comparison.
Hw3.ipynb
: Jupyter Notebook with the implementation.Housing.csv
: Dataset for the analysis.README.md
: Overview and guide to the repository.
- Clone the repository.
- Install Python and Jupyter Notebook.
- Open
Hw3.ipynb
in Jupyter. - Run the cells to see the implementation.
Feedback and contributions are welcome. Feel free to fork, improve, and submit pull requests. Open an issue for questions or suggestions.
Open-source under [MIT License].