Skip to content
View Zhenye-Na's full-sized avatar
🧙‍♂️
What goes around comes around.
🧙‍♂️
What goes around comes around.

Organizations

@b3log @apachecn @doocs @Programming-With-Love

Block or report Zhenye-Na

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
Zhenye-Na/README.md

Hello there 👋

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Zhenye Na"
        self.role = "Software Engineer"
        self.language_spoken = ["zh_CN", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

📝 Blogs

📔 Latest Blog posts

🔧 Technologies & Tools

Cloud Services:

AWS Bedrock SageMaker API Gateway DynamoDB Lambda ECS Fargate SQS SNS S3 IAM VPC CloudWatch X-Ray

Programming Languages:

Python Rust Go Java

Tools and Services:

Kubernetes Docker

🏆 GitHub Trophies

trophy

🗂️ Highlight Projects

DA-RNN crnn-pytorch

Pinned Loading

  1. image-similarity-using-deep-ranking image-similarity-using-deep-ranking Public

    🖼️ 𝖀𝖓𝖔𝖋𝖋𝖎𝖈𝖎𝖆𝖑 PyTorch implementation of "Learning Fine-grained Image Similarity with Deep Ranking" (arXiv:1404.4661)

    Python 157 40

  2. e2e-learning-self-driving-cars e2e-learning-self-driving-cars Public

    🚗 𝖀𝖓𝖔𝖋𝖋𝖎𝖈𝖎𝖆𝖑 PyTorch implementation of "End-to-End Learning for Self-Driving Cars" (arXiv:1604.07316) with Udacity's Simulator

    Jupyter Notebook 76 13

  3. giligili giligili Public

    Go 32 13

  4. neural-style-pytorch neural-style-pytorch Public

    📄 𝖀𝖓𝖔𝖋𝖋𝖎𝖈𝖎𝖆𝖑 PyTorch implementation of "A Neural Algorithm of Artistic Style" (arXiv:1508.06576)

    Python 21 4

  5. drl-dql/DQN-Flappy-Bird drl-dql/DQN-Flappy-Bird Public

    🕹️ Flappy Bird hack using Deep Reinforcement Learning with Double Q-learning

    Python 19 8

  6. leetcode leetcode Public

    👨‍💻 This repository contains the solutions and explanations for algorithm problems in LeetCode, implemented by Python or Java. Code Skeletons are generated automatically via the `vscode-leetcode` p…

    Python 27 12