Commit Graph

1114 Commits

Author SHA1 Message Date
Krishna Vedala
c8a2b1d5b2 use c++ specific static_cast instead 2020-06-03 22:16:14 -04:00
Krishna Vedala
1085bf4301 remove chronos library due to inacceptability by cpplint 2020-06-03 22:13:46 -04:00
Krishna Vedala
cb6e72107e Merge branch 'machine_learning/kohonen_som' of https://github.com/kvedala/C-Plus-Plus into machine_learning/kohonen_som 2020-06-03 22:11:21 -04:00
Krishna Vedala
aea585284a remove older files and folders from gh-pages before adding new files 2020-06-03 22:02:20 -04:00
github-actions
c6f12f290f updating DIRECTORY.md 2020-06-04 02:01:35 +00:00
Krishna Vedala
65def005b8 added kohonen self organizing map 2020-06-03 21:59:18 -04:00
Krishna Vedala
c476105881 find openMP before adding subdirectories 2020-06-03 21:40:28 -04:00
Krishna Vedala
e7cd34e02f added documentation to string_search namespace 2020-05-31 23:30:56 -04:00
Krishna Vedala
8df3288e06 Merge pull request #11 from kvedala/add_namespaces
[feat:] Better organization using namespaces
2020-05-31 23:15:31 -04:00
github-actions
4fe430d75f formatting source-code for fd69530515 2020-06-01 03:10:34 +00:00
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 15ec4c3aba 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 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
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