Skip to content

Instantly share code, notes, and snippets.

View amit309b's full-sized avatar

Amit Pandey amit309b

  • Varanasi
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@amit309b
amit309b / code.md
Last active March 16, 2017 18:44
This is my first note on gist. It contains 50 lines code written in python.

from modshogun import NeuralConvolutionalLayer, CMAF_RECTIFIED_LINEAR

from modshogun import RealFeatures, MulticlassLabels, Math

from modshogun import NeuralNetwork, NeuralInputLayer, NeuralLogisticLayer, NeuralSoftmaxLayer

from modshogun import DynamicObjectArray

Xtrain = RealFeatures(dataset)