Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PROJECT] Julia implementation of neural network estimators #52

Open
Tinggong opened this issue Apr 8, 2024 · 0 comments
Open

[PROJECT] Julia implementation of neural network estimators #52

Tinggong opened this issue Apr 8, 2024 · 0 comments

Comments

@Tinggong
Copy link

Tinggong commented Apr 8, 2024

Introduction
Microstructure.jl is a Julia toolbox (development version) aiming at fast and probabilistic microstructure imaging. It features flexible biophysical modelling with MRI data. For estimating microstructure parameters from these models, it includes generic estimators such as Markov Chain Monte Carlo (MCMC) sampling methods and Monte Carlo dropout with neural networks.

Goal
Using Flux.jl and Microstructure.jl to implement different types of neural networks. The current neural network estimator in Microstructure.jl uses multi-layer perceptron for supervised training with training samples generated from forward models in Microstructure.jl, e.g. MRI measurements as inputs and microstructure parameters as outputs. For other types of methods, an example we can try is to implement self-supervised method that uses the forward models in Microstructure.jl as a decoder.

Resources

  1. Tutorials/domes about how to use Microstructure.jl will be available soon on the documentation website
  2. For neural network examples using Flux, there are various models that you can reference at the Flux model zoo
  3. Python implementation example for the network models

Julia is a programming language designed for high performance. If you are interested in Julia or have experiences in related areas using other languages, join me in hacking towards the goal!

@Tinggong Tinggong changed the title [PROJECT] Julia implementation of neural network estimators for microstructure imaging [PROJECT] Julia implementation of neural network estimators Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant