Skip to content

Machine learning project using linear regression and gradient descent to determine a person has brain tumor or not .

License

Notifications You must be signed in to change notification settings

Huginode/Brainsight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainsight

Intro

This is a machine learning project to guess if a patient has a brain tumor.

For this:

  • I used opencv to detect the shades of gray of my images in my dataset.
  • Then I printed put the values in a numpy array
  • Then I used a linear regression model with the gradient descent algorithm to finally guess.

Issues

Things to do

Just the graph is ascending (it should be descending)

About

Machine learning project using linear regression and gradient descent to determine a person has brain tumor or not .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages