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

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 API Gateway DynamoDB AWS Lambda CloudWatch SQS

Programming Languages:

Java Python Go Rust

Tools and Services:

Kubernetes Docker

πŸ† GitHub Trophies

trophy

πŸ—‚οΈ Highlight Projects

DA-RNN crnn-pytorch

Pinned

  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 155 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 Simulation env

    Jupyter Notebook 62 11

  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 7

  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 20 11