guillaume-chevalier / LSTM-Human-Activity-Recognition

Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
MIT License
3.33k stars 935 forks source link

How to set up number of Epoch #27

Open nattafahhm opened 5 years ago

nattafahhm commented 5 years ago

I wanna describe the number of times the algorithm sees the entire data set by setting An epoch. Where can I set inside this?