You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for this to be useful, epochs and batchSize will need to be passed to the fit() method of a NeuralNetwork rather than to the constructor. This should also be changed for all other iterative models: Preceptron, LinearRegressionSGD, MultipleLinearRegressionSGD, PolynomialRegressionSGD, and LogisticRegression.
In order to support transfer learning, layers should be able to be frozen. I.e. their trainable parameters should be able to be made non-trainable.
The text was updated successfully, but these errors were encountered: