Experimental alternative neural network modeled after equation system instead of linear algebra and derivatives.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

8 lines
105B

  1. #!/bin/bash
  2. set -xe
  3. gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -Ofast -c -o xeuron.o xeuron.c
  4. exit