-
Add PerpetualBooster as an additional algorithm.
https://github.com/perpetual-ml/perpetual
It does not need hyperparameter tuning and supports multi-output and multi-class cases.
I can create…
-
There is already support for BilinearOperator in `pyproximal/pyproximal/utils/bilinear.py` and the PALM optimizer; however,
they do not scale to second-order methods such as Levenberg-Marquardt (LM) …
-
First, I’d like to say I really appreciate the work you’ve done here! The pruning method is well-structured and provides a solid framework for model optimization. As I was going through the code, I no…
Nonac updated
1 month ago
-
I noticed that build_framework.rb is very slow, it calls xcodebuild for all the frameworks that we need to build. But we can optimize, eg. we have framework A, B, C, and the dependencies are A -> B ->…
-
For example, I just mentioned a login optimization issue:https://github.com/moqui/moqui-framework/issues/598
The SQL I suggest:DELETE from user_login_key where USER_ID=? and THRU_DATE < ?;
update ta…
-
currently there are 4 different bundle solvers in shogun:
```
src/shogun/structure/libbmrm.cpp
src/shogun/structure/libncbm.cpp
src/shogun/structure/libppbm.cpp
src/shogun/structure/libp3bm.cpp
```
…
-
We plan to deploy a BioPortal test instance with the Ontoportal-LIRMM codebase to assess several API/UI improvements from the AgroPortal team, including:
Goo framework optimization
Multilingual su…
-
Here's my trace:
2020-11-20 11:35:11.019757: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:116] None of the MLIR optimization passes are enabled (registered 2)
2020-11-20 11:35:11.669…
-
Please add an example for LevenbergMarquardt Class.
TODO (optional): Describe a specific scenario you would like to see addressed.
Help Topic: http://accord-framework.net/docs/html/T_Accord_Math…
-
### Motivation
I am attempting to use optuna for hyperparameter optimization of a complex, lightning based deep learning framework. It is essential for this framework to run in a distributed setting.…