Skip to content
View ChenKaiXuSan's full-sized avatar
:dependabot:
think more
:dependabot:
think more

Highlights

  • Pro

Block or report ChenKaiXuSan

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

About Me

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

Skills

My Skills

Pinned Loading

  1. blog blog Public

    个人博客

    HTML

  2. deep-learning-project-template deep-learning-project-template Public template

    Forked from Lightning-AI/deep-learning-project-template

    Pytorch Lightning code guideline for conferences

    Python

  3. Walk_Video_PyTorch Walk_Video_PyTorch Public

    A classification task for a walk video task, based on PyTorch and PyTorch Lightning.

    Jupyter Notebook 1 1

  4. SeqX2Y_PyTorch SeqX2Y_PyTorch Public

    Forked from nadeemlab/SeqX2Y

    Sequence-to-sequence image and contour prediction library for lung dataset, with PyTorch.

    Jupyter Notebook 1 1

  5. Skeleton_ASD_PyTorch Skeleton_ASD_PyTorch Public

    PhaseMix: A Periodic Motion Fusion Method for Adult Spinal Deformity Classification, based on PyTorch.

    Jupyter Notebook

  6. Temp_Feedback Temp_Feedback Public

    This project use the ML&DL method to feed back the predict temputre to the backend.

    Jupyter Notebook