forked from ndleah/python-mini-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (15 loc) · 916 Bytes
/
README
File metadata and controls
19 lines (15 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--Please do not remove this part-->


# <b>📈 Regression using ANN </b>
### Let's Predict!
<img src="https://media.giphy.com/media/6ZgRpJtc3P5mE/giphy.gif" width="300">
## 🛠️ <b> Description </b>
This project involves implementing regression using Artificial Neural Networks (ANN). It aims to predict numerical values using a neural network model. The script is designed to showcase the capabilities of ANN in regression tasks.
## ⚙️ <b>Languages or Frameworks Used
Ensure you have the necessary dependencies installed by running the following command:
```sh
$ python -m pip install --upgrade pip
$ python -m pip install opencv-python
🤖 <b> Author</b>
[Mohammed Siddiq] (https://github.com/MohdSiddiq12)