├── LICENSE ├── README.md ├── function.py ├── main.py ├── models.py ├── module.py ├── setup.py ├── synth_dataset_gen.py ├── talks └── LightOnAIMeetUp.pdf ├── train.py └── training_algorithms_topologies.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/README.md -------------------------------------------------------------------------------- /function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/function.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/main.py -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/models.py -------------------------------------------------------------------------------- /module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/module.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/setup.py -------------------------------------------------------------------------------- /synth_dataset_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/synth_dataset_gen.py -------------------------------------------------------------------------------- /talks/LightOnAIMeetUp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/talks/LightOnAIMeetUp.pdf -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/train.py -------------------------------------------------------------------------------- /training_algorithms_topologies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChFrenkel/DirectRandomTargetProjection/HEAD/training_algorithms_topologies.png --------------------------------------------------------------------------------