Skip to main content
Advice
2 votes
0 replies
143 views

I am working on a person recognition system for learning purposes. My goal is: Maintain a small gallery of known people (multiple images per person) Given a new query image, return the most similar ...
Shanthini M's user avatar
1 vote
0 answers
56 views

For a bit of context, I am working in a lab where we use a dissimilarity map to characterize textures between them, called LDM (Local Dissimilarity Maps)[1]. Recently, this was further enhanced by ...
mosfet's user avatar
  • 66
0 votes
0 answers
31 views

I am having a problem as follows: I have a STUDY with information such as ICA and IC cluster separation, my studydesign in EEGLAB has conditions and groups and the data has been cleaned and segmented. ...
Nghiêm Nguyễn Ngọc's user avatar
0 votes
0 answers
77 views

I tried to improve XGBoost by stacking node2vec embeddings to the original features for fraud detection. In literature and papers this is frequently discussed as a good method to enhance prediction ...
Marlon Brando's user avatar
1 vote
0 answers
29 views

I am trying to find a way to extract certain audio features which are MDVP:Fo(Hz), MDVP:Fhi(Hz), MDVP:Flo(Hz) (Frequencies) Jitter and Shimmer (Variations of sound) NHR and HNR (Noise to Harmonic ...
Mina Emad's user avatar
2 votes
2 answers
103 views

I'm working on a Python project that mimics https://www.mtgassist.com/. For those not too familiar: Magic is a trading card game that has collectible cards that can be very expensive. The project ...
FelipeB's user avatar
  • 23
2 votes
1 answer
53 views

I'm trying to cluster some unlabeleded unweighted undirected graphs. I'd like to calculate some scalar features for each of them to build an embedding vector and then use a clustering algorithm to see ...
none none's user avatar
  • 353
0 votes
1 answer
48 views

I am attempting to perform an image classification task on a dataset with 𝐿 classes. The network I am using is divided into a feature extractor and a classifier. When an image is passed through the ...
kkyub's user avatar
  • 5
0 votes
1 answer
151 views

I'm working on a project using gas sensory data from a gas sensor array (15 sensors). When I sample gas this instrument creates a time series with the value of the resistance measured across each ...
Miguelito94's user avatar
1 vote
0 answers
109 views

I'm working on generating a Grad-CAM heatmap from a trained ResNet50 model, but I've been encountering a persistent error related to sequential_2. Despite feeding the model with input images, I keep ...
Arjay Alba's user avatar
-1 votes
1 answer
123 views

I have a machining part (.STL) and want to recognize (and extract) it's machining features. Some of the features are simple but some are more complex that's why I think a machine learning approach ...
pacc's user avatar
  • 1
-2 votes
2 answers
85 views

I’m encountering a ValueError while attempting to combine numerical, categorical, and image features into a single feature set for a machine learning model. I have followed the steps for feature ...
Agura's user avatar
  • 11
1 vote
1 answer
127 views

I have trained ghostnet model which has last classifier layer. It is 1280 x 4 shape in my case. (classifier): Linear(in_features=1280, out_features=4, bias=True) I would like to get 1280 input values ...
Johan's user avatar
  • 11
0 votes
0 answers
97 views

We are creating the Music-Genres Classification ML model for college final year project. We are trying to extract features from Sound using Librosa. This is the code We wrote. But This code is leaking ...
RACHIT MITTAL's user avatar
0 votes
0 answers
37 views

I am trying to simulate the Online Federated Learning framework presented in the paper "Communication-Efficient Online Federated Learning Framework for Nonlinear Regression" by Gogineni et ...
Sunil Dhawan's user avatar

15 30 50 per page
1
2 3 4 5
109