Skip to content

master-roby3/breast-cancer-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breast-cancer-classification

This is a code written for a university project for breast cancer classification.

There are various file in this repo:

  • extraction.py is responsible for extraction of classic radiomics features from images;
  • selection_training.py contains all the techniques used for feature selection, trainig and validation of the model;
  • net.py is an attempt to describe the problem using a deep neural network;
  • util.py contains some utility functions;
  • grid_search_utils is a utility file for hyperparameter tuning (taken from here https://www.kaggle.com/code/juanmah/grid-search-utils).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages