Thanks for your question. The biggest challenge of making a web app is extracting the data from the database collection. To solve this, we construct a class that can suit the collection and maps the iterable of the collection to it.
Thank you for your comments. For now, we plan to adopt a sequential neural network model. Each layer will be an affine layer with ReLu activation. The neural network will be implemented using the. Keras API in TensorFlow.
what challenges have you faced in making web app?
Thanks for your question. The biggest challenge of making a web app is extracting the data from the database collection. To solve this, we construct a class that can suit the collection and maps the iterable of the collection to it.
What kind of neural networks will be used?
Thank you for your comments. For now, we plan to adopt a sequential neural network model. Each layer will be an affine layer with ReLu activation. The neural network will be implemented using the. Keras API in TensorFlow.