AI Materials
CV
-
- The pioneering work of CNN. The paper introduces the convolutional layer, pooling layer, fully connected layer, and the implementation of the CNN model.
-
- The pioneering work of the transformer. The paper introduces the self-attention mechanism and the multi-head attention mechanism, as well as the implementation of the transformer model.
-
- The pioneering work of GAN, which introduces the generator and discriminator mechanism in GAN.
-
-
- Help build a network from scrat
-
Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks
-
-
-
- A detailed explanation of GAN and its implementation, as well as the unsupervised GAN.
-
RNN
-
- A detailed explanation of word2vec and its implementation CBOW & SG, as well as two optimization methods, negative sampling and hierarchical softmax.
RL
-
- The pioneering work of DQN, which introduces the experience replay mechanism and the target network mechanism.
-
- The pioneering work of A3C, which introduces the actor-critic mechanism and the asynchronous training mechanism.
-
- Prove the convergence and stability of the algorithm.
Tips
- CUDA restart