Skip to content
View Zhenye-Na's full-sized avatar
πŸ§™β€β™‚οΈ
What goes around comes around.
πŸ§™β€β™‚οΈ
What goes around comes around.

Organizations

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

Block or report Zhenye-Na

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. ofiwg/libfabric ofiwg/libfabric Public

    Open Fabric Interfaces

    C 761 477

  2. aws/aws-ofi-nccl aws/aws-ofi-nccl Public

    This is a plugin which lets EC2 developers use libfabric as network provider while running NCCL applications.

    C++ 205 88

  3. awslabs/awsome-distributed-training awslabs/awsome-distributed-training Public

    Collection of best practices, reference architectures, model training examples and utilities to train large models on AWS.

    Shell 396 170

  4. 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

  5. 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 92 17

  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 32 12