GDS-Education-Community-of-Practice / DSECOP

This repository contains data science educational materials developed by DSECOP Fellows.
Creative Commons Zero v1.0 Universal
43 stars 25 forks source link

Butler module 1 #10

Closed soltaniehha closed 2 years ago

swatalla commented 2 years ago

Julie, great module - here are my comments:

Comments specific to individual components:

01_differential_equations

02_neural_networks

03_solving_differential_equations_neural_networks

04_further_problems

Overall comments:

This module is very thorough and well thought-out. Despite having used deep learning professionally for years, I found that there were things I learned from this module. Aside from the notebook-level comments above, my only overall recommendation would be to consider limiting the exercises in the module to JAX and Keras. Scikit's deep learning API is very lean and unlikely to be useful in practice (consisting almost entirely of "multi-layer perceptron" (MLP)-type implementations), whereas Keras/TF is the current standard with JAX being a very interesting up-and-coming library.

soltaniehha commented 2 years ago

Hi @juliebutlerhartley - Great module! A few comments from my end:

Please let me know once your changes are complete so I can merge. Thank you!