Gradient descent training + Added all dataset + graphs improvements
This commit is contained in:
@@ -5,6 +5,7 @@ namespace App\Models;
|
||||
enum ActivationsFunctions: string
|
||||
{
|
||||
case STEP = 'step';
|
||||
case LINEAR = 'linear';
|
||||
case SIGMOID = 'sigmoid';
|
||||
case RELU = 'relu';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user