-
Natural Language Processing with Transformers (Hugging Face Study Group)
Hello I am Prabhav. I was following the study group here. I hope using the discussion forums one can form a collection of doubts about concepts and implementation for effective solutions and brainstorming as well as future reference.
-
how to dynamically scale autoencoder with different input features
I am trying to use one code and create autoencoder with following configuration hidden=c(6,6,6) as shown below. Question: 1) How can I use the same code for multiple input dataframe such that one can have 20 features and other can have 400 and 1000 and so on. Goal is to change the hidden vector 2) What does hidden=c(6,6,6)…
-
How do I generate a formula from best DNN model?
Hello all, I am using DeepLearning to predict salinity values in a local bay. These predicted values are at sample stations throughout the bay. I need to generate a formula from the best model generated to apply to other areas of the bay. I have attempted to use variable importance to do so, but it did not yield accurate…
-
Why classification model is not selected ?
Hello ! I'm trying to carry out a classification model on data set with malignant and benign tumors. The first time, I was able to select classification model. I lost the model because of an internet bug. Thus, I carried out a second tryied but this time, regression model is selected and I cannot select the classification…
-
Pull Requests Tracker for Deep Learning Book Study Group
Hi, Kindly use this discussion to discuss the PRs that you are working on or raising for the study group to help with coordination. YouTube Study Group Link GitHub Repository
-
Help me in H2o Timeout error
Hello h2o experts! I am running a deep learning model (binary classification) with following grid search code # hyper_params <- list( activation = c("Rectifier", "Maxout", "Tanh", "RectifierWithDropout", "MaxoutWithDropout", "TanhWithDropout"), hidden = list(c(5, 5, 5, 5, 5), c(10, 10, 10, 10), c(50, 50, 50), c(100, 100,…