Sebastian Ponce
Sebastian Ponce
#### Reference Issues/PRs #### What does this implement/fix? Explain your changes. Implements dropout layers to the ANN tensorflow solution #### Any other comments?
Added BatchNormalization layers to both the decoder and the encoder, as it assures a faster training, and added LeakyReLu activation function to the decoder, as its better than ReLU in...
Changed the inaccurate float number to a python library math.pi call, which helps be more accurate with the already imported libraries.