Experimental alternative neural network modeled after equation system instead of linear algebra and derivatives.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
105B

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