ee-tensorflow-notebooks
ee-tensorflow-notebooks copied to clipboard
Repository to place example notebooks for Deep Learning applications with TensorFlow and Earth Engine.
Results
2
ee-tensorflow-notebooks issues
Sort by
recently updated
recently updated
newest added
In notebook: streamflow_prediction_lstm/ee_streamflow_prediction_lstm.ipynb, calculation of rmse should be changed from rmse = np.mean(np.sqrt(np.power((y_test-y_pred),2))) to rmse = np.sqrt(np.mean(np.power((y_test-y_pred),2))) in rmse, we calculate error in our predictions, then we square those errors,...
Check this . https://github.com/ucalyptus/EarthEngine-Deep-Learning