Recent questions without an upvoted answer

1 1 vote
1 1 answer
2.8k
2.8k views
I preprocessed the data, normalized the numerical features, and did one hot encoding for the categorical ones. I end up with a model with R^2=0.7 and RMSE which is 15% of...
1 1 vote
1 1 answer
979
979 views
Can i put laptop hdd to desktop and what problem makes
2 2 votes
1 answers 1 answer
6.9k
6.9k views
For the below neural network, imagine we are going to use the backpropagation algorithm to update weights. If the Bias (b) in this problem is always 0 (ignore bias when y...
1 1 vote
0 0 answers
7.9k
7.9k views
Hi everyone.I'm currently working on my final project for a Data Science degree and after a month of literature review, exploratory analysis and model testing, I'm not su...
1 1 vote
1 1 answer
769
769 views
the code is import numpy as np import pandas as pd from keras.models import Sequential from keras.layers import Dense, LSTM, Dropout from keras.layers.core import Dense, ...
1 1 vote
1 1 answer
1.4k
1.4k views
How do you determine the weight values that connect to the other data points when solving for our output in neural networks?
0 0 votes
1 1 answer
1.0k
1.0k views
0 0 votes
2 answers 2 answers
1.4k
1.4k views
Please also check if the fibo(7) = 8
1 1 vote
1 1 answer
654
654 views
I'm trying to create a regression with a data set that does not contain any nulls and has a very few outliers. I fit a linear regression, a random forest, and a gbm model...
1 1 vote
1 1 answer
728
728 views
1 1 vote
1 1 answer
1.2k
1.2k views
I’ve heard that it’s hard to visualize the output of random forest models with large trees/forest but I’m finding it hard to understand what the use case for the model i...
1 1 vote
1 1 answer
2.4k
2.4k views
1 1 vote
1 1 answer
1.2k
1.2k views
I wanted to use Watson Assistant V2 in my following nodejs code, but it cannot be found and gave me error.var AssistantV2 = require('watson-developer-cloud/assistant/v2')...
2 2 votes
1 1 answer
762
762 views
0 0 votes
1 1 answer
852
852 views
0 0 votes
1 1 answer
2.0k
2.0k views
1 1 vote
0 0 answers
579
579 views
I have a tensorflow LSTM model for predicting the sentiment. I build the model with the maximum sequence length 150. (Maximum number of words) While making predictions, i...
2 2 votes
1 1 answer
989
989 views
Regarding the datacamp tutorial "Python Machine Learning: Scikit-Learn Tutorial", the author is considering the use cases that are relevant to the digits data set, so she...
1 1 vote
1 1 answer
995
995 views
1 1 vote
1 1 answer
744
744 views