Skip to content

Commit 9b591be

Browse files
authored
Add files via upload
0 parents  commit 9b591be

File tree

3 files changed

+1162
-0
lines changed

3 files changed

+1162
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Binary Classification using Dense Neural Networks
2+
A basic demonstration of binary classification using a dense neural network. The program takes a csv (comma seperated value) file with a dataset of the measurements of tumours and the label of malignant or benign.
3+
4+
5+
This project is based off [this](https://www.youtube.com/watch?v=z1PGJ9quPV8&ab_channel=Khanrad) YouTube tutorial.
6+
7+
## Requirements
8+
- pandas
9+
- sklearn
10+
- tensorflow

0 commit comments

Comments
 (0)