提交

151 次代码提交

作者 SHA1 备注 提交日期
Artem Golubin 3fe473a7a0 Merge pull request #96 from Adi-474u/add-gelu-activation
Tests / build (push) Has been cancelled
Added GELU activation function
2026-05-07 09:48:35 +03:00
Adi-474u 1fe46f66f8 Add GELU activation function
Implemented GELU activation using tanh approximation
2026-05-07 08:00:42 +05:30
Artem Golubin 8fb8bb4282 Format using ruff 2025-06-16 01:18:12 +04:00
Artem Golubin 4e93532b6f Format using ruff 2025-06-16 01:15:27 +04:00
Artem Golubin edf9a137a8 Update github actions 2025-06-16 01:11:28 +04:00
Artem Golubin 035e489a87 Merge pull request #88 from paulinder/patch-1
fix gradient descent optimization algorithm link
2022-01-31 09:13:40 +03:00
Paul Inder d20d3130d6 fix gradient descent optimization algorithm link
sebastian ruder updated the domain of his site.
2022-01-30 18:51:43 -05:00
Artem Golubin 3c8e16b8de Merge pull request #79 from Shihab-Shahriar/master
Fixed a bug in decision tree's _calculate_leaf_value method
2020-09-14 01:16:40 +03:00
Artem Golubin ef5aca0ae3 Apply suggestions from code review 2020-09-14 01:13:43 +03:00
Artem Golubin 2378011a2c Style fixes 2020-08-20 22:56:03 +03:00
Artem Golubin ffbe4085e2 Minor fixes 2020-08-20 22:43:06 +03:00
Artem Golubin 9f9e0615f5 Minor edits to CI config 2020-08-20 22:26:04 +03:00
Artem Golubin 8b8fbb291c Remove TravisCI 2020-08-20 22:20:13 +03:00
Artem Golubin 7a62559bf4 Create python-app.yml 2020-08-20 22:18:01 +03:00
Shihab Shahriar 60ee2893c2 refactored Decision Tree to support n_classes 2020-05-29 20:12:48 +06:00
Shihab Shahriar fbb730844d resolved bug when all labels in leaf node are 0 2020-05-29 19:25:18 +06:00
Shihab Shahriar 30e4c49f44 small code cleanup 2020-05-29 18:32:01 +06:00
Shihab Shahriar 0b9ebf3a99 resolved classification bug in decision tree using n_classes 2020-05-28 20:17:03 +06:00
Artem Golubin 58a8c25395 Merge pull request #78 from Musketeer-Liu/YutongLiu-Fix
Fix the rbm example via delete unnecessary decode on str Object in ml…
2020-02-26 16:10:16 +07:00
Musketeer.Liu ad58bf49f2 Add Mode as rt to avoid str Object decoding issue 2020-02-26 01:07:45 -08:00
Musketeer.Liu 68522f2e6d Change open function mode for decode issue 2020-02-24 11:19:10 -08:00
Musketeer.Liu bcf95627fa Fix the rbm example via delete unnecessary decode on str Object in mla/datasets/base.py line 54 2020-02-23 23:44:38 -08:00
Artem Golubin 4558cd390b Update copyright 2020-01-01 20:40:00 +03:00
Artem Golubin b3a31d7f77 Merge pull request #77 from nachtsky1077/master
fix typo when calculating intercept in simplified SMO algorithm
2019-11-29 08:42:46 +01:00
nachtsky1077 601c817cb4 fix typo when calculating intercept in simplified SMO algorithm 2019-11-29 13:33:39 +08:00
Artem Golubin 1ede2fe7f0 Merge pull request #65 from mohit0920/master
sh for bash commands improved documentation
2019-10-13 10:06:02 +03:00
Mohit Juneja 81b6b181dc improved documentation 2019-10-10 12:41:17 +05:30
Mohit Juneja 8ba4818ba7 sh in documentation 2019-10-10 12:40:05 +05:30
Artem Golubin 0d1022ee46 Improve SVM test 2019-10-02 15:35:46 +03:00
Artem Golubin a40c620bc8 Merge pull request #56 from Antetokounpo/adamax
Add Adamax optimizer and unit test
2019-10-02 15:13:34 +03:00
Antetokounpo fff1c2832b Add Adamax optimizer and unit test 2019-10-01 19:34:27 -04:00
Artem Golubin ba450f87c4 Minor fixes 2019-08-25 19:59:26 +03:00
Artem Golubin d2de145bf1 Fix plot for k-means. Resolves #54 2019-07-22 14:13:53 +03:00
Artem Golubin 62633dd302 Format code using black 2019-05-11 18:15:53 +03:00
Artem Golubin 874d9b7896 Merge pull request #53 from ndrwmlnk/master
bug fix env.close()
2019-03-15 10:00:16 +03:00
Andrew Melnik c5cc88ea48 bug fix env.close() 2019-03-14 12:13:55 +01:00
Artem Golubin a1c47cb2ae Update AUTHORS 2019-03-13 23:29:11 +03:00
Artem Golubin 6789901b63 Update README.md 2019-03-13 23:27:33 +03:00
Artem Golubin 9acca5d8cf Merge pull request #52 from ndrwmlnk/master
bug fix self.memory_limit
2019-03-13 19:27:15 +03:00
Andrew Melnik 8f49f660e9 bug fix self.memory_limit 2019-03-13 16:06:05 +01:00
Artem Golubin c0eacae66d Merge pull request #51 from ndrwmlnk/master
bug fix - pip install . - mla/rl was missing
2019-03-12 19:41:01 +03:00
Andrew Melnik 9f22724a36 pip install . - bug fix - mla/rl was missing 2019-03-12 17:20:23 +01:00
Artem Golubin 7241c97c07 Merge pull request #50 from therickli/master
fix sigmoid function
2019-03-12 14:16:32 +03:00
lm 31c38db00b fix sigmoid function 2019-03-12 13:34:20 +08:00
Artem Golubin 6e383f73e8 Update AUTHORS 2019-02-18 14:36:01 +03:00
Artem Golubin 8f4f1339ba Merge pull request #47 from LanderTome/feature-branch_normalization
Add a basic implementation of Batch Normalization.
2019-02-18 14:35:22 +03:00
Artem Golubin 528d623fd6 Update normalization.py 2019-02-18 14:34:59 +03:00
Artem Golubin 22ff8aa698 Merge pull request #46 from LanderTome/patch-tqdm
Add total size of batch iterations to tqdm loop
2019-02-18 14:32:03 +03:00
Robert Wukmir 49c51758fe Add a basic implementation of Batch Normalization.
Adapted from https://kratzert.github.io/2016/02/12/understanding-the-gradient-flow-through-the-batch-normalization-layer.html

A more efficient algorithm could probably be used, but this one seems pretty easy to understand.
2019-02-17 23:25:27 -08:00
Robert Wukmir 4e980800b7 Add total size of batch iterations to tqdm loop so that it displays estimated time to completion. 2019-02-17 22:57:22 -08:00