python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I find the optimal number of topics in LDA with scikit-learn?
I'm computing topic models through scikit-learn with this script (I'm starting with a dataset "df" which has one document per row in the column "Text")
from sklearn.decomposition i...
Himan
Votes: 0
Answers: 0
How do you get the test error metrics from a `tune_grid` object?
I am confused by the output of tune::tune_grid(). Essentially, I would like to get the Residual Mean Squared Errors (rmse's) for any given set of hyperparameters in the grid.
For example, the followin...
Arturo Sbr
Votes: 0
Answers: 1
How to repeat a trial?
I would like to know if Optuna offers an option to repeat each trial five times or more to get the average performance of the network over different initial weights.
Henrique Toste
Votes: 0
Answers: 1
Keras Hyperband tuner for CNN—categorical accuracy always equals to 1/3
I am attempting to build and optimise a CNN for classification of pneumonia types (bacterial / viral / no pneumonia) using the "Chest X-Ray Images (Pneumonia) with new class” Kaggle dateset (http...
jkosciel
Votes: 0
Answers: 0