Top new questions this week:
|
I got feedback from a reviewer. It is really important for me to answer to this question. I would appreciate of any help. it was mentioned that 1% of the data was used for training while 99% was used …
|
I’m running a lot of experiments that give their output as CSV files. An experiment might be running for hours, with a new line being added to the CSV every 10 seconds. Right now I’m opening these CSV …
|
I have a fairly simple problem. I am trying to determine whether the first row in CSV is likely to be a header row or a data row. Looking at single column, the problem can be simplified to: I have a …
|
here I have two different datasets. dataset1 is force plate data and dataset2 is plantar pressure data. dataset1 has shape (2050,2) and dataset2 has shape(2050,89). before doing the training I have …
|
I am trying to convert an ONNX model with a dynamic input shape to TensorFlow format using the onnx_tf package. I am using TensorFlow 2.11.0, ONNX 1.13.0, and onnx_tf 1.10.0. The input to the model …
|
I hope I understand diffusion models well enough that this isn’t too dumb of a question but… I’d like to (I think) augment a diffusion model to: At training time accept CT scan images, then apply an …
|
I implemented a Gaussian Naive Bayes classifier and I got a test score (99,99%) higher than the train score (96,87%) Is this normal or does it mean that my model is underfitting ? Thank you.
|
Greatest hits from previous weeks:
|
I’m having trouble understanding the difference between equivariant to translation and invariant to translation. In the book Deep Learning. MIT Press, 2016 (I. Goodfellow, A. Courville, and Y. Bengio)…
|
I am trying to build a Regression model and I am looking for a way to check whether there’s any correlation between features and target variables? This is my …
|
have been reading up a bit on LSTM’s and their use for time series and its been interesting but difficult at the same time. One thing I have had difficulties with understanding is the approach to …
|
In machine learning tasks it is common to shuffle data and normalize it. The purpose of normalization is clear (for having same range of feature values). But, after struggling a lot, I did not find …
|
I have two data frames df1 and df2 which look something like this. …
|
I got this matrix …
|
What does “baseline” mean in the context of machine learning and data science? Someone wrote me: Hint: An appropriate baseline will give an RMSE of approximately 200. I don’t get this. Does he …
|
Can you answer these questions?
|
Our csv contains 36 columns 1 date time column collected every 30 mins 3 variables (count,latency,Totaltime) x 10 Features(user io, serverio ,concurrency ..etc ) Of different data points from the …
|
I’m trying to fine-tune a BERT-based model for a binary classification task (data is in English). The dataset I’m working with is quite small (~500 samples, out of which 80% are currently used for …
|
I am building a learning spam/ham email classifier as an assignment. It’s not supposed to be a good general classifier, but one that can learn on a small set of labeled emails of a user (approx. 650 – …
|