Skip to main content

Questions tagged [machine-learning]

Machine Learning is a subfield of computer science that draws on elements from algorithmic analysis, computational statistics, mathematics, optimization, etc. It is mainly concerned with the use of data to construct models that have high predictive/forecasting ability. Topics include modeling building, applications, theory, etc.

0 votes
0 answers
7 views

Is this recursive forecasting right for timeseries analysis?

Training a model just to make a quick prototype ...
Juan Cruz Alric Cortabarria's user avatar
1 vote
0 answers
13 views

How to predict Future CPU Usage in Time Series reusing your already trained model?

I'm currently working on a time series problem where I need to predict future CPU usage. I have historical data consisting of CPU usage along with features like hour, day of week, and month. However, ...
Juan Cruz Alric Cortabarria's user avatar
1 vote
1 answer
68 views

Using a regression model, is it possible to precisely predict "outlier" results based on a highly imbalanced dataset?

Title. I have a dataset that's highly imbalanced, say the output variable I want to predict is restricted within the range from 0 to 1, but almost all of the datapoints sit around 0.7-0.9, while my ...
Yuuya's user avatar
  • 31
2 votes
1 answer
78 views

Incorporating position-bias information into the softmax cross-entropy ranking loss

Consider a learning to rank setting, where I'm learning from N items displayed to the user for every user query. Suppose I can quantify the probability of examination $P[E_i]$ of each position $i$ ...
Alex Shtoff's user avatar
1 vote
0 answers
25 views

How to implement hard negative mining for PyTorch RetinaNet_v2 object detection model?

I am currently using the PyTorch object detection model retinanet_resnet50_fpn_v2. I want to implement hard negative mining, such that I take the top X images with ...
Bex's user avatar
  • 11
1 vote
1 answer
77 views

How do I compute and plot Bias and Variance of a classifier in Python?

I'm new to Machine Learning and I understand bias and variance in theory but I can't seem to find a single source that explains how bias or variance can be computed. I'd like to do it in Python and ...
William's user avatar
  • 113
0 votes
0 answers
17 views

What are good configs for running UNet3DConditionModel on 8 GB VRAM? (64x64x64 inputs)

What are good configs for running UNet3DConditionModel on 8 GB VRAM? (64x64x64 inputs) More specifically for this project I'm looking to use HuggingFace's UNet3DConditionModel on my home PC on a RTX ...
RandomGamingDev's user avatar
1 vote
1 answer
34 views

Linear warmup always result in a significant drop in accuracy

I'm at a machine learning task where I used linear warmup for a machine learning task. However, I observed that the test accuracy always drops significantly after the warmup, sometimes even during ...
WillWu's user avatar
  • 13
1 vote
1 answer
54 views

Downsampling an image in the right way

I was not shure where to ask this question, but SE Data Science seems to be the best place for it. So I tried to build a CNN based super resolution model. Unfortunately I have only high-res images but ...
Lockhart 's user avatar
1 vote
1 answer
50 views

Resources for Integrating Good Machine Learning Techniques (CoursEra preferred)

I've plateaued as a Python programmer. I understand the ins and outs of developing: Cross Validated ML Scripts for a variety of models (Random Forest, SVM, SVR, ...) Multivariate tools (Lasso, ...
Englishman Bob's user avatar
0 votes
0 answers
18 views

How to create Radial Basis Function Network for Regression problem in python using Tensorflow (keras)

I am working on a non-linear regression problem using a dataset with over 100 sensor data columns and a single output column containing real numbers ranging from 0 to 10,000. I have implemented a ...
Rushabh Kheni's user avatar
1 vote
0 answers
38 views

Class imbalance for binary classification tasks

I am looking to train a binary classifier. Most of my experience so far has been with generative models, not classifiers, so I am wondering with respect to training data, what is a good ratio of 0 and ...
Wigeon's user avatar
  • 11
0 votes
0 answers
16 views

Latest Tree-based models

What are the latest Tree-based models that are used in machine learning? Tell the new models except the old ones such as the Decision tree, Random Forest, Gradient Boosting, LightGBM, XGBoost, and ...
Madhes Monnish's user avatar
0 votes
0 answers
6 views

Reinforcement learning with Q learning doesn't seem to be learning

I'm encountering an issue with my PyTorch-based Q-learning model. Despite implementing the reinforcement learning algorithm, the model seems to be stuck at the same balance level without showing any ...
ugroon's user avatar
  • 1
0 votes
0 answers
20 views

Multi-class Classification with Categorical and Time-series Features

I have a problem where I want to classify certain entries into clusters, based on their categorical features (such as Country, Category, as dataframe columns), and also their selling pattern (time ...
Leandro's user avatar

15 30 50 per page
1
3 4
5
6 7
765