Skip to content

AI Materials


CV



RNN


  • word2vec

    • A detailed explanation of word2vec and its implementation CBOW & SG, as well as two optimization methods, negative sampling and hierarchical softmax.

RL

  • DQN

    • The pioneering work of DQN, which introduces the experience replay mechanism and the target network mechanism.
  • A3C

    • The pioneering work of A3C, which introduces the actor-critic mechanism and the asynchronous training mechanism.
  • Converge

    • Prove the convergence and stability of the algorithm.
  • DDPG


Tips


  • CUDA restart
sudo rmmod nvidia_uvm
sudo modprobe nvidia_uvm