Compare commits

...

12 Commits
TF20 ... master

Author SHA1 Message Date
Steffen Illium
0c9b036e71 Delete paper extended directory 2023-11-14 16:15:56 +01:00
Steffen Illium
6aa44b4f1f Delete paper directory 2023-11-14 16:15:37 +01:00
Steffen Illium
db04de4f72 Update README.md 2023-11-14 16:14:35 +01:00
Steffen Illium
76eeb6441d refresh 2023-11-13 10:54:06 +01:00
Thomas Gabor
29bb7c65da added extended version of the paper as sent to Artificial Life journal 2022-02-04 13:34:50 +01:00
Cristian Lenta
5e5bf9d7d9 Revert "Merge branch 'cristian_lenta-ba_code' into 'master'"
This reverts merge request !1
2021-05-03 08:37:31 +02:00
Cristian Lenta
46307610bc Merge branch 'cristian_lenta-ba_code' into 'master'
deleted all filed from the old code

See merge request mobile-ifi/bannana-networks!1
2021-05-03 06:37:21 +00:00
Cristian Lenta
9bd65713fe deleted all filed from the old code 2021-05-03 06:36:23 +00:00
Si11ium
9ce36c2d0e Merge remote-tracking branch 'origin/master' 2019-06-17 15:20:13 +02:00
Si11ium
4d5ef0e536 TF 113 imports 2019-06-17 15:19:15 +02:00
Thomas Gabor
6c90c3d739 camera ready 2019-05-24 15:38:11 +02:00
Thomas Gabor
0c9fb6efb9 yesterday's final fixes 2019-03-17 20:41:59 +01:00
2 changed files with 11 additions and 5 deletions

View File

@ -1,2 +1,8 @@
# bannana-networks
#self-replicating-neural-networks
---
This is the code repo for the paper Self-Replicating Neural Networks, which was never meant to be publicly available, so there is no further description at this time.
Do not hesitate to ask the authors for assitance: {thomas.gabor, steffen.illium, maximilian.zorn} (at) ifi.lmu.de
Greetings!

View File

@ -1,9 +1,9 @@
import numpy as np
from keras.models import Sequential
from keras.callbacks import Callback
from keras.layers import SimpleRNN, Dense
import keras.backend as K
from tensorflow.python.keras.models import Sequential
from tensorflow.python.keras.callbacks import Callback
from tensorflow.python.keras.layers import SimpleRNN, Dense
from tensorflow.python.keras import backend as K
from util import *
from experiment import *