#!/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()
Popular repositories Loading
-
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.
-
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
-
LightFedLab
LightFedLab Publicπ Lightweight Federated Learning Framework π | Simplifying federated learning experiments with a focus on algorithms not infrastructure | π§ͺ Easy setup and run
Python 2
-
-
Security-Calculate-Tools
Security-Calculate-Tools PublicCalculation tools in RMIT Security in computing course
Swift
-
Asymmetric-cryptographic-calculator-IOS
Asymmetric-cryptographic-calculator-IOS PublicCalculate three types of asymmetric encryption iOS applications RSA, ElGamal, Paillier
Swift
If the problem persists, check the GitHub status page or contact support.