Skip to content

참고해볼만한 링크

cpark7 edited this page Mar 21, 2019 · 12 revisions

AI 관련

  1. Learn the basics about machine learning (classification, regression, common algorithms). https://classroom.udacity.com/courses/ud120
  2. Learn about deep learning (gradient descent, backprop etc.). https://adventuresinmachinelearning.com/neural-networks-tutorial/
  3. Read about reinforcement learning https://spinningup.openai.com/en/latest/index.html
  4. Study individual research papers thoroughly.

Must read book: https://www.goodreads.com/book/show/24072897-deep-learning

The biggest problem with this whole thing is that there is an enormous amount of maths involved, and you really can't get around it. If you don't know at least calculus, it's not worth even starting.

numpy

http://taewan.kim/post/numpy_cheat_sheet/

python 라이브러리 관련

https://jhlblue.tistory.com/10?category=273382

python PyQt5 관련

https://wikidocs.net/21853

python pyHook 관련

  1. 튜토리얼 : https://sourceforge.net/p/pyhook/wiki/PyHook_Tutorial/
  2. API : http://pyhook.sourceforge.net/doc_1.5.0/

python pyAutoGUI 관련

  1. Documentation : https://pyautogui.readthedocs.io/en/latest/index.html
  2. 참고 : https://wikidocs.net/26460#_5

python 마우스 리스너 관련

https://webnautes.tistory.com/1219

Clone this wiki locally