Giter VIP home page Giter VIP logo

Hi there πŸ‘‹

visitors Open Source Love

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


class Person:

    def __init__(self):
        self.name = "Jiahui Bai"
        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

Huey Bai's Projects

crchistophenotypes-image-classification icon crchistophenotypes-image-classification

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

fedem icon fedem

Official code for "Federated Multi-Task Learning under a Mixture of Distributions" (NeurIPS'21)

iot-anomaly-detection icon iot-anomaly-detection

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

mec-trust icon mec-trust

This repository contains the source code of a distributed trust prediction strategy designed based on the Network Lasso framework parallelized by Stochastic Alternating Direction Method of Multipliers (S-ADMM) with feature selection.

motivation icon motivation

Mac screen saver that terrifyingly shows your age

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.