-
- [ ] General forms using spherical harmonics
https://www.nature.com/articles/s41467-022-29939-5
https://docs.e3nn.org/en/latest/guide/convolution.html
- [x] Simpler equivariant layers
https://p…
-
-
It would be nice to allow a user to pass a neural network into another neural network and have it be treated as a layer when constructing animations or renderings. It could look something like:
```py…
-
- [x] more data augmentation and transforms
- [x] make intel classification network bigger
- [x] plot loss after training
- [x] use tensorboard for monitoring
- [x] use learning rate scheduler
- …
-
A lot of things seem to use ANN for prediction in fields that are really far from biology and brains eg. convolutional neural networks. How are they using neural networks exactly?
ghost updated
9 years ago
-
Heya,
As I understand, RNNs are not yet in the project. If there's no current work on them, I'd like to look a bit into implementing them with rusty-machine. I'm still fairly new to both machine le…
-
-
- Implement sample neural networks:
- [ ] Dense-Small
- [ ] Dense-Medium
- [ ] Dense-Large
- [ ] CNN-Small
- [ ] CNN-Medium
- [ ] CNN-Large
- These networks feature fixed arcitectures
-
https://whatasmallship.github.io/2024/06/12/neural-networks-tutorial/
123# For tips on running notebooks in Google Colab, see# https://pytorch.org/tutorials/beginner/colab%matplotlib inline Neural …
-
Requires implementation of the Quanvolutional ~~Neural Network~~ Layer structure.
Reference:
> M. Henderson, S. Shakya, S. Pradhan, and T. Cook, “Quanvolutional Neural Networks: Powering Image Re…