============
Carrot is a web application that uses MySQL to get data of loss, accuracy, optimized parameters and gradients that allows to visually see what is happening inside a neural network.
- Visually see gradients and parameters in development
- Analyse losses and accuracy
Clone this repo:
git clone https://github.com/andreiliphd/carrot.git
Install all the dependencies.
- You can use this application to analyse gradients and parameters visually
- You can use Carrot for educational purposes
- It used to save everything in MongoDB
- Now MySQL is used
- Fixed problem with speed of loading
- Sometimes UI do not refresh possibly problem with callbacks
You can check out the full license in the LICENSE file.
This project is licensed under the terms of the MIT license.