Package suggestions for project

Hi Guys,

I am a bit new to Julia. Till now I have mostly explored JuliaImages.

Now I’m trying to implement something related to Belief Propagation as a project for my Neural Networks course in grad school. I was wondering if you all could suggest a few packages or resources in Julia that would be helpful for me.

Thanks!!!

Check out Flux.jl it’s a nice extendable neural network toolbox with autodiff included. If you want to combine it with some probabilistic programming you could look at turing.jl as well.

2 Likes