lanl-ansi / MathOptAI.jl

Embed trained machine learning predictors in JuMP
https://lanl-ansi.github.io/MathOptAI.jl/
Other
29 stars 1 forks source link

Non-sequential connections for NN #109

Open odow opened 1 month ago

odow commented 1 month ago

People want skip connections, e.g., for ICNN.

There's nothing really blocking this. We just need to design the right approach.

odow commented 1 month ago

@mjgarc do you have a small example in torch of a model you'd like to add that has skip connections?