Skip to content
View Zhang-Zhaoji's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Zhang-Zhaoji

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
Zhang-Zhaoji/README.md

About me

It is my pleasure to meet you here. I am Zhang Zhaoji(张兆骥 in Chinese), an undergraduate at Peking University majoring in Chemical Biology with a double major in Artificial Intelligence. My curiosity about Neuroscience, especially circuit and system neuroscience, has led me to be an intern at Yatang-Li's Lab at the Chinese Institute for Brain Research, Beijing (CIBR, Beijing).

My academic transcript is available for a deeper look into my academic journey, and you can find my research profile on ORCID.

For regular communication, please contact me through my student email: zhang-zj@stu.pku.edu.cn (Checking my student email is one of my daily routine). In case you want to contact me when our server being shutdown(may happen 1~10 times per year), Here is my personal e-mail address: zhang_zhaoji@foxmail.com (usually I would check it once per week or month, but not ensured).

coding languages

Most of the coding works I have done is about computer vision or Machine Learning/Deep Learning/Reinforcement Learning, thus Python is my first-choice coding language. C/C++ is used for replace some for/while loops to get higher speed, although the easiest way to use .dll files in python, ctype, only permits basic C-style data structures.

I would use R to do some data analysis or statistic jobs, and R-codes are really good(and also easy) at drawing beautiful scientific figures. R-markdown is just like Python notebook, but R seems to have relatively faster speed.

Pytorch is the most common DL-framework I use, but I would learn tensorflow if necessary.

Rank Language Familiarity
1 Python proficient
2 R proficient
3 C/C++ Competent
3 matlab Competent

Something you might get interested in

  • 🔭 I’m currently working on biological-plausible perception modeling especially about visual saliency(which is one of the current focuses of Yatang-Li's Lab).
  • 🌱 I’m currently learning neuroscience, computational biology, chemical biology, artificial intelligence and raspberry-pie developing.
  • 😄 Pronouns: He/Him.
  • 🎥 Run Wechat accounts and a Bilibili(a video social platform in China) account with friends, majorily about memes and science. My Bilibili videos have garnered over 800k views and 10k likes as of July 18, 2024.
  • 🧑🏽‍🎨 Sketch level 10 recognized by CHINA ACADEMY OF ART, and I am also able to paint Gouache.
  • 🎼 Play Not bad harmonica. My future plan is to learn guitar/bass/violin if time permits.
  • ⚡ Fun fact: I am also a multilingual that I can read basic German and French besides Chinese(my native language) and English. I am willing to learn Spanish, Latin, Japanese, Arabic or Vietnamese in the future if I have a chance.

Popular repositories Loading

  1. FastGabor_Python FastGabor_Python Public

    Based on J. Kim, S. Um and D. Min, "Fast 2D Complex Gabor Filter With Kernel Decomposition," in IEEE Transactions on Image Processing, vol. 27, no. 4, pp. 1713-1722, April 2018,

    C++ 1

  2. SAM-finetuned-on-BTCV SAM-finetuned-on-BTCV Public

    Jupyter Notebook

  3. Style-transfer-Laplacian-depth-loss-and-Adain Style-transfer-Laplacian-depth-loss-and-Adain Public

    Jupyter Notebook

  4. itti-Saliency-method_python3 itti-Saliency-method_python3 Public

    a non-official python3 implementation of Itti and Koch's Salience map

    Python

  5. Image-Saliency-Evaluation Image-Saliency-Evaluation Public

    a non-official numpy&opencv implementation of Kummerer M, Wallis T S A, Bethge M. Saliency benchmarking made easy: Separating models, maps and metrics (ECCV). 2018: 770-787.

    Python

  6. BeerGame-DQN BeerGame-DQN Public

    A simple DQN RL/MARL model in Beergame

    Python