Skip to content

Quick Implementation of a slightly augmented Adaline Model to predict whether tumor is malignant (-1) or benign(1)

Notifications You must be signed in to change notification settings

PanagiotisPtr/ML-Breast-Cancer-Cpp-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML Breast Cancer C++

Quick Implementation of a slightly augmented Adaline Model to predict whether tumor is malignant (-1) or benign(1)

This is a very simple implementation of an ADAline model where I have added hyperbolic tangent as an activation function so that I can get somewhat decent results. The Model, although simple, manages to get around 87% accuracy on the training dataset.

This project was mostly an experimentation and isn't meant for production.

I hope that you will find it helpful and educational.

Panagiotis Petridis,

High School Student, Greece.

About

Quick Implementation of a slightly augmented Adaline Model to predict whether tumor is malignant (-1) or benign(1)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages