Matthias Guillitte e3b656a036
Some checks failed
linter / quality (push) Successful in 4m47s
tests / ci (8.4) (push) Failing after 4m31s
tests / ci (8.5) (push) Failing after 4m15s
Changed / route to a redirect
2026-03-21 10:23:49 +01:00
2026-03-21 09:54:26 +01:00
2026-03-03 11:10:38 +01:00
2026-03-21 09:42:05 +01:00
2026-03-03 11:10:38 +01:00
2026-03-21 09:42:05 +01:00
2026-03-21 10:23:49 +01:00
2026-03-21 10:23:49 +01:00
2026-03-03 11:10:38 +01:00
2026-03-21 10:11:56 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-21 10:10:22 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00

Perceptron and neuronal networks

Using Laravel and Vue JS

Installation

  1. Install PHP, Composer and NodeJs

    # Run as administrator...
    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://php.new/install/windows/8.4'))
    
  2. Install dependencies

composer install

Running the project

There is a script inside composer.json that will launch each part of the application in parallel.

To run this script :

composer run dev

And go with your favorite browser to http://127.0.0.1:8000/

Description
Projet pour le cours de Réseaux de neurones artificiels du MASI
Readme 427 KiB
Languages
Vue 55.5%
PHP 32.1%
TypeScript 9.6%
CSS 1.7%
JavaScript 0.6%
Other 0.5%