incubator-systemml git commit: More elegant way to throw parse errors.

2015-12-08 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master c27e74547 -> 3095fd4e5 More elegant way to throw parse errors. Thanks to Luciano's tip :) Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Minor cleanup in the parser.

2015-12-08 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 3095fd4e5 -> f5f033777 Minor cleanup in the parser. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/f5f03377 Tree:

incubator-systemml git commit: Adding ID support for DataFrame required for MLContext

2015-12-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 301977fc3 -> abd19df94 Adding ID support for DataFrame required for MLContext This change also works for older Spark 1.3.0. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Adding ID support for converter utils vectorDataFrameToBinaryBlock.

2015-12-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master abd19df94 -> 35319ba70 Adding ID support for converter utils vectorDataFrameToBinaryBlock. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Making converter utils scala friendly.

2015-12-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 94fd4d741 -> 80872d865 Making converter utils scala friendly. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/80872d86 Tree:

incubator-systemml git commit: Adding converter utils to extract specific columns from DataFrame

2015-12-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 35319ba70 -> 94fd4d741 Adding converter utils to extract specific columns from DataFrame Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Resolving SYSTEMML-331 bug by adding setConfig method in MLContext.

2016-01-12 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 6b4205e29 -> 231f69dd0 Resolving SYSTEMML-331 bug by adding setConfig method in MLContext. One can use following code to change scratch_space for Databricks cloud: val ml = new MLContext(sc) ... ml.setConfig("scratch",

[2/2] incubator-systemml git commit: [SYSTEMML-445] [WIP] Initial version of GPU backend

2016-06-15 Thread niketanpansare
+ + + central + https://repo1.maven.org/maven2 + +true + + + +mavenized-jcuda-mvn-repo + https://raw.github.com/niketanpansare/mavenized-jcuda/mvn-repo/ + +

[1/2] incubator-systemml git commit: [SYSTEMML-445] [WIP] Initial version of GPU backend

2016-06-15 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 8c37e2e1e -> f306b0b1e http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f306b0b1/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java

incubator-systemml git commit: [SYSTEMML-762] Adding debugging information to identify unknown dimensions for ConvolutionOp

2016-06-22 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master c9b6f02e7 -> 873229f30 [SYSTEMML-762] Adding debugging information to identify unknown dimensions for ConvolutionOp This will help the DML user reason about why local MR jobs were created. Project:

incubator-systemml git commit: [SYSTEMML-762] Bug fix for memory estimates of ConvolutionOp

2016-06-15 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 7065b7f39 -> 55c8ee7d6 [SYSTEMML-762] Bug fix for memory estimates of ConvolutionOp Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-762] Adding a fix to avoid unnecessary local MR jobs for Lenet script

2016-06-23 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 873229f30 -> 640f65463 [SYSTEMML-762] Adding a fix to avoid unnecessary local MR jobs for Lenet script Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-445][SYSTEMML-540] Adding NNZ to Convolution CP instruction and also refactoring GPUContext and GPUObject.

2016-06-24 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 464600e3e -> be2632127 [SYSTEMML-445][SYSTEMML-540] Adding NNZ to Convolution CP instruction and also refactoring GPUContext and GPUObject. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: SYSTEMML-331: Overloading reset to keep current config

2016-01-15 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master fe3b56402 -> c71183924 SYSTEMML-331: Overloading reset to keep current config Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-331] Using overloaded reset in unit test-case

2016-01-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 7f6b2ed59 -> 93ee7766b [SYSTEMML-331] Using overloaded reset in unit test-case Cleanup config in GNMFTest to ensure future MLContext testcases have correct 'cp.parallel.matrixmult'. Project:

incubator-systemml git commit: Fix NullPointerException bug in transform

2016-02-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 17ea62a31 -> d25ba0d8c Fix NullPointerException bug in transform Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/d25ba0d8 Tree:

incubator-systemml git commit: Provide error message when the transform and output path overlaps.

2016-02-17 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 5baebe4f7 -> f4d99cf01 Provide error message when the transform and output path overlaps. We will throw error message for following invocation: hadoop jar SystemML.jar -f algorithms/transform.dml -nvargs

incubator-systemml git commit: Fixed incorrect handling of escape characters in the parser

2016-04-25 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master d853d74b2 -> 1b48ca0a9 Fixed incorrect handling of escape characters in the parser The escape characters were not propogated by the parser to the runtime. Consider the following script: print("Foo:\t" + "blah\n---") The above

incubator-systemml git commit: [SYSTEMML-594] Adding Flight Delay Demo notebook

2016-04-26 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 3ef044092 -> 6bce4dfda [SYSTEMML-594] Adding Flight Delay Demo notebook Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/6bce4dfd

incubator-systemml git commit: [SYSTEMML-578] [SYSTEMML-580] Adding ScalaTest for MLPipeline wrappers

2016-04-21 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/mlpipeline_test [created] c186e7513 [SYSTEMML-578] [SYSTEMML-580] Adding ScalaTest for MLPipeline wrappers 1. Adding ScalaAutomatedTestBase to make sure that ScalaTest run on Windows environment. 2. Added test("test logistic

incubator-systemml git commit: [SYSTEMML-594] Adding tutorial to run SystemML on Bluemix/DSW using Zeppelin/Jupyter

2016-05-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master c334c2c85 -> bcdc9da51 [SYSTEMML-594] Adding tutorial to run SystemML on Bluemix/DSW using Zeppelin/Jupyter Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[1/2] incubator-systemml git commit: [SYSTEMML-540] Initial implementation of conv2d/pooling builtin function

2016-05-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 946b6634b -> c334c2c85 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/c334c2c8/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixDNN.java

incubator-systemml git commit: [SYSTEMML-594] Updating the flight delay demo notebook

2016-05-03 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 45c496c71 -> 6b950fcf5 [SYSTEMML-594] Updating the flight delay demo notebook Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-209] Including the algorithms in the jar for wrappers/demo

2016-04-20 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 400a0d822 -> 4d3987e60 [SYSTEMML-209] Including the algorithms in the jar for wrappers/demo As discussed in our mailing list, including our existing DML algorithms in SystemML.jar will improve usability of our MLPipeline

incubator-systemml git commit: [SYSTEMML-209] Removing stdout from ScriptUtils

2016-04-20 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 4d3987e60 -> 1bc0f96e1 [SYSTEMML-209] Removing stdout from ScriptUtils Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/1bc0f96e

incubator-systemml git commit: [SYSTEMML-540] Removed non-performing operators as well as avoided unnecessary sparse conversions

2016-08-14 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 623779912 -> e9aa58414 [SYSTEMML-540] Removed non-performing operators as well as avoided unnecessary sparse conversions - Removed im2col, col2im, rotate180, reshape_col as instructions - Improved performance of conv2d,

incubator-systemml git commit: [SYSTEMML-769] Added looped im2col operator for conv2d and conv2d

2016-07-18 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master da3187392 -> 09477a7b0 [SYSTEMML-769] Added looped im2col operator for conv2d and conv2d This operator is more computationally efficient than memoryless looped conv2d and is more memory efficient than im2col. Project:

incubator-systemml git commit: [SYSTEMML-234] [SYSTEMML-208] Added mllearn library to support scikit-learn and MLPipeline

2016-08-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 5929b3b73 -> 45c36a3ff [SYSTEMML-234] [SYSTEMML-208] Added mllearn library to support scikit-learn and MLPipeline - Added following algorithms: LogisticRegression, LinearRegression (DS/CG), SVM (l2/msvm) and NaiveBayes. -

[1/2] incubator-systemml git commit: [SYSTEMML-234] [SYSTEMML-208] Added mllearn library to support scikit-learn and MLPipeline

2016-08-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master b62a67c0e -> f02f7c018 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f02f7c01/src/main/scala/org/apache/sysml/api/ml/NaiveBayes.scala -- diff

[2/2] incubator-systemml git commit: [SYSTEMML-234] [SYSTEMML-208] Added mllearn library to support scikit-learn and MLPipeline

2016-08-09 Thread niketanpansare
[SYSTEMML-234] [SYSTEMML-208] Added mllearn library to support scikit-learn and MLPipeline - Added following algorithms: LogisticRegression, LinearRegression (DS/CG), SVM (l2/msvm) and NaiveBayes. - These algorithms use new MLContext. - Added utility functions to convert NumPy arrays, SciPy

incubator-systemml git commit: [MINOR] Added external builtin functions for performing cumsumprod and rowclassmeet

2017-02-01 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 4f8648593 -> 6fad65d1d [MINOR] Added external builtin functions for performing cumsumprod and rowclassmeet Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/3] incubator-systemml git commit: [SYSTEMML-1039] Added variance, row/col variance

2017-02-08 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ad009d81/src/main/cpp/kernels/SystemML.ptx -- diff --git a/src/main/cpp/kernels/SystemML.ptx b/src/main/cpp/kernels/SystemML.ptx index dfff5dd..93f3879 100644 ---

[3/3] incubator-systemml git commit: [SYSTEMML-1039] Added variance, row/col variance

2017-02-08 Thread niketanpansare
[SYSTEMML-1039] Added variance, row/col variance Closes #383. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/ad009d81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/ad009d81

[1/3] incubator-systemml git commit: [SYSTEMML-1039] Added variance, row/col variance

2017-02-08 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master f8d707788 -> ad009d81f http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ad009d81/src/main/java/org/apache/sysml/hops/AggUnaryOp.java -- diff

incubator-systemml git commit: [SYSTEMML-1187] Updated the documentation for removeEmpty with select and bugfix for relu_backward

2017-01-22 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 998b0b1a5 -> a23396df6 [SYSTEMML-1187] Updated the documentation for removeEmpty with select and bugfix for relu_backward Also, added a multi-input cbind external function. Project:

[2/2] incubator-systemml git commit: [SYSTEMML-1190] Allow Scala UDF to be passed to SystemML via external UDF mechanism

2017-01-23 Thread niketanpansare
[SYSTEMML-1190] Allow Scala UDF to be passed to SystemML via external UDF mechanism The registration mechanism is inspired from Spark SQLContext's UDF. The key construct is ml.udf.register("fn to be used in DML", scala UDF). The restrictions for Scala UDF are as follows: - Only types specified

incubator-systemml git commit: [SYSTEMML-1238] Updated the default parameters of mllearn to match that of scikit learn.

2017-02-17 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master cf92e8417 -> 9d0087cbb [SYSTEMML-1238] Updated the default parameters of mllearn to match that of scikit learn. - Also updated the test to compare our algorithm to scikit-learn. Closes #398. Project:

incubator-systemml git commit: [SYSTEMML-855] Update the documentation for Python users

2017-02-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 457a97db8 -> 0f2085498 [SYSTEMML-855] Update the documentation for Python users Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/2] incubator-systemml git commit: [SYSTEMML-855] Update the documentation for Python users

2017-02-09 Thread niketanpansare
[SYSTEMML-855] Update the documentation for Python users Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/51da13ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/51da13ee Diff:

[1/2] incubator-systemml git commit: [SYSTEMML-1209] Add configurable API Docs menu to docs header

2017-02-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages bfb93b03c -> 51da13ee3 [SYSTEMML-1209] Add configurable API Docs menu to docs header Add configurable API Docs menu to docs header to link to generated API docs from versioned documentation. Project:

incubator-systemml git commit: [SYSTEMML-1228] Cleanup monitoring util and switch to Spark 2.1.0

2017-02-10 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 67f16c46e -> 1b4f1ec4d [SYSTEMML-1228] Cleanup monitoring util and switch to Spark 2.1.0 Closes #376. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [MINOR] Addressed corner cases (i.e. empty blocks and extremely large blocks) as well added recomputing nnz in the converters

2017-02-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 0c85c1e52 -> 7e2383bfa [MINOR] Addressed corner cases (i.e. empty blocks and extremely large blocks) as well added recomputing nnz in the converters Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo

[2/3] incubator-systemml git commit: [SYSTEMML-1039] Added row/col mean, sumsq, product

2017-01-17 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/02040346/src/main/cpp/kernels/SystemML.ptx -- diff --git a/src/main/cpp/kernels/SystemML.ptx b/src/main/cpp/kernels/SystemML.ptx index 8296f92..dfff5dd 100644 ---

[1/3] incubator-systemml git commit: [SYSTEMML-1039] Added row/col mean, sumsq, product

2017-01-17 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master a4c7be783 -> 020403466 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/02040346/src/main/java/org/apache/sysml/hops/AggUnaryOp.java -- diff

[3/3] incubator-systemml git commit: [SYSTEMML-1039] Added row/col mean, sumsq, product

2017-01-17 Thread niketanpansare
[SYSTEMML-1039] Added row/col mean, sumsq, product Closes #346. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/02040346 Tree:

incubator-systemml git commit: [SYSTEMML-540] [SYSTEMML-515] Allow an expression for sparsity

2017-01-19 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 31d2cda55 -> 42ebc9620 [SYSTEMML-540] [SYSTEMML-515] Allow an expression for sparsity - This PR also improves the performance of dropout. Closes #351. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo

incubator-systemml git commit: [SYSTEMML-451] Updated the doc string for defmatrix class

2016-08-31 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 2f9769e20 -> d5eea2e85 [SYSTEMML-451] Updated the doc string for defmatrix class Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-881] [WIP] Added indexing, relational and boolean operators + mathematical/trigonometric builtin functions for Python DSL

2016-09-06 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master d39865e9e -> f10fa2b8f [SYSTEMML-881] [WIP] Added indexing, relational and boolean operators + mathematical/trigonometric builtin functions for Python DSL - Left and Right Indexing - Relational operators (<, <=, >, >=, ==,

[2/2] incubator-systemml git commit: [SYSTEMML-878] Update the Python package from SystemML to systemml

2016-09-01 Thread niketanpansare
[SYSTEMML-878] Update the Python package from SystemML to systemml - Updated Python package name from SystemML to systemml - Moved uploadToPyPI.sh script to dev/release - Updated the documentation Closes #231. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[1/2] incubator-systemml git commit: [SYSTEMML-878] Update the Python package from SystemML to systemml

2016-09-01 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 7610a21db -> 542de374e http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/542de374/src/main/python/systemml/mlcontext.py -- diff --git

incubator-systemml git commit: [SYSTEMML-878] Update the Python package from SystemML to systemml

2016-09-01 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages c08740043 -> 298a9e7b9 [SYSTEMML-878] Update the Python package from SystemML to systemml - Updated Python package name from SystemML to systemml - Moved uploadToPyPI.sh script to dev/release - Updated the documentation

incubator-systemml git commit: [SYSTEMML-209] Added documentation for MLPipeline scala wrappers for MultiLogReg, SVM and Naive Bayes.

2016-08-29 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 3aa725984 -> f48c6a800 [SYSTEMML-209] Added documentation for MLPipeline scala wrappers for MultiLogReg, SVM and Naive Bayes. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-881] [WIP] Bug fixes in indexing operation and added debugging utility for development purposes

2016-09-07 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master f10fa2b8f -> e23acf71f [SYSTEMML-881] [WIP] Bug fixes in indexing operation and added debugging utility for development purposes Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-1005] Fix nnz computation issue for mllearn converters

2016-10-04 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 4e0949bae -> 70799f521 [SYSTEMML-1005] Fix nnz computation issue for mllearn converters Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/2] incubator-systemml git commit: [SYSTEMML-451] Initial version of python matrix class

2016-08-28 Thread niketanpansare
[SYSTEMML-451] Initial version of python matrix class - Added matrix class that supports lazy evaluation of elementary matrix operations. - Updated documentation for Python users that explains usage of mllearn, matrix and mlcontext. - Added a setup file for pip installer. Closes #197

[1/2] incubator-systemml git commit: [SYSTEMML-451] Initial version of python matrix class

2016-08-28 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 9279e8b17 -> 48a7267f8 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/48a7267f/src/main/python/SystemML/mllearn/estimators.py -- diff --git

incubator-systemml git commit: [SYSTEMML-948] Handle empty blocks in convolution-related operation

2016-09-27 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 055e850fc -> 2636d4556 [SYSTEMML-948] Handle empty blocks in convolution-related operation Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-998] Overview page as a design document for developers

2016-09-30 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 53ba37ecc -> c7d990ce6 [SYSTEMML-998] Overview page as a design document for developers Also updated the documentation of Python DSL and mllearn. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo

[2/3] incubator-systemml git commit: [SYSTEMML-881] Added random functionality to Python DSL

2016-10-02 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d9703b53/docs/devdocs/python_api.html -- diff --git a/docs/devdocs/python_api.html b/docs/devdocs/python_api.html new file mode 100644 index 000..41a8e3e ---

[1/3] incubator-systemml git commit: [SYSTEMML-881] Added random functionality to Python DSL

2016-10-02 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 46033 -> d9703b539 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d9703b53/src/main/java/org/apache/sysml/parser/pydml/PydmlSyntacticValidator.java

incubator-systemml git commit: [SYSTEMML-1088] [SYSTEMML-1090] Remove the need for label mapping for Scala wrappers

2016-11-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 940e1ea73 -> 254f9e5da [SYSTEMML-1088] [SYSTEMML-1090] Remove the need for label mapping for Scala wrappers - Also, removed the need to set SparkContext if already created (for example in interactive pyspark shell). -

incubator-systemml git commit: [SYSTEMML-1088] [SYSTEMML-1090] Remove the need for label mapping for Scala wrappers

2016-11-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master f2344ff6f -> 172a2c511 [SYSTEMML-1088] [SYSTEMML-1090] Remove the need for label mapping for Scala wrappers - Also, removed the need to set SparkContext if already created (for example in interactive pyspark shell). -

incubator-systemml git commit: [SYSTEMML-1099] Mavenize the creation of python package

2016-11-16 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master dd8adccb3 -> c94e86cfe [SYSTEMML-1099] Mavenize the creation of python package - Also added the LICENSE and DISCLAIMER to the root of the python package as per discussion in the mailing list. Project:

[1/2] incubator-systemml git commit: [SYSTEMML-1116] Make SystemML Python DSL NumPy-friendly

2016-12-07 Thread niketanpansare
+, -, *, /, ^, etc) and also supports most of NumPy's universal functions (i.e. ufuncs). + +The current version of NumPy explicitly disables overriding ufunc, but this should be enabled in next release. +Until then to test above code, please use: + +```bash +git clone https://githu

[2/2] incubator-systemml git commit: [SYSTEMML-1139] Updated the beginner's guide

2016-12-07 Thread niketanpansare
[SYSTEMML-1139] Updated the beginner's guide The updated documentation reflect the installation steps as per commit https://github.com/apache/incubator-systemml/commit/d225cbdc90e4d5f8e464182c237f5e4900467a38 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-1139] Updated the beginner's guide

2016-12-07 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 244941c6c -> bf42a91d2 [SYSTEMML-1139] Updated the beginner's guide The updated documentation reflect the installation steps as per commit

[2/2] incubator-systemml git commit: [SYSTEMML-540] Improved the performance of bias_add and added relu_backward (CP + GPU)

2017-01-10 Thread niketanpansare
[SYSTEMML-540] Improved the performance of bias_add and added relu_backward (CP + GPU) Closes #337. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/afe61b5a Tree:

[1/2] incubator-systemml git commit: [SYSTEMML-540] Improved the performance of bias_add and added relu_backward (CP + GPU)

2017-01-10 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master b0fb707d2 -> afe61b5a2 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/afe61b5a/src/main/java/org/apache/sysml/runtime/instructions/gpu/ConvolutionGPUInstruction.java

[2/3] incubator-systemml git commit: [SYSTEMML-1039] Added row/col min, row/col max & mean

2017-01-13 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/627fdbe2/src/main/cpp/kernels/SystemML.ptx -- diff --git a/src/main/cpp/kernels/SystemML.ptx b/src/main/cpp/kernels/SystemML.ptx index 51ddb41..8296f92 100644 ---

incubator-systemml git commit: [SYSTEMML-540] Bugfix for GPU bias_add and minor cleanup

2017-01-10 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master afe61b5a2 -> 0ff4f14b6 [SYSTEMML-540] Bugfix for GPU bias_add and minor cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [HOTFIX] Fixed gpu bias_add function for GPU. Metadata was being set incorrectly

2017-01-09 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 2fa6141f3 -> b0fb707d2 [HOTFIX] Fixed gpu bias_add function for GPU. Metadata was being set incorrectly Closes #338. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [HOTFIX] [SYSTEMML-540] Fixed javadoc errors and added fused CP conv2d + bias_add

2017-01-10 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 0ff4f14b6 -> 7af36f80b [HOTFIX] [SYSTEMML-540] Fixed javadoc errors and added fused CP conv2d + bias_add Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-540] Reduced the number of transpose from batchsize to number of cores in conv2d_backward_filter

2017-01-12 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 29e485db2 -> c197f20cc [SYSTEMML-540] Reduced the number of transpose from batchsize to number of cores in conv2d_backward_filter Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[1/2] incubator-systemml git commit: [SYSTEMML-1116] Make SystemML Python DSL NumPy-friendly

2016-12-02 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 398490e3e -> 23ccab85c http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/23ccab85/src/main/python/systemml/defmatrix.py -- diff --git

[2/2] incubator-systemml git commit: [SYSTEMML-1116] Make SystemML Python DSL NumPy-friendly

2016-12-02 Thread niketanpansare
also supports most of NumPy's universal functions (i.e. ufuncs). + +The current version of NumPy explicitly disables overriding ufunc, but this should be enabled in next release. +Until then to test above code, please use: + +```bash +git clone https://github.com/niketanpansare/numpy.git +cd n

incubator-systemml git commit: important bug fix for gpu ultra sparse matmult

2016-11-30 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 25f085582 -> 398490e3e important bug fix for gpu ultra sparse matmult Closes #304. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-540] Support bias_add operation

2017-01-06 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 41c513151 -> 4cd982917 [SYSTEMML-540] Support bias_add operation - Also added an external UDF for faster SGD Nesterov's update. However since the performance improvement was only by 7%, I decided not to introduce a fused

incubator-systemml git commit: [SYSTEMML-1039] Implemented uack+/uac+

2017-01-06 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 6f8cea9bc -> 7a30925e6 [SYSTEMML-1039] Implemented uack+/uac+ Closes #331. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-540] Added fused relu_maxpooling

2017-01-06 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 4cd982917 -> 2b5b12557 [SYSTEMML-540] Added fused relu_maxpooling - Fused relu_maxpooling reduces the unnecessary dense-to-sparse-to-dense conversion. This operator makes relu a "no op". - Note: fused relu_maxpooling is only

incubator-systemml git commit: Hotfix to make sure only uak+/ua+ is compiled for GPU.

2017-01-03 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 21ac752d8 -> 6963f5e10 Hotfix to make sure only uak+/ua+ is compiled for GPU. Closes #325. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-540] Avoid unnecessary sel+ operation in case of fused_maxpooling

2017-01-08 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 0a165c468 -> 13e1bd930 [SYSTEMML-540] Avoid unnecessary sel+ operation in case of fused_maxpooling Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[2/3] incubator-systemml git commit: [SYSTEMML-1039] Added uamean, uamax, uamin

2017-01-08 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/88526702/src/main/cpp/kernels/SystemML.ptx -- diff --git a/src/main/cpp/kernels/SystemML.ptx b/src/main/cpp/kernels/SystemML.ptx index c708134..99d5898 100644 ---

[1/3] incubator-systemml git commit: [SYSTEMML-1039] Added uamean, uamax, uamin

2017-01-08 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 13e1bd930 -> 885267024 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/88526702/src/main/java/org/apache/sysml/hops/AggUnaryOp.java -- diff

[3/3] incubator-systemml git commit: [SYSTEMML-1039] Added uamean, uamax, uamin

2017-01-08 Thread niketanpansare
[SYSTEMML-1039] Added uamean, uamax, uamin Closes #334. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/88526702 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/88526702 Diff:

[2/2] incubator-systemml git commit: [SYSTEMML-1038] Implemented the uark+ op for CUDA.

2016-12-18 Thread niketanpansare
[SYSTEMML-1038] Implemented the uark+ op for CUDA. Closes #319. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/3caae271 Tree:

incubator-systemml git commit: [SYSTEMML-769] [SYSTEMML-1140] Removed -disable-caching and -disable-sparse flags

2016-12-06 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master e5838998e -> caaaec90b [SYSTEMML-769] [SYSTEMML-1140] Removed -disable-caching and -disable-sparse flags Closes #308. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [MINOR] Disable Spark Convolution operation until rectangular blocks are handled

2017-03-29 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 7491a680b -> 10f5dd920 [MINOR] Disable Spark Convolution operation until rectangular blocks are handled Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [MINOR] Disable Spark Convolution Operation and cleanup

2017-03-30 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master c944ad1dc -> c79314035 [MINOR] Disable Spark Convolution Operation and cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-1431] Throw controlled error when one-dimensional numpy array is passed to SystemML

2017-03-23 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 169a2da5f -> 4c162afd9 [SYSTEMML-1431] Throw controlled error when one-dimensional numpy array is passed to SystemML Here is an example pyspark session demonstrating this PR: >>> from mlxtend.data import mnist_data >>> import

incubator-systemml git commit: [SYSTEMML-1370] Convert numpy to matrixblock by passing multiple blocks

2017-03-17 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master f32bd8ebd -> 81090134d [SYSTEMML-1370] Convert numpy to matrixblock by passing multiple blocks Here is the code to test this functionality: from systemml import MLContext, dml, convertToMatrixBlock import pandas as pd nr =

[1/2] incubator-systemml git commit: [SYSTEMML-1411] Add CPU and GPU bias multiply operation

2017-03-17 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 6e7e8873a -> d127dfa2d http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d127dfa2/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixDNN.java

incubator-systemml git commit: [SYSTEMML-1445] Add support for matrix-vector GPU axpy operation

2017-03-31 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master c79314035 -> ad87b5697 [SYSTEMML-1445] Add support for matrix-vector GPU axpy operation Closes #445. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-1474] Bugfix for scipy csr and numpy to matrixblock conversion

2017-04-08 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 5de7beea2 -> 8a5450dde [SYSTEMML-1474] Bugfix for scipy csr and numpy to matrixblock conversion Closes #455. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-692] [MINOR] Supported Caffe2DML via pip

2017-04-20 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 117ea480d -> 39bf1e6d5 [SYSTEMML-692] [MINOR] Supported Caffe2DML via pip - Enables using Caffe2DML directly via pip without requiring --driver-class-path SystemML.jar Project:

[2/3] incubator-systemml git commit: [SYSTEMML-692] Added initial version of DML generator for Caffe

2017-04-19 Thread niketanpansare
ples + + +>>> from systemml.mllearn import Caffe2DML +>>> from pyspark.sql import SQLContext +>>> sqlCtx = SQLContext(sc) +>>> from mlxtend.data import mnist_data +>>> import numpy as np +>>> from sklea

[1/3] incubator-systemml git commit: [SYSTEMML-692] Added initial version of DML generator for Caffe

2017-04-19 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master ad3e78a28 -> cc7993fc8 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/cc7993fc/src/main/scala/org/apache/sysml/api/dl/CaffeSolver.scala -- diff

[1/2] incubator-systemml git commit: [SYSTEMML-692] Added initial version of DML generator for Caffe

2017-04-19 Thread niketanpansare
[:int(.9 * n_samples)] +y_train = y[:int(.9 * n_samples)] +X_test = X[int(.9 * n_samples):] +y_test = y[int(.9 * n_samples):] + +# Download the Lenet network +import urllib +urllib.urlretrieve('https://raw.githubusercontent.com/niketanpansare/model_zoo/master/caffe/vision/len

[2/2] incubator-systemml git commit: [MINOR] Updated the algorithm documentation to clearly mark the "Argument" section.

2017-04-19 Thread niketanpansare
[MINOR] Updated the algorithm documentation to clearly mark the "Argument" section. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/c4918f5b Tree:

incubator-systemml git commit: [HOTFIX] Enable center cropping in image_utils

2017-03-11 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master c335cd403 -> f9b53b96f [HOTFIX] Enable center cropping in image_utils Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/f9b53b96

incubator-systemml git commit: [SYSTEMML-1394] Added DML scripts to crop rgb and grayscale images as well as added a utility function to print scikit-learn like classification report

2017-03-10 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 2b34f21bf -> c1c7d3341 [SYSTEMML-1394] Added DML scripts to crop rgb and grayscale images as well as added a utility function to print scikit-learn like classification report Project:

  1   2   3   4   >