Skip to content
View Andy2887's full-sized avatar

Highlights

  • Pro

Block or report Andy2887

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Andy2887/README.md

๐Ÿ‘‹ Hey there, I'm Liheng!

๐Ÿ’ผ Incoming SWE Intern @ IBM

๐ŸŽ“ CS @ Northwestern University

๐Ÿš€ About Me

struct Liheng {
    school: String,
    current_focus: Vec<String>,
    languages: Vec<String>,
    fun_fact: String,
}

impl Liheng {
    fn new() -> Self {
        Self {
            school: String::from("Northwestern University"),
            current_focus: vec![String::from("AI Infrastructure")],
            languages: vec![
                String::from("C/C++"),
                String::from("Rust"),
                String::from("Python"),
            ],
            fun_fact: String::from("I prefer Rust over C/C++."),
        }
    }
}

โญ If you find my work interesting, consider giving it a star! โญ

Pinned Loading

  1. tracel-ai/burn tracel-ai/burn Public

    Burn is a next generation tensor library and Deep Learning Framework that doesn't compromise on flexibility, efficiency and portability.

    Rust 15.4k 932

  2. tracel-ai/cubecl tracel-ai/cubecl Public

    Multi-platform high-performance compute language extension for Rust.

    Rust 2.2k 183