Krishna Vedala
|
09f6252724
|
Merge pull request #10 from kvedala/machine_learning/adaline
[fix] Updates to Machine learning/adaline
|
2020-05-31 09:16:52 -04:00 |
|
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 |
|
Krishna Vedala
|
48e24af8b8
|
Merge pull request #9 from kvedala/machine_learning/adaline
Machine learning/adaline
|
2020-05-30 22:33:13 -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 |
|
github-actions
|
7d069167d6
|
updating DIRECTORY.md
|
2020-05-31 01:27:56 +00: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 |
|
Krishna Vedala
|
c9e4e8cfc8
|
Merge pull request #8 from kvedala/compute_realtime_stats
[feat] Algorithm to Compute statistics on data in realtime
|
2020-05-30 13:17:42 -04:00 |
|
github-actions
|
704e114bd2
|
updating DIRECTORY.md
|
2020-05-30 17:16:34 +00:00 |
|
github-actions
|
227c455792
|
formatting source-code for a850308fba
|
2020-05-30 17:16:07 +00:00 |
|
Krishna Vedala
|
a850308fba
|
Merge branch 'master' into compute_realtime_stats
|
2020-05-30 13:15:06 -04:00 |
|
Krishna Vedala
|
72f53da5a9
|
added test case
|
2020-05-30 11:00:08 -04:00 |
|
Krishna Vedala
|
b596b7e42d
|
added comments to the code
|
2020-05-30 09:35:27 -04:00 |
|
Krishna Vedala
|
642c7b7cb1
|
fix diff filename
|
2020-05-30 00:08:33 -04:00 |
|
Krishna Vedala
|
809ddd8c79
|
Merge pull request #7 from kvedala/auto-format-source
Auto format source and awesome workflow
|
2020-05-30 00:05:28 -04:00 |
|
github-actions
|
3ab76459cd
|
updating DIRECTORY.md
|
2020-05-30 04:02:28 +00:00 |
|
github-actions
|
8a2de9842b
|
formatting source-code for 153fb7b8a5
|
2020-05-30 04:02:09 +00:00 |
|
github-actions
|
92fe9495ec
|
formatting filenames 153fb7b8a5
|
2020-05-30 04:02:05 +00:00 |
|
Krishna Vedala
|
153fb7b8a5
|
temporary: no dependency on cpplint
|
2020-05-30 00:01:27 -04:00 |
|
Krishna Vedala
|
2bf0c00e90
|
attempt to use actions/checkout@master
|
2020-05-29 23:53:00 -04:00 |
|
Krishna Vedala
|
5a737a725d
|
removed need for cpplint
|
2020-05-29 23:50:46 -04:00 |
|
Krishna Vedala
|
cac9505829
|
commented whole repo cpplint - added modified files lint check
|
2020-05-29 23:48:29 -04:00 |
|
Krishna Vedala
|
b8a97780a7
|
rename to awesome workflow
|
2020-05-29 23:42:29 -04:00 |
|
Krishna Vedala
|
231d5c4858
|
added class destructor to clean up dynamic memory allocation
|
2020-05-29 23:15:28 -04:00 |
|
Krishna Vedala
|
b285d09d6a
|
rename .cc files to .cpp
|
2020-05-29 22:20:34 -04:00 |
|
Krishna Vedala
|
03d7fa8b67
|
use master branches for actions
|
2020-05-29 21:50:07 -04:00 |
|
Krishna Vedala
|
388d06c8ee
|
reorganize pull commands
|
2020-05-29 21:46:28 -04:00 |
|
Krishna Vedala
|
40af5a53a9
|
pull before proceeding
|
2020-05-29 21:42:32 -04:00 |
|
Krishna Vedala
|
bc615f5bb9
|
force push format changes, add title to DIRECTORY.md
|
2020-05-29 21:38:46 -04:00 |
|
Krishna Vedala
|
3496cf3fa1
|
fix yml indentation
|
2020-05-29 21:25:19 -04:00 |
|
Krishna Vedala
|
e9d29caf6b
|
orchestrate all workflows
|
2020-05-29 21:23:17 -04:00 |
|
Krishna Vedala
|
01183cc5b5
|
Merge branch 'auto-format-source' of https://github.com/kvedala/C-Plus-Plus into auto-format-source
|
2020-05-29 19:32:06 -04:00 |
|
Krishna Vedala
|
daca1b5715
|
added missing comma lost in previous commit
|
2020-05-29 19:31:48 -04:00 |
|
github-actions
|
5c40942257
|
updating DIRECTORY.md
|
2020-05-29 23:30:37 +00:00 |
|
Krishna Vedala
|
7e634c2cb3
|
remove allman break before braces
|
2020-05-29 19:30:10 -04:00 |
|
github-actions
|
7ad1f171c1
|
formatting source-code for d7af6fdc8c
|
2020-05-29 23:26:30 +00:00 |
|
github-actions
|
edb3d51ec2
|
formatting filenames d7af6fdc8c
|
2020-05-29 23:26:28 +00:00 |
|
Krishna Vedala
|
d7af6fdc8c
|
Merge branch 'auto-format-source' of https://github.com/kvedala/C-Plus-Plus into auto-format-source
|
2020-05-29 19:25:23 -04:00 |
|
Krishna Vedala
|
fed47f610c
|
git pull & then push
|
2020-05-29 19:24:24 -04:00 |
|