Experimental alternative neural network modeled after equation system instead of linear algebra and derivatives.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install.sh 189B

1234567891011
  1. #!/bin/bash
  2. set -xe
  3. mkdir -p /usr/include/xolatile
  4. cp xeuron.h /usr/include/xolatile/xeuron.h
  5. cp xeuron.c /usr/include/xolatile/xeuron.c
  6. cp xeuron.o /usr/include/xolatile/xeuron.o
  7. exit