AI Advances

Democratizing access to artificial intelligence

Follow publication

Member-only story

Build Your Own Liquid Neural Network with PyTorch

Tim Cvetko
AI Advances
Published in
6 min readApr 9, 2024

Image: Neural Network Architecture
Image: LNN Architecture

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Written by Tim Cvetko

mlops @ sync.labs (yc w24) │writing about ai/business (e/acc)│ timcvetko.com

Responses (15)

Write a response

Great story tim! I wonder if we could implement a more realistic biological model based artificial nn using this method

Please, review figures from Step1 and Step3 as the text overflows and is superimposed with the following line.

Could you share working code? This leaves out a bit too much. Thanks!
LNN = LiquidNeuralNetwork(..)
model = ODESolver(LNN, dt=0.1) ?