scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

Validation for weight and activation #119

Closed srivastava9 closed 4 years ago

srivastava9 commented 4 years ago

Validate for number in weight and activation in node and link parameter. Currently in also takes letters.

Solved by #95