Added configuration panel datasets, back-end refactor and others
This commit is contained in:
10
app/Models/ActivationsFunctions.php
Normal file
10
app/Models/ActivationsFunctions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
enum ActivationsFunctions: string
|
||||
{
|
||||
case STEP = 'step';
|
||||
case SIGMOID = 'sigmoid';
|
||||
case RELU = 'relu';
|
||||
}
|
||||
Reference in New Issue
Block a user