Krishna Vedala
|
fd69530515
|
added namespace string_search
|
2020-05-31 23:09:10 -04:00 |
|
Krishna Vedala
|
5a2615c54e
|
added sorting algos to namespace sorting
|
2020-05-31 23:08:57 -04:00 |
|
Krishna Vedala
|
c2c4681554
|
add namespace - sorting
|
2020-05-31 23:00:59 -04:00 |
|
Krishna Vedala
|
1125c85b3f
|
add namespace - statistics
|
2020-05-31 23:00:49 -04:00 |
|
Krishna Vedala
|
579620271f
|
add namespace - machine_learning
|
2020-05-31 23:00:38 -04:00 |
|
Krishna Vedala
|
e9f795e9c3
|
Merge branch 'merge_upstream'
|
2020-05-31 10:18:40 -04:00 |
|
Krishna Vedala
|
e9e5588fe7
|
added algorithm include for std::max
|
2020-05-31 09:48:57 -04:00 |
|
Krishna Vedala
|
6b759eb952
|
added cmake to geometry folder
|
2020-05-31 09:46:48 -04:00 |
|
Krishna Vedala
|
524c5ae9fd
|
Merge branch 'merge-upstream'
|
2020-05-31 09:37:42 -04:00 |
|
github-actions
|
1ffb26165f
|
formatting source-code for 15ec4c3aba4fb41b81ed2b44b7154a4f7b45a898
|
2020-05-31 13:23:01 +00:00 |
|
Krishna Vedala
|
82f3fff672
|
improve documentation for adaline
|
2020-05-31 09:22:46 -04:00 |
|
Krishna Vedala
|
15ec4c3aba
|
Merge remote-tracking branch 'upstream/master' into merge-upstream
|
2020-05-31 09:21:53 -04:00 |
|
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 f94a3305943d4cf00e4531857279b8032d0e9489
|
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 f8925e482216aecd152bc898653ee9ab82213cf3
|
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 a850308fbada18c0d4b6f9a9cac5c34fc064cbae
|
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 |
|
github-actions
|
46aba07f20
|
updating DIRECTORY.md
|
2020-05-30 14:58:01 +00:00 |
|
Sajied Shah Yousuf
|
0eedbb34a4
|
feat: added a new algorithm to find whether two line segment intersec… (#796)
* feat: added a new algorithm to find whether two line segment intersect or not
* fix: cpplint issues
* added documentation.....
* added documentation....
* added documentation...
* added doxygen format....
* fix: comment blocks...
* fix: cpplint issue
* fix: cpplint issues...
* fix: comment spaces...
* fix: additional spaces...
* fix: documentation issue
|
2020-05-30 20:27:45 +05:30 |
|
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 153fb7b8a572aaf4561ac3d22d47e89480f11318
|
2020-05-30 04:02:09 +00:00 |
|
github-actions
|
92fe9495ec
|
formatting filenames 153fb7b8a572aaf4561ac3d22d47e89480f11318
|
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 |
|