Find answers to your questions about Data Science or help others by answering their Data Science questions.
I was recently reading about support vector machines and how they work and I stumbled on an article and came across Maximize the distance margin. Can anyone tell me what...
Asked on 06/19/2021 by Sai Kumar
1 answerSay there are 2 users, A and B, and they each shared 10 images (in some social media site), which I have collected in 2 folders separately. I want to...
Asked on 06/19/2021
1 answerI have never worked with a Binary dataset (1 and 0) (True or False) so I'm unsure what kind of statistical tests I should run to draw up simple...
Asked on 06/19/2021
0 answerI have two images, where i need to find the difference. i can easily did with the help of SSIM function. Now i want to find the difference between two...
Asked on 06/19/2021 by soumyajeet
0 answerI am trying to implement a BiLSTM layer for a text classification problem and using PyTorch for this.self.bilstm = nn.LSTM(embedding_dim, lstm_hidden_dim//2, batch_first=True, bidirectional=True)lstm_out, (ht, ct) = self.bilstm(embeddings)Now, in some...
Asked on 06/19/2021
1 answerI have a question in which I'm not entirely sure in which path to take. I'd appreciate if you could point me in the right direction. Below a screenshot of...
Asked on 06/19/2021
0 answerSo I'm trying to compare between two models, say model(1) has training accuracy of 90% and validation accuracy of 86%, while model(2) has training accuracy of 87% and validation accuracy...
Asked on 06/19/2021 by Mourad Askar
1 answerI’m trying to build a decision tree algorithm, but I think I misinterpreted how information gain works. Let’s say we have a balanced classification problem.So, the initial entropy should...
Asked on 06/18/2021 by Krushe
2 answerFor time related problems like, for example, stock prediction: Let's say we have 300 days of data, 10 features, and one target: the price. Why, for the training, we only...
Asked on 06/18/2021
2 answerparameters = [{'C': [10**-2, 10**-1, 10**0,10**1, 10**2, 10**3]}]model_tunning = GridSearchCV(OneVsRestClassifier(LogisticRegression(penalty='l1')), param_grid=parameters,scoring="f1")model_tunning.fit(x_train_multilabel, y_train)ValueError ...
Asked on 06/18/2021 by Satyam Kumar
2 answerGet help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP