Recent questions without a selected answer

1 1 vote
0 0 answers
424
424 views
Context: In the realm of Paid Search Marketing. Current reporting does not provide event level data only aggregate totals with different segments. Want to compare distri...
1 1 vote
0 0 answers
834
834 views
I am using Matlab R2018b and am trying to infuse SVM classifier within CNN. My plan is to use CNN only as a feature extractor and use SVM as the classifier. I know people...
2 2 votes
2 2 answers
10.5k
10.5k views
The hypothesis (model) of Logistic Regression which is a binary classifier ( $y =\{0,1\} $) is given in the equation below:Hypothesis$S(z)=P(y=1 | x)=h_{\theta}(x)=\frac{...
0 0 votes
1 1 answer
709
709 views
Python3 and Python2 seems so similar, and the only changes which are obvious are some changes in functions such as print that now needs parentheses. Are there other impro...
0 0 votes
1 1 answer
1.8k
1.8k views
1 1 vote
1 1 answer
779
779 views
Make a scatter plot where the x-axis is the height of the citizens and the y-axis is the weight of the citizens. The color of the points need to be different for males an...
1 1 vote
1 1 answer
641
641 views
1 1 vote
1 1 answer
593
593 views
https://stackoverflow.com/questions/55930051/is-impossible-predict-hours-time-series-to-minutes-time-series i want to this hours time series predict model to minute predi...
1 1 vote
0 0 answers
966
966 views
Here is LSTM predict model and i want to convert Linear Regression.... model.fit(x_train, y_train, epochs=10, batch_size=16) trainPredict = model.predict(x_train) testPre...
0 0 votes
1 1 answer
1.5k
1.5k views
In Wikipedia, or any other document there are some math equations I am looking a simple way to convert to LaTeX. Is there any easy way for it?
0 0 votes
1 1 answer
1.7k
1.7k views
Dataframe looks like belowI have dataframe like above. which I want to a~t reshape (a~t, 1)I want to reshape dataframe like below ( b~t column is go to under the a column...
0 0 votes
1 1 answer
566
566 views
1 1 vote
1 1 answer
2.7k
2.7k 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
851
851 views
Can i put laptop hdd to desktop and what problem makes
1 1 vote
0 0 answers
7.8k
7.8k 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
586
586 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.3k
1.3k 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
901
901 views