Skip to content

Liiiii1234/Example_UNet

 
 

Repository files navigation

it is an example program to let you learn how to write a basic deep learning (DL) project.

There are these components important in a DL project:

  • your deep learning model
  • your data (patient list)
  • data generator (how your model reads the file paths of your data)
  • train / predict These are all written in train.ipynb, predict.ipynb and model/model.py

This simple project is a simple de-noising project (input: noisy data, output: clean data) with a 2D U-NET.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 72.2%
  • Jupyter Notebook 27.8%