Find answers to your questions about Data Science or help others by answering their Data Science questions.
I am trying to correctly scale data for LSTM. I have a set of features like this:x1(t-1), ... xn,(t-1), y(t-1), where the actual label is y(t). I would like...
Asked on 08/13/2021
0 answerIn the original paper, it says that GradCam visualization can be applied to any convolution based model. The problem is stated for convolutions that process images. In...
Asked on 08/13/2021 by Iván Mindlin
0 answerI'm trying to run the code below in my Jupyter Notebook.I get:AttributeError: module 'tensorflow.python.keras.utils' has noattribute 'to_categorical'This is code from Kaggle tutorial. I have installed Keras and Tensorflow....
Asked on 08/13/2021
4 answerkmeans = KMeans(n_clusters=4)model = kmeans.fit(europe_july)pred = model.labels_europe_july['cluster'] = predpca = PCA(n_components=2)pca_model = pca.fit_transform(europe_july)data_transform = pd.DataFrame(data = pca_model, columns = ['PCA1', 'PCA2'])data_transform['Cluster'] = predplt.figure(figsize=(8,8))g = sns.scatterplot(data=data_transform, x='PCA1', y='PCA2', ...
Asked on 08/13/2021 by vojtak
1 answerThere are 96 observations of energy consumption per day from 01/05/2016 - 31/05/2017. I am trying an ARIMA model in R to be fitted to these time series observations. I...
Asked on 08/13/2021
1 answerI have a dataset with 10 features and 1 binary classification target. I tested this dataset with decision tree classifier. I did some basic check like missing values but the...
Asked on 08/13/2021 by JSVJ
1 answerI am working on a project to detect human awareness levels using this dataset. I preprocessed the video data as the following:Convert video to frames(taking a frame...
Asked on 08/13/2021 by yudhiesh
3 answerI want to be able to correlate values from various IDs, where the date is the same with one another. The data looks something like this;ID ...
Asked on 08/13/2021 by Taylrl
1 answerSqueezeNet uses 1x1 convolutions. I try to understand it in this simple example: if the input is one MNIST digit, i.e. of shape 1x28x28x1 (I use Batch...
Asked on 08/12/2021
2 answerI am new to Huggingface and have few basic queries. This post might be helpful to others as well who are starting to use longformer model from huggingface.Objective:Create...
Asked on 08/12/2021
0 answerGet help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP