Giter Club home page Giter Club logo

my_bayesian_classifier's Introduction

A Bayesian Neural Network, that can decide whether a skin lession is a malign melanoma or not.

You need CUDA 10.0 and CUDNN 7.6 in order to run this code in gpu-mode! If you haven't you can instead use the requirements_cpu.txt to install the libraries, but training might be very slow then!

Run "sh setup.sh" to setup the repository, install the python environment and download the data.

Execute "python main.py" in order to run the program. You will get into the interactive mode in order to give you a better control what you are doing. One example you could run in the interactive mode is:

model = model_factory.create_model(config=config)

test_images, test_labels = dataloader.load_and_preprocess_multiclass_validation_data(config=config)

model_factory.train_model(model, test_images, test_labels, config=config)

The two main objectives of this program are 1) to increase the f1_score of the validation data and 2) to increase the proportion_of_mistakes_in_top_10 in order to validate the correlation of the error with the uncertainties.

Features like multi-class classification of different kinds of scin cancer are work in progress.

my_bayesian_classifier's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.