├── Classifier.py ├── DCGAN_Final.py ├── LICENSE ├── Load_and_Process.py ├── Standard GAN.py ├── WasserGAN_Final.py ├── pics ├── CNN Model.png ├── dcgan_discriminator.png ├── dcgan_generator.png ├── equation.png ├── fig1.jpg ├── fig10.png ├── fig11.PNG ├── fig12.PNG ├── fig2.PNG ├── fig3.PNG ├── fig4.PNG ├── fig5.PNG ├── fig6.png ├── fig7.png ├── fig8.PNG ├── fig9.PNG ├── normal_gan_discriminator.png └── normal_gan_generator.png ├── readme.md └── requirements.txt /Classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/Classifier.py -------------------------------------------------------------------------------- /DCGAN_Final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/DCGAN_Final.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/LICENSE -------------------------------------------------------------------------------- /Load_and_Process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/Load_and_Process.py -------------------------------------------------------------------------------- /Standard GAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/Standard GAN.py -------------------------------------------------------------------------------- /WasserGAN_Final.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/WasserGAN_Final.py -------------------------------------------------------------------------------- /pics/CNN Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/CNN Model.png -------------------------------------------------------------------------------- /pics/dcgan_discriminator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/dcgan_discriminator.png -------------------------------------------------------------------------------- /pics/dcgan_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/dcgan_generator.png -------------------------------------------------------------------------------- /pics/equation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/equation.png -------------------------------------------------------------------------------- /pics/fig1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig1.jpg -------------------------------------------------------------------------------- /pics/fig10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig10.png -------------------------------------------------------------------------------- /pics/fig11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig11.PNG -------------------------------------------------------------------------------- /pics/fig12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig12.PNG -------------------------------------------------------------------------------- /pics/fig2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig2.PNG -------------------------------------------------------------------------------- /pics/fig3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig3.PNG -------------------------------------------------------------------------------- /pics/fig4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig4.PNG -------------------------------------------------------------------------------- /pics/fig5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig5.PNG -------------------------------------------------------------------------------- /pics/fig6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig6.png -------------------------------------------------------------------------------- /pics/fig7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig7.png -------------------------------------------------------------------------------- /pics/fig8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig8.PNG -------------------------------------------------------------------------------- /pics/fig9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/fig9.PNG -------------------------------------------------------------------------------- /pics/normal_gan_discriminator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/normal_gan_discriminator.png -------------------------------------------------------------------------------- /pics/normal_gan_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/pics/normal_gan_generator.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/basel-shehabi/EEG-Synthetic-Data-Using-GANs/HEAD/requirements.txt --------------------------------------------------------------------------------