Skip to content
View SHVleV9CYWkK's full-sized avatar
  • Australia

Block or report SHVleV9CYWkK

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

Hi there πŸ‘‹

visitors Open Source Love

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


class Person:

    def __init__(self):
        self.name = "xxxxx"
        self.role = "Computer Science PhD Student"
        self.language_spoken = ["zh_CN", "en_AU"]

    def say_hi(self):
        print("Nice to meet you here and hope you are interested in my work.")

me = Person()
me.say_hi()

πŸ”§ Technologies & Tools

πŸ“ˆ GitHub Stats

Zhenye's GitHub Stats Zhenye's GitHub Stats

πŸ† GitHub Trophies

trophy

Popular repositories Loading

  1. IoT-anomaly-detection IoT-anomaly-detection Public

    πŸš€ Leveraging advanced RNN with LSTM for efficient, real-time anomaly detection in IoT networks, optimized for performance in resource-constrained environments.

    Jupyter Notebook 5 1

  2. CRCHistoPhenotypes-Image-Classification CRCHistoPhenotypes-Image-Classification Public

    πŸ”¬ Deep learning system for classifying histopathology images from the "CRCHistoPhenotypes" dataset. Binary and multi-class cell classifications included. πŸ§«πŸ“Š

    Jupyter Notebook 2

  3. LightFedLab LightFedLab Public

    🌐 Lightweight Federated Learning Framework πŸš€ | Simplifying federated learning experiments with a focus on algorithms not infrastructure | πŸ§ͺ Easy setup and run

    Python 2

  4. MEC-IoT-Trust-FedEM MEC-IoT-Trust-FedEM Public

    Python 1

  5. Security-Calculate-Tools Security-Calculate-Tools Public

    Calculation tools in RMIT Security in computing course

    Swift

  6. Asymmetric-cryptographic-calculator-IOS Asymmetric-cryptographic-calculator-IOS Public

    Calculate three types of asymmetric encryption iOS applications RSA, ElGamal, Paillier

    Swift