Comprehensive TensorFlow.js Example
First I will walk you through the app functionality and then will dive into implementation details. This app implements a business report execution time prediction use case (this time in JavaScript), which was explained in my previous post -- Report Time Execution Prediction with Keras and TensorFlow. For the model training, I'm using 50 epochs (data is processed in batches of 10) and the learning rate is set to 0.001. Neural Network is based on two processing layers and one output layer. Model is trained to forecast the expected wait time for business report execution.
Sep-21-2019, 11:48:47 GMT
- Technology: