Skip to content
#

scientific-machine-learning

Here are 12 public repositories matching this topic...

ChrisRackauckas
ChrisRackauckas commented Jul 17, 2018

This issue will be used to track common interface option handling. This is a constant time factor so it's not the biggest deal, but I feel that we can improve some applications by reducing common latency here.

cems2
cems2 commented Jan 13, 2020

Issue:
NeuralODE when driven by a batch input will output an array in which the last index is the time index not the batch index. This is different than the standard convention in all other ML libraries including Flux, TensorFlow, Pytorch, and Chainer.
In Flux.conv the batch output dimensions are
( Data-dimension, channel index, batch index)

the time series output from a NeuralODE is anala

Improve this page

Add a description, image, and links to the scientific-machine-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scientific-machine-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.