├── Log.txt ├── NERD.py ├── NERD_IMAGES ├── NERD_mnist.py ├── README.md ├── model_mnist.pth ├── nerd_mnist.png └── reward_fit_mnist.py ├── README.md ├── data.npy ├── drugai.py ├── model.pth ├── nerd.jpg ├── reward_fitness.py └── v2 ├── NERD.py ├── README.md ├── data_v2.npy ├── drugai.py ├── model_v2.pth └── reward_fitness.py /Log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/Log.txt -------------------------------------------------------------------------------- /NERD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/NERD.py -------------------------------------------------------------------------------- /NERD_IMAGES/NERD_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/NERD_IMAGES/NERD_mnist.py -------------------------------------------------------------------------------- /NERD_IMAGES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/NERD_IMAGES/README.md -------------------------------------------------------------------------------- /NERD_IMAGES/model_mnist.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/NERD_IMAGES/model_mnist.pth -------------------------------------------------------------------------------- /NERD_IMAGES/nerd_mnist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/NERD_IMAGES/nerd_mnist.png -------------------------------------------------------------------------------- /NERD_IMAGES/reward_fit_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/NERD_IMAGES/reward_fit_mnist.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/README.md -------------------------------------------------------------------------------- /data.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/data.npy -------------------------------------------------------------------------------- /drugai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/drugai.py -------------------------------------------------------------------------------- /model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/model.pth -------------------------------------------------------------------------------- /nerd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/nerd.jpg -------------------------------------------------------------------------------- /reward_fitness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/reward_fitness.py -------------------------------------------------------------------------------- /v2/NERD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/v2/NERD.py -------------------------------------------------------------------------------- /v2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/v2/README.md -------------------------------------------------------------------------------- /v2/data_v2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/v2/data_v2.npy -------------------------------------------------------------------------------- /v2/drugai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/v2/drugai.py -------------------------------------------------------------------------------- /v2/model_v2.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/v2/model_v2.pth -------------------------------------------------------------------------------- /v2/reward_fitness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gananath/NERD/HEAD/v2/reward_fitness.py --------------------------------------------------------------------------------