ncps icon indicating copy to clipboard operation
ncps copied to clipboard

PyTorch and TensorFlow implementation of NCP, LTC, and CfC wired neural models

Results 26 ncps issues
Sort by recently updated
recently updated
newest added

Hi, @mlech26l I am reading paper “Causal Navigation by Continuous-time Neural Networks” another great job for your team published in NeurIPS2021. GitHub URLs " https://github.com/mit-drl/deepdrone" for code and data are...

hi,ace! I am very interested in your work and using your LTCcell to model time series. However, the following problems appear in the process of use, may I ask why?...

Before describing my issue, I would like to thank the authors for the incredible paper: "Neural Circuit Policy" where you have shown how LTC model artificial neurons can perform autonomous...

When implementing the LTCcell like in the examples I get an error like this: 2022-01-25 20:03:29.675637: F tensorflow/core/framework/tensor.cc:681] Check failed: IsAligned() ptr = 0x29613b360 My implementation looks like this: ```...

Make sure non-existing synapses are not included in the export

Maybe according to the tensorflow_model_optimization library [tfmot](https://www.tensorflow.org/model_optimization/guide/pruning/comprehensive_guide.md#prune_custom_keras_layer_or_modify_parts_of_layer_to_prune)

Hi Liquid AI Team, I'm reaching out to inquire about the capabilities of the Liquid Time Constant (LTC) network in handling time series data, specifically regarding the output shape consistency...

Hi, Could you supply more detailed steps for image sequence classification? I have 200x200 and 3 channels of images for about 49 classses Regards.

Hi , I am trying to use a multivariant LST model for stock price prediction , and that model defines output dimension which is different from input dimension. But I...

I am trying to implement LtC and CfC models in Jax. However, after going through the code I found some differences between what was discussed in related publications and what...