from typing import Tuple, List, Dict
import datetime
class ChenKaiXu:
pass
class Attributes(ChenKaiXu):
@property
def contact(self) -> Tuple[str, str, str]:
email = "[email protected]"
google_scholar = "https://scholar.google.com/citations?user=kpNboagAAAAJ&hl=zh-CN"
blog = "https://chenkaixusan.github.io/blog/"
linkedin = "https://www.linkedin.com/in/chenkaixusan/"
return email, google_scholar, blog, linkedin
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Chinese', 'English', 'Japanese']
age = datatime.datetime.now().year - 1996
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['jave', 'c++'],
'learning' : ['c', 'c#', 'php']
}
specialities = ['AI application engineering', 'web/app development']
research topic = ['AI', 'health care', 'deep learning']
ide = ['vscode']
pc = {
'MacOS': {
'macbook pro m1': {
'processor': 'm1 | 8 cores',
'ram' : '16gb',
'gpu' : 'm1 | 8 cores'
}
},
'Windows': {
'custom': {
'OS' : 'Windows 11',
'processor': 'AMD ryzen 7 5700X | 8 cores',
'ram' : '64gb 2400',
'gpu' : 'nvidia 2070 super'
}
}
}
return langs, specialities, research topic, ide, pc

think more
I am a researcher at the University of Tsukuba, specializing in the application of AI, DL, and ML to video and image processing.
-
Tsukuba University
- Japan
-
16:40
(UTC +09:00) - chenkaixusan.github.io/blog/
- in/chenkaixusan
- https://scholar.google.com/citations?user=kpNboagAAAAJ&hl=zh-CN
Highlights
- Pro
Pinned Loading
-
-
deep-learning-project-template
deep-learning-project-template Public templateForked from Lightning-AI/deep-learning-project-template
Pytorch Lightning code guideline for conferences
Python
-
Walk_Video_PyTorch
Walk_Video_PyTorch PublicA classification task for a walk video task, based on PyTorch and PyTorch Lightning.
-
SeqX2Y_PyTorch
SeqX2Y_PyTorch PublicForked from nadeemlab/SeqX2Y
Sequence-to-sequence image and contour prediction library for lung dataset, with PyTorch.
-
Skeleton_ASD_PyTorch
Skeleton_ASD_PyTorch PublicPhaseMix: A Periodic Motion Fusion Method for Adult Spinal Deformity Classification, based on PyTorch.
Jupyter Notebook
-
Temp_Feedback
Temp_Feedback PublicThis project use the ML&DL method to feed back the predict temputre to the backend.
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.