python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
tensorflow 2 use keras.sequence as data generator for training machine learning model with multiprocessing error
I would like to do a test about training a machine learning model on EC2 instance with only CPUs from jupyter notebook.
The code is tensorflow 2.8.
Based on the tf doc, https://www.tensorflow.org/api_...
user3448011
Votes: 0
Answers: 1
How is model.fit affected in a for-loop
I am implementing walk-forward optimization for a time series. I understand splitting the set to train-test with 20-30% reserved for testing, but for time series i cant randomly split nor can i choose...
LemonSqueezy
Votes: 0
Answers: 1
Building a Random Forest Classifier with equal output probabilities to a Decision Tree Classifier
I have been trying to build a RandomForestClassifier() (RF) model and a DecisionTreeClassifier() (DT) model in order to get the same output (only for learning purposes). I have found some questions wi...
Chris
Votes: 0
Answers: 1
Error The size of byte buffer and the shape do not match
I am making my first ML integrated android app and I am trying to add this model to my app. But I am facing this error
var resized = Bitmap.createScaledBitmap(bitmap, 416, 416, true)
v...
rehan fernandopulle
Votes: 0
Answers: 0