An educational app to visualize how Gradient Descent is working.
Check on Shinyapps.io: Linear Regression with Gradient Descent.
Run locally:
shiny::runGitHub(repo = 'kocabiyik/shiny-apps', subdir = 'gradient-descent')
What happens if it gains momentum?
Check on Shinyapps.io: Gradient Descent with Momentum.
Run locally:
shiny::runGitHub(repo = 'kocabiyik/shiny-apps', subdir = 'gradient-descent-with-momentum')
Understanding Central Limit Theorem
Check on Shinyapps.io: Central Limit Theorem.
Run locally:
shiny::runGitHub(repo = 'kocabiyik/shiny-apps', subdir = 'central-limit-theorem')