Skip to main content

All Questions

0 votes
0 answers
7 views

Live odds data set for horse racing [closed]

I am looking for a resource of live odds for horse racing to implement in my model. I know they exist, I just can't find anything that has worked, yet. Live, updated and accessible are what I'm ...
Adam's user avatar
  • 1
0 votes
1 answer
53 views

How to predict sales in advance using tradition model in time series data?

...
Bad Coder's user avatar
0 votes
0 answers
10 views

Cost Function Increases, Then Stops Growing

I understand the zig-zag nature of the cost function when applying gradient descent, but what bothers me is that the cost started out at a low 300 only to increase to 1600 in the end. The cost ...
Miguel Angel's user avatar
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
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
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
1 vote
1 answer
62 views

Improving GPU Utilization in LLM Inference System

I´m trying to build a distributed LLM inference platform with Huggingface support. The implementation involves utilizing Python for model processing and Java for interfacing with external systems. ...
Cardstdani's user avatar
0 votes
0 answers
33 views

Fuzzy Name Matching with Machine Learning. Input data encoding

I have a huge dataset: Last name, first name, date of birth of Indian residents and I need to match them for similarity. The matching is fuzzy, the data looks like this (names are fictitious for the ...
ккк ккк's user avatar
0 votes
1 answer
82 views

Test Error is extremely higher than Training error after gridsearch and crossvalidation

I'm currently working on a machine learning project. It's a supervised learning problem. My goal is to predict for given data of an animal(keeping,size,weight,...) ingredients(energy,vitamine etc..). ...
Marco Cotrotzo's user avatar
0 votes
1 answer
34 views

Can anyone help me understand this problem in my data?

I tried making a model using the autoTS library but the thing is in the result it gives me the following results. I checked everything there is no missing data but the original data had a missing ...
theunknown's user avatar
1 vote
0 answers
28 views

recognition of names, surnames and patronymics

is there an example of neural networks on Github or Kaggle that perform the task of recognizing identical surnames, first names and patronymics? I'm just learning neural networks so it's interesting ...
nanana's user avatar
  • 11
0 votes
1 answer
57 views

Is it possible to train a neural network to feed into a Random Forest Classifier or any other type of classifier like XGBoost or Decision Tree?

I want to create a model architecture to predict future stock price movement as such: The Goal of this model is to predict if the price will go UP or DOWN within the next 3 months. I have tried a few ...
Evank's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
127