Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged classification

0 votes
366 views
1 answer
    I am trying to apply deep learning for a binary classification problem with high class imbalance between target classes ( ... on how I can build this logic. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
801 views
1 answer
    I am working with Kaggle's Churn Modeling Dataset (https://www.kaggle.com/shrutimechlearn/churn-modelling), trying ... sequence-or-array-like-when-assessing-decision-tree-model-in...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    I'm currently dealing with a classification task on a CT dataset. In CT datasets, multiple slices belong to one single patient ... -to-classify-a-set-of-data-as-a-whole-via-pytorch...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    As a first application, I'm doing preprocessing and analysis(Feature Extraction)of only one signal ECG(MIT-BIH), ... -processing-and-analysis-the-hole-of-data-to-execute-classifier...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
508 views
1 answer
    Here is my code dataset = pd.read_csv('augmented_data.csv') dataset = dataset.sample(frac=1) class ConvNet(nn.Module): def ... -get-the-same-value-as-the-result-in-a-cnn-in-pytorch...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
320 views
1 answer
    (Excuse me for errors for it is my first time posting) For my project I am aiming to use ... .com/questions/65938010/need-advice-on-image-classfication-using-autoencoders...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
518 views
1 answer
    I am trying to build a SVM classifier for medical data (https://drive.google.com/file/d/1lIehAVBzR5B1NHS6-ozvqpJ9TRNK0VJu ... /66061470/how-to-perform-cross-validation-for-svm-in-r...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
452 views
1 answer
    I am a beginner in python and I've been learning it by myself for my final year project. One question, is it possible to ... (rgb & sift) and 1 classifier (knn) in one python code?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
521 views
1 answer
    When I am building a classifier in PyTorch, I have 2 options to do Using the nn.CrossEntropyLoss without any ... approaches. Now, what approach should anyone use, and why?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...