-
Hi I run demo:
python evaluate.py --target-variable='income' --train-data-path=./data/adult_processed_train.csv --test-data-path=./data/adult_processed_test.csv --normalize-data dp-wgan --enable-pri…
-
How can I obtain the cross validation scores that were obtained during the call to `fit()`?
E.g.:
```python
from supervised.automl import AutoML # mljar-supervised
automl_se…
-
Execute the following queries in your arangoDB:
-
Greetings,
I have come across your nnetcpp library and was investigating its use recently.
I was able to compile the code and then ran the "./test all" which has resulted in assertion failures:
---…
-
Closely related, more specific use case: #1213.
Can we use our tensor DSL to support the use case of solving a batch of independent optimization problems? The proposed solution is to use broadcasti…
-
# Domain Randomization & Adaptation on Robotics
- Difference of Domain Randomization & Adaptation
-
Hello, it's a great project!
I tried to use the `EMLP` with dm-haiku, and I write two version of codes in different ways. The first is directly using the `emlp.nn.haiku`, and the second is using the …
-
# Graph input/output
x = tf.placeholder(tf.float32, [None, n_steps, n_input])
y = tf.placeholder(tf.float32, [None, n_classes])
# Graph weights
weights = {
'hidden': tf.Variable(tf.random_n…
-
- [ ] Apply at least four different learning algorithms (from different major groups: Support Vector Machines, Neural Networks, Nearest Neighbor Classifiers, Naive Bayes, Decision Trees, Generalized L…
-
**Summary !!!**
- **BioModel Name**: Li2021 - HDAC3i-Finder: A Machine Learning-based Computational Tool to Screen for HDAC3 Inhibitors.
- **BioModel Tag**: Machine learning model, Ersilia, FAIR…