apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.77k stars 6.79k forks source link

Linear Regression And Non-Linear Regression example for Scala #15336

Open FilipVPetrov opened 5 years ago

FilipVPetrov commented 5 years ago

Please add examples for linear and non-linear regression in incubator-mxnet/scala-package/examples/src/main/scala/org/apache/mxnetexamples/

Currently, there is no example for scala, how to use linear regression.

mxnet-label-bot commented 5 years ago

Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it. Here are my recommended labels: Scala

leleamol commented 5 years ago

@mxnet-label-bot add [example, Scala]

zachgk commented 5 years ago

That is a good suggestion @KaizerF. For the moment, you could try taking a look at the python examples. The python and Scala APIs are very similar and it should correspond fairly closely to what you would need to do in Scala.