Can anyone help me interpret these graphs I obtained when using tensorflow for neural networks?

前端 未结 0 437
一整个雨季
一整个雨季 2021-02-05 06:20

Plot visualization in R

model %>%
   fit (x = x_train,
        y = y_train,
        epochs = 25,
        batch_size = 32,
        validation_split =.2
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题