Implementing ANNs and Deep learning methods
Refer to the source code provided for this chapter for implementing artificial neural networks and other deep learning methods covered in this chapters (source code path .../chapter11/...
under each of the folders for the technologies).
Using Mahout
Refer to the folder .../mahout/chapter11/annexample/
.
Refer to the folder .../mahout/chapter11/dlexample/
.
Using R
Refer to the folder .../r/chapter11/annexample/
.
Refer to the folder .../r/chapter11/dlexample/
.
Using Spark
Refer to the folder .../spark/chapter11/annexample/
.
Refer to the folder .../spark/chapter11/dlexample/
.
Using Python (Scikit-learn)
Refer to the folder .../python-scikit-learn/chapter11/annexample/
.
Refer to the folder .../python-scikit-learn/chapter11/dlexample/
.
Using Julia
Refer to the folder .../julia/chapter11/annexample/
.
Refer to the folder .../julia/chapter11/dlexample/
.