Skip to content
View yxnchen's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@sysuits
Block or Report

Block or report yxnchen

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

Pinned

  1. sysuits/urban-traffic-speed-dataset-Guangzhou sysuits/urban-traffic-speed-dataset-Guangzhou Public

    A dataset for understanding urban transportation. This is an urban traffic speed dataset, which consists of 214 anonymous road segments within two months (i.e., from August 1, 2016 to September 30,…

    28 8

  2. BATF BATF Public

    MATLAB code for 「Missing traffic data imputation and pattern discovery with a Bayesian augmented tensor factorization model」.

    MATLAB 12 2

  3. xinychen/transdim xinychen/transdim Public

    Machine learning for transportation data imputation and prediction.

    Jupyter Notebook 1.2k 296

  4. sysu-beamer-template sysu-beamer-template Public

    A LaTeX beamer template for SYSU. 中山大学LaTeX演示模板

    TeX 35 8

  5. xinychen/tensor-learning xinychen/tensor-learning Public

    Python codes for low-rank tensor factorization, tensor completion, and tensor regression techniques.

    Jupyter Notebook 199 50

  6. Styling the git prompt of the Window... Styling the git prompt of the Windows' git bash. Put it to the ~/.config/git/ folder.
    1
    PS1='\[\033]0;Git Bash: $PWD\007\]'           # set window title
    2
    PS1="$PS1"'\[\e[37;40m\]\[\e[37;40m\]'        # change to white
    3
    PS1="$PS1"'\u@\h:'                            # user@host<space>
    4
    PS1="$PS1"'\[\e[35;40m\]'                     # change to purple
    5
    PS1="$PS1"'\W'                                # current working directory(short)