![]() updated 3 months ago |
Linear Gradient Descent from lectures of Andrew Ng This is an algorithm for fitting linear model to multivariate data. |
0 Comments 22 Downloads (30 Days) |
![]() updated 4 months ago |
Optimal Inverse Function Creation Creates continuous, optimal inverse-functions: given a desired output, finds the optimal input |
0 Comments 24 Downloads (30 Days) |
![]() updated 5 months ago |
This function finds the local minima of a function. |
0 Comments 75 Downloads (30 Days) |
![]() updated 1 year ago |
Gradient Descent Visualization This file visualises the working of gradient descent(optimisation algo) program on each iteration. |
0 Comments 9 Downloads (30 Days) |
![]() updated 3 years ago |
linear regressing fit to line in the method of gradient descent for minimizing square error gradient_descent_opt(xi,yi,theta_st,nsteps,mindiff,learnrat... |
0 Comments 8 Downloads (30 Days) |
![]() updated 4 years ago |
A very simple and intuitive neural network implementation Short code and easy to understand. Example data set provided. |
4 Comments 81 Downloads (30 Days) |