artainmo / multilayer_perceptron

42 school project. Write own neural-network-lib to train a model that will be able to predict if a cancer is malignant or benign on a dataset of breast cancer diagnosis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multilayer_perceptron

42 school subject.

In python with the use of numpy we created a neural-network library that we will use in this project, to train a model that will be able to predict if a cancer is malignant or benign on a dataset of breast cancer diagnosis.

Compatibility:

Programmed on/with:

  • MacOs Big Sur 11.2
  • Python 3.7.7

Learn more:

Here is the neural-network we used. Here is the theory behind it.

About

42 school project. Write own neural-network-lib to train a model that will be able to predict if a cancer is malignant or benign on a dataset of breast cancer diagnosis.


Languages

Language:Python 99.0%Language:Makefile 1.0%