β¨Billy's Fantasy Space
ππ | ππ¨ππ | π¦π²π»πΆπΌπΏ | ππΌπΊπ½πππ²πΏ π¦π°πΆπ²π»π°π² | π¨π | ππ§π
γγγγ! I am Billy,
a Senior year student from The Chinese University of Hong Kong, majoring in Computer Science and concentrating in Artificial Intelligence, expecially in field of Large Language Model and Applied Machine Learning.
Apart from that, I am also focusing on Software Engineering such as building web application using ReactJS, NextJS, TypeScript, NodeJS, β¦
I am currently working on a conference paper related to the field of Large Language Model.
βYou wanted to program because you saw the amazing things that can be built using programmingβ ββ Joma
Attributes
from typing import Tuple, List, Dict
class Billy:
pass
class Attributes(Billy):
@property
def contact(self) -> Tuple[str, str]:
instagram = "billson_tung"
email = "tung23966373@gmail.com"
return instagram, email
@property
def life(self) -> Tuple[List[str], List[str], str, int]:
langs = ['Cantonese', 'English', 'Mandarin']
interests = ['Rope Skipping', 'Photo Shooting', 'Coding', 'Reading', 'Gaming']
region = 'Hong Kong'
age = 21
return langs, interests, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str]]:
langs = {
'programming': ['Python', 'Javascript', 'Typescript', 'Java', 'C'],
'markup': ['HTML', 'CSS', 'Markdown'],
'front-end': ['ReactJS', 'NextJS', 'NextUI', 'Bootstrap', 'TailwindCSS'],
'back-end': ['NodeJS', 'ExpressJS', 'Django'],
'database': ['MongoDB', 'MySQL', 'Firebase'],
'cloud': ['Azure'],
}
specialities = ['machine-learning', 'fullstack', 'langchain']
return langs, specialities
Educations
