Study Materials (links), Attack Plans of Huge network, know-how with code snippets
https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html
https://github.com/pytorch/tutorials/blob/master/intermediate_source/reinforcement_q_learning.py
https://becominghuman.ai/lets-build-an-atari-ai-part-1-dqn-df57e8ff3b26
https://becominghuman.ai/beat-atari-with-deep-reinforcement-learning-part-2-dqn-improvements-d3563f665a2c
introduction:
https://medium.com/inside-machine-learning/what-is-a-transformer-d07dd1fbec04
https://arxiv.org/abs/1706.03762
https://nlp.stanford.edu/pubs/emnlp15_attn.pdf
Facebook detr:
https://ai.facebook.com/blog/end-to-end-object-detection-with-transformers/?__tn__=-UK-R
https://github.com/facebookresearch/detr?fbclid=IwAR1Mi3D8GrHQa9vKqYVPFxNjrcH3x9XBHMXN6e4vdbNQoiI2Eyh31h1Alkk
https://www.eecs.yorku.ca/~abuolaim/eccv_2018_autofocus/dataset.html
https://noise.visinf.tu-darmstadt.de/
:: Windows batch, download wget for windows from http://gnuwin32.sourceforge.net/packages/wget.htm
For %%X in (a b c d e f g h i j k l m n o p q r) do (wget https://posetrack.net/posetrack18-data/posetrack18_images.tar.a%%X --no-check-certificate)
