Commit Graph
18443 Commits
Author SHA1 Message Date
Sourabh Varshney cc866c8ea1 Style fix 2018-03-27 13:56:52 +05:30
Sourabh Varshney a662e5abe7 Add getter and setters for responses and predictors 2018-03-27 00:50:21 +05:30
Sourabh Varshney eaf632babd Changed numfunctions 2018-03-26 02:54:32 +05:30
Sourabh Varshney 6cb8f15824 Minor style fix 2018-03-21 16:38:16 +05:30
Sourabh Varshney a29be893dc Modified tests for ann_layer_test 2018-03-21 16:30:54 +05:30
Sourabh Varshney 77c26b88ac Make code smaller 2018-03-21 16:30:16 +05:30
Sourabh Varshney ae99536c25 Removed Reduntant Constructor and modified comments 2018-03-21 16:27:51 +05:30
Ryan Curtin 1ee8268cd5 Merge pull request #1306 from Wenhao-H/fixedseed
Allow setting a fixed random seed in binding tests
2018-03-19 06:06:38 -07:00
Marcus Edel 945160d2f6 Merge pull request #1275 from Manthan-R-Sheth/batchnorm
Implement BatchNorm Layer.
2018-03-18 19:14:30 +01:00
Wenhao Huang c9c5acb9e0 change func name and add comments 2018-03-17 16:26:07 +08:00
manthan-r-sheth 0cab3a987b Add name to contributors list 2018-03-16 19:59:04 +05:30
manthan-r-sheth c471518ccb Fix the formula 2018-03-16 19:57:52 +05:30
manthan-r-sheth 5fa2465ee6 Removed use of repmat 2018-03-16 19:57:52 +05:30
manthan-r-sheth f598498559 Minor fix 2018-03-16 19:57:52 +05:30
manthan-r-sheth e6e8070e1b Update backward formula 2018-03-16 19:57:52 +05:30
manthan-r-sheth f72164b527 Fix style issues 2018-03-16 19:57:52 +05:30
manthan-r-sheth c088c7b089 Update the maximum size in prereqs.hpp 2018-03-16 19:57:52 +05:30
manthan-r-sheth f46b131455 Minor style update 2018-03-16 19:57:52 +05:30
manthan-r-sheth 37603c1f82 Fix style issue 2018-03-16 19:57:52 +05:30
manthan-r-sheth 40a289bcd7 Increase boost:variant size 2018-03-16 19:57:52 +05:30
manthan-r-sheth b9b66bc270 Static analysis and style fix 2018-03-16 19:57:51 +05:30
manthan-r-sheth df990d55c0 Remove redeclarations 2018-03-16 19:57:51 +05:30
manthan-r-sheth 0f7eb1c839 Clean rebase issues 2018-03-16 19:57:51 +05:30
manthan-r-sheth fc8b896bd1 Implement Batchnorm layer and test 2018-03-16 19:57:51 +05:30
Praveen Ch 6e13ab585f Added link to Python implementation 2018-03-16 19:57:51 +05:30
Praveen Ch 3c2081af0f Moved the default declaration to the header file 2018-03-16 19:57:51 +05:30
Praveen Ch 2457915549 Made the constructor explicit 2018-03-16 19:57:51 +05:30
Praveen Ch 38a4ab2af3 Moved the headers 2018-03-16 19:57:51 +05:30
Praveen Ch 15f9961c46 Removed default constructor 2018-03-16 19:57:51 +05:30
Praveen Ch 8bfe4c8e7e Added typecast to rectify Windows build error 2018-03-16 19:57:51 +05:30
Praveen Ch 321c6d8b83 Added tests for BatchNorm Layer 2018-03-16 19:57:50 +05:30
Praveen Ch 654151858f Minor Forward pass modification 2018-03-16 19:57:50 +05:30
Praveen Ch 021c1a7263 Fixed minor bug 2018-03-16 19:57:50 +05:30
Praveen Ch af7a45a244 Completed the layer with documentation 2018-03-16 19:57:50 +05:30
Praveen Ch a70abebb1a Correct forward pass 2018-03-16 19:57:50 +05:30
Praveen Ch f8533ac665 Implemented the BatchNorm Layer 2018-03-16 19:57:50 +05:30
Ryan Curtin 0e14562937 Merge pull request #1296 from Manthan-R-Sheth/decisiontree
Regularisation for Decision Tree.
2018-03-16 06:51:18 -07:00
Marcus Edel 03f5ac20c0 Merge pull request #1308 from zoq/ann_tutorial
Add basic ann tutorial.
2018-03-15 14:28:56 +01:00
Marcus Edel ecb4d168fa Merge pull request #1298 from MJ10/master
Optmistic Mirror Descent for Adam Optimizer.
2018-03-15 14:27:41 +01:00
Marcus Edel 0454300939 Fix style and grammar issues. 2018-03-14 17:42:21 +01:00
Marcus Edel 3cf1cde385 Minor style fixes. 2018-03-14 15:15:05 +01:00
Marcus Edel 6586ee2532 Merge pull request #1272 from Prabhat-IIT/init
Added Glorot Initialization method.
2018-03-14 14:57:59 +01:00
Ryan Curtin 60ae9da5f9 Merge pull request #1304 from rcurtin/lrtest_fix
Fix LogisticRegressionMainTest
2018-03-14 05:09:13 -07:00
Ryan Curtin 2942ebbef5 Merge pull request #1293 from PlantsAndBuildings/hmm-cli-tests-2
Tests for bindings hmm_loglik, hmm_generate and hmm_viterbi
2018-03-14 05:07:56 -07:00
Ryan Curtin 07e7bc21a1 Merge pull request #1224 from Prabhat-IIT/dev
Added tests for kmeans_main.cpp
2018-03-14 05:06:29 -07:00
Marcus Edel 4d3f3b66e0 Grammar and punctuation fix. 2018-03-13 22:41:26 +01:00
Wenhao Huang 78a7032b72 change comment 2018-03-13 23:18:01 +08:00
Wenhao Huang 60b6cd1e48 another idea 2018-03-13 23:16:52 +08:00
Prabhat 330c838575 Minor change 2018-03-13 08:53:37 +05:30
Moksh Jain 3f87ab1d41 added description of optimisticadam 2018-03-12 22:11:05 +05:30