Commit Graph

15 Commits

Author SHA1 Message Date
Krishna Vedala
5e6c374445 added test case to classify points lying within a sphere 2020-05-31 08:10:33 -04:00
Krishna Vedala
2d44fb1e76 added option for predict function to return value before applying activation function as optional argument 2020-05-31 08:09:05 -04:00
Krishna Vedala
b1c6556475 previous commit correction 2020-05-31 08:08:26 -04:00
Krishna Vedala
0e285920aa activation function not friend 2020-05-31 07:53:19 -04:00
Krishna Vedala
14068efe18 change test2 function to predict 2020-05-31 07:49:47 -04:00
Krishna Vedala
9ded2c120c use equal initial weights 2020-05-31 07:49:29 -04:00
Krishna Vedala
6536a791ed define activation function 2020-05-31 07:48:53 -04:00
Krishna Vedala
a07c46c089 added range comments 2020-05-31 07:33:50 -04:00
github-actions
8d7d0c5852 formatting source-code for f94a330594 2020-05-31 10:42:21 +00:00
Krishna Vedala
f94a330594 use STL's inner_product 2020-05-31 06:41:26 -04:00
github-actions
1c05a58cea formatting source-code for f8925e4822 2020-05-31 01:47:10 +00:00
Krishna Vedala
f8925e4822 add cmath for same bug: [LWG2192](https://cplusplus.github.io/LWG/issue2192) for std::abs on MacOS 2020-05-30 21:46:28 -04:00
Krishna Vedala
4025aa92e5 fixed issue [LWG2192](https://cplusplus.github.io/LWG/issue2192) for std::abs on MacOS 2020-05-30 21:36:17 -04:00
Krishna Vedala
c52952c0f6 added adaline algorithm 2020-05-30 21:25:37 -04:00
Krishna Vedala
3bb7120927 added machine learning folder 2020-05-30 21:23:51 -04:00