informatics-lab / ml_weather_tutorial

Tutorial using machine learning for weather science research
7 stars 4 forks source link

create material to explain neural networks #15

Closed stevehadd closed 2 years ago

stevehadd commented 2 years ago

explain back propogration highlight key hyperparameters from networtk architecture (feed forward) and back propogation training show neural networks in tensorflow to dig down into structure a bit show classification output vs regression output show construction of different architectures

stevehadd commented 2 years ago

this has mostly been done now. Just need to finish the recurrent nerual network example, which is covered by #11 .