group(function () { Route::post('perceptron/run', [PerceptronController::class, 'run'])->name('perceptron.run'); });