VegeedoginNumerical MethodsNewton-Raphson method (interactive command window in MATLAB)Intro: Solving nonlinear function is not quite feasible using analytical methods. Instead, we could turn to iterative, numerical methods…Jun 10, 2022Jun 10, 2022
VegeedoginNumerical MethodsInitial Value Problems for ODEHere, we are discussing 4 common numerical methods.Jun 6, 2022Jun 6, 2022
VegeedoginMachine Learning🏄♀️Exact probability inference from Graphical ModelsIntro: Graphical models are composed of nodes & edges. Nodes correspond to random variables, edges correspond to the relationship between…May 30, 2022May 30, 2022
VegeedoginAlgorithm notesK-MeansIntro: Given a data set with N data points, for which we would like to find K >0 clusters. K-Means is an algorithm to find reasonable…May 7, 2022May 7, 2022
VegeedoginAndroid Studio NotesRecycler View — 2Continuing the last article, we are going to improve the layout by using the native android CardView instead of the previous…Jul 20, 2021Jul 20, 2021
VegeedoginAndroid Studio NotesRecycler View — 1To create a recycle view, there are few steps to follow.Jul 20, 2021Jul 20, 2021
VegeedoginJavaNotes4. SingletonSingleton is to ensure there is only a single instance of a class in our app.Jul 13, 2021Jul 13, 2021