Skip to content
View donglinkang2021's full-sized avatar
๐ŸŽฏ
yeahyeahyeah๐Ÿƒโ€โ™‚๏ธ๐Ÿƒโ€โ™‚๏ธ๐Ÿƒโ€โ™‚๏ธ~
๐ŸŽฏ
yeahyeahyeah๐Ÿƒโ€โ™‚๏ธ๐Ÿƒโ€โ™‚๏ธ๐Ÿƒโ€โ™‚๏ธ~

Highlights

  • Pro

Block or report donglinkang2021

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
donglinkang2021/README.md

๐Ÿ‘‹ Hi! I'm Linkang Dong(่‘ฃๆž—ๅบท)

Undergraduate from Beijing Institute of Technology, major in CS, โฑ๏ธ 2021/08 ~ Now.

  • ๐Ÿค— Iโ€™m interested in LLM, RL, CV, NLP, Visualization of ML, building interesting AI APP.
  • ๐ŸŒฑ Iโ€™m currently reading Ilya-30u30 list.
  • โœจ Hobbies: ๐Ÿ€๐Ÿธ๐Ÿ“๐Ÿฅ๐ŸŽฎ๐ŸŠโ€โ™‚๏ธ๐Ÿ‹๏ธโ€โ™‚๏ธ๐ŸŽฑ๐Ÿ๐ŸŽฟ๐ŸŽธ๐ŸŽž

๐Ÿ›  Skills

๐Ÿ“ซ Reach me

๐Ÿ“ˆ GitHub Stats

Pinned Loading

  1. SimpleAttention SimpleAttention Public

    Use attention mechanism to apply on some simple task like regression and classification, hope to grasp some intuitions.

    Jupyter Notebook

  2. MinVQVAE MinVQVAE Public

    Minimal Discrete Variational Autoencoder (VQ-VAE) implementation in PyTorch, train, eval and test on Cifar10, CelebA, and ImageNet ILSVRC2012, get good result.

    Python 7

  3. kmeans_torch kmeans_torch Public

    Minimal, readable, simple code for k-means algorithm in Pytorch.

    Jupyter Notebook

  4. LightningTutorial LightningTutorial Public

    Record my learning process of Pytorch Lightning.

    Python

  5. Android-Jetpack-Compose-EmoDraw Android-Jetpack-Compose-EmoDraw Public

    An Emoji-Draw-Input Android App based on MLkit and jetpack compose.

    Kotlin 2 2

  6. SimpleMLP SimpleMLP Public

    Just use simple MLP to regress or classify.

    Python