talesnobre / neural-network-project

The last project of the Computational Linear Algebra course - Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Network - Binary Classification

Participants: Davy Pedro, Tales Nobre

Goal:

Implement an elementary neural network capable of performing a binary classification

Methods:

The method used was supervised learning. In this case, we have two inputs (x1, x2) and one output, called (y)

Data:

The data used was the "alc28_2_classes.txt" file available in this repository.

About

The last project of the Computational Linear Algebra course - Deep Learning


Languages

Language:Jupyter Notebook 100.0%