593 views

1 Answer

0 0 votes
I guess it is just similar to any other prediction. It can estimate the minute you want based on training data.

Related questions

1 1 vote
1 1 answer
587
587 views
kmr1994 asked Mar 20, 2019
587 views
the code is import numpy as np import pandas as pd from keras.models import Sequential from keras.layers import Dense, LSTM, Dropout from keras.layers.core import Dense, ...
0 0 votes
0 0 answers
531
531 views
HbibOs asked Jun 21, 2021
531 views
Hello,I trained a CNN using synthetic data to perform a segmentation task on human faces. During the test and to evaluate the prediction of this network, I used 200 examp...
5 5 votes
1 answers 1 answer
9.1k
9.1k views
tofighi asked Jun 26, 2019
9,104 views
Assume we have a $5\times5$ px RGB image with 3 channels respectively for R, G, and B. IfR2000012001201021210101020G0212211100002202002002111B0100111201102021011012112 We...
4 4 votes
0 0 answers
1.0k
1.0k views
askdatascience asked Aug 26, 2018
1,015 views
I am wondering if anyone can suggest the best resources for studying Deep Learning?
1 1 vote
1 answers 1 answer
3.6k
3.6k views
tofighi asked Oct 30, 2018
3,565 views
Both of the batch size and number of epochs are integer values and seem to do the same thing in Stochastic gradient descent. What are these two hyper-parameters of this l...