Julia implementation of Liquid Neural Networks - anyone wanna help make one?

Following a thread on machine-learning on Julia slack, i’m interested in putting together a Julia implementation of “Liquid Neural Networks”. These are time-adaptive neural networks, inspired by neuroscience models, where each neuron’s activity is a differential equation. The synapses are also plastic and continue to adapt after training. I think this is very interesting, and Julia has a great ecosystem for automatic differentiation with differential equations.

Anyone interested in teaming together to cook up a Julia implementation?

7 Likes

Count me in

I’m also interested.

Uhh! I’ll try if I can. I know Tensorflow and PyTorch but haven’t learned Flux yet.

Hello @afishy !

Did you make any progress on that? Anyone knows any implementation working? (examples/tutorials would also be great)

Thanks a lot!

Hello - Has any progress been made here or should I start from scratch?