Skip to content

akapet00/neural-bhte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural-bhte

The code base for the graduate course in The Interaction of the Electromagnetic Field and Human Body seminar.

The paper titled Numerical Solution and Uncertainty Quantification of Bioheat Transfer Equation Using Neural Network Approach is based on the seminar and is available on IEEE Xplore: https://ieeexplore.ieee.org/document/9243733

Cite

@inProceedings{Kapetanovic2020,
    author={A. L. {Kapetanović} and A. {Šušnjara} and D. {Poljak}},
    booktitle={2020 5th International Conference on Smart and Sustainable Technologies (SpliTech)},
    title={Numerical Solution and Uncertainty Quantification of Bioheat Transfer Equation Using Neural Network Approach},
    year={2020},
    pages={1-6},
    doi={10.23919/SpliTech49282.2020.9243733}}

Run

Recommended OS is Linux or, for Windows 10, Windows Subsystem for Linux (WSL). However, it is important to note that GPU computing is not supported using WSL.

Use Jupyter Notebook to run the experiments.

After downloading the repository as follows:

$ git pull git@github.com:antelk/neural-bhte.git

change directory into neural-bhte and run:

$ jupyter notebook

Prerequisities are available in environment.yml. It is recommended to create conda environment as follows:

$ conda env create -n neural-bhte -f environment.yml

The entire relevant code is in neural-bhte-implementation.ipynb notebook.

License

MIT

About

Numerical solution and uncertainty quantification of Pennes' bioheat transfer equation in 1-D using deep neural network solver.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published