-
https://en.wikipedia.org/wiki/Pascal's_triangle
I've never used neural network before.
```
var myNetwork = new Architect.Perceptron(20, 20, 10)
var trainer = new Trainer(myNetwork)
var traini…
-
Hello
I would like to predict stock price quotes
Results:
https://ibb.co/b2JDDQ
Here is my configuration:
var myNet = new Architect.Perceptron(6, 4,4, 1);
var errors = []
…
-
I'm using porter 0.7.4. I updated to scikit-learn 0.24.1 (using conda) and got the error:
ModuleNotFoundError: No module named 'sklearn.tree.tree'
It seems like the imports have changed??
I …
-
An initial effort has been done to include many models for the modelling and classification task. However, there are several small improvements that could greatly benefit the package.
Hyperparamete…
-
Hi!is this library has any introduction for usage?
-
### **Bounty Objective**
The Nillion community wants to see more Blind AI Apps. Create and launch a Blind AI application on the Nillion Testnet and provide a live link so anyone can try it. Your Blin…
-
### Question
Hi, guys,
(1) does anyone know what pretrain_mm_mlp_adapter means in the Lora file?
(2) btw I'm trying to lora the 1.6-7b models, which file should I use? finetune_task_lora.sh or f…
-
-
Hello @WladimirSidorenko , thank you for this awesome project !
Do you have any plan of how to optimize the training speed ? I get good improvement with a higher order model, but the training times a…
-
Aim to answer the question - which voxel classification method is most effective on the MouseLight data.
This will entail:
(1) Reproducing the AUC curves shown in this [poster](https://neurodata.…