This repository contains three projects focusing on different machine learning algorithms and their applications.
Implemented Linear Regression to predict profits for a restaurant franchise in new cities.
Libraries Used:
numpy
matplotlib
Built a Logistic Regression model to predict university admission based on exam scores.
Libraries Used:
numpy
matplotlib
Used a Neural Network to recognize handwritten digits, specifically "0" and "1".
Libraries Used:
numpy
matplotlib
tensorflow
&keras
To install the required packages, run:
pip install numpy matplotlib tensorflow