Research about ML Componentization and Experiment Realization Service.
- ML Componentization.
- Specify detail XML format for ML Components.
- Specify the algorithm which translates from XML to tensorflow object code.
- Prototyping objectives above.
-
Model
- linear regression (regularization is supported)
- logistic regression (regularization is supported)
- softmax regression (regularization is supported)
- neural network
- convolution neural network
- recurrent neural network
-
Layer type
- none(normal layer)
- convolution
- recurrent
- lstm
- gru
-
Initializer
- random uniform
- random normal
-
Activation function
- relu
-
Pooling
- max pooling
-
Padding
- same
- valid
-
Optimizer
- gradient descent
- adadelta
- adagrad
- momentum
- adam
- ftrl
- rmsprop