Added DistributedGradients in “Others” section for distributed gradient descent / ascent training.
Added GradientMethodBaseModel in “Models” for gradient descent / ascent based models. LinearRegression, LogisticRegression and NeuralNetwork now inherits this base model.
Added ReinforcementLearningQuickSetup in “Others” for easier maintainability for reinforcement learning models.
Renamed DistributedLearning to DistributedTraining in “Others”.
Refactored all the reinforcement learning models. Now the models do not support reinforce() and some other functions as they are moved to ReinforcementLearningQuickSetup in “Others”.