Commit Graph

978 Commits

Author SHA1 Message Date
Krishna Vedala
4865dab19a Merge branch 'machine_learning/kohonen_som' 2020-06-03 16:32:35 -04:00
Krishna Vedala
f49963a829 added graphs to kohonen - use dedicated branch for SVG image uploads 2020-06-03 16:22:10 -04:00
github-actions
7e66e149ee updating DIRECTORY.md 2020-06-03 18:55:22 +00:00
Krishna Vedala
ae2ee4b0cf update description 2020-06-03 14:53:43 -04:00
Krishna Vedala
313b39ab16 fix parameter info for diff_clock
(cherry picked from commit e930704a3d9333490910c86352624759442c0907)
2020-06-03 14:52:46 -04:00
Krishna Vedala
b60d68ac72 rename kohonen som to tracer
(cherry picked from commit ebb7cc74ca855dd504f65eb42db5472985d81991)
2020-06-03 14:52:33 -04:00
Krishna Vedala
646cafd049
Merge pull request #9 from kvedala/machine_learning/kohonen_som
Machine learning/kohonen som
2020-06-03 14:19:39 -04:00
Krishna Vedala
49ed139a13 remove 2D array const 2020-06-03 14:15:59 -04:00
Krishna Vedala
73d6a775c1 remove const double * const* 2020-06-03 14:08:34 -04:00
Krishna Vedala
b54ee460f3 remove inline for get_clock_diff 2020-06-03 14:06:54 -04:00
Krishna Vedala
fcf1b5ab91 added 3D test case 2020-06-03 13:39:41 -04:00
Krishna Vedala
46a3707ac8 rename save function to nd and added missing time diff computation function 2020-06-03 13:39:26 -04:00
Krishna Vedala
60a768b2a1 added computation time output 2020-06-03 13:36:40 -04:00
Krishna Vedala
5b3063f4d3 printf openmp debug message 2020-06-03 12:55:59 -04:00
Krishna Vedala
bc950d502a rename random(..) -> _random(..) to avoid conflict with similar function name <stdlib.h> 2020-06-03 12:45:44 -04:00
Krishna Vedala
31c145b773 const 2d pointer access attempt 2 2020-06-03 12:38:10 -04:00
Krishna Vedala
0650630aa9 fix const pointer parameters 2020-06-03 12:29:54 -04:00
github-actions
6af5c96573 updating DIRECTORY.md 2020-06-03 16:01:26 +00:00
Krishna Vedala
98fb7ffce7 1d kohonen self organizing map (som) 2020-06-03 11:57:14 -04:00
Krishna Vedala
614280257b added missing delete adaline 2020-05-31 13:30:53 -04:00
Krishna Vedala
c884bb96d9
Merge pull request #8 from kvedala/machine_learning/adaline
[feat:] Machine learning/adaline
2020-05-31 13:17:16 -04:00
Krishna Vedala
65b2d92977 fixed test case 1 2020-05-31 13:04:56 -04:00
github-actions
47b653e7ca updating DIRECTORY.md 2020-05-31 16:44:21 +00:00
Krishna Vedala
1836baa4a0 adaline learning algorithm 2020-05-31 12:43:17 -04:00
Krishna Vedala
e48fb4eca1 add machine_learning folder 2020-05-31 10:56:51 -04:00
Krishna Vedala
ba90b68190 add params and returns to factorial_large_number 2020-05-31 10:51:34 -04:00
Krishna Vedala
8687bb4746 workflow action file renamed 2020-05-31 10:50:45 -04:00
Krishna Vedala
aa98625b45 find openmp declared required only once
added subfolders after finding openmp
2020-05-31 10:49:26 -04:00
Krishna Vedala
2a9b520ab7
Merge pull request #7 from kvedala/compute_realtime_stats
[feat] Compute realtime stats & Awesome CI workflow
2020-05-30 14:41:31 -04:00
Krishna Vedala
1345f575b5 remove redundant Travis CI 2020-05-30 14:40:51 -04:00
Krishna Vedala
5ea4194fbc fix newton-raphson root filename in CMAKE to ignore 2020-05-30 14:34:17 -04:00
Krishna Vedala
76c190295a update README for Awesome CI build status 2020-05-30 14:33:55 -04:00
github-actions
e738cef596 updating DIRECTORY.md 2020-05-30 18:26:38 +00:00
github-actions
466ccaa407 formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
Krishna Vedala
909e15d8be manually rename folder and files to lower-case 2020-05-30 14:25:30 -04:00
Krishna Vedala
62a2dbb978 distinguish git-move command arguments 2020-05-30 14:11:01 -04:00
Krishna Vedala
e20b81fa84 force gitmove 2020-05-30 14:07:19 -04:00
Krishna Vedala
d5e3a3d5ae added Awesome CI workflow 2020-05-30 14:04:20 -04:00
github-actions
1f86dffba1 updating DIRECTORY.md 2020-05-30 18:01:31 +00:00
Krishna Vedala
acf891047a algorithm for realtime computation of data statistics 2020-05-30 14:01:02 -04:00
Krishna Vedala
0ced2c9503
Merge pull request #6 from kvedala/auto_clang-format
Auto clang formatting of uploaded files
2020-05-29 16:28:58 -04:00
github-actions
6eeeaf3337 formatting source-code for 2829b58c98 2020-05-29 20:25:52 +00:00
Krishna Vedala
2829b58c98 Merge branch 'auto_clang-format' of https://github.com/kvedala/C into auto_clang-format 2020-05-29 16:23:43 -04:00
Krishna Vedala
42f7ffc7ab Revert "temporarily disable C/C++ CI"
This reverts commit 28136f80f0.
2020-05-29 16:23:26 -04:00
github-actions
0779a2b70d formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
Krishna Vedala
b388e4a309 Merge branch 'auto_clang-format' of https://github.com/kvedala/C into auto_clang-format 2020-05-29 16:22:37 -04:00
Krishna Vedala
9c9744d1d3 remove echo, added github commit of formatted files 2020-05-29 16:22:12 -04:00
github-actions
364c3c9f57 updating DIRECTORY.md 2020-05-29 20:16:48 +00:00
Krishna Vedala
93254e1e22 normalize path for simpsons rule 2020-05-29 16:16:24 -04:00
github-actions
e755365f0a updating DIRECTORY.md 2020-05-29 20:14:13 +00:00