Welcome to Yangming's Hub of Knowledge

I am a Data & Product Enthusiast.
I am interested in AI/ML & product design & information visualization.
I got my Master of Science in Statistics degree from the University of Victoria
. I got my Bachelor of Honor Mathematics degree from the University of Waterloo.

You're the 1th visitor

Profile Image 1 Profile Image 2 Profile Image 3 Profile Image 4 Profile Image 5 Profile Image 6 Profile Image 7 Profile Image 8 Profile Image 9 Profile Image 10 Profile Image 11 Profile Image 12 Profile Image 13

About Me



class YangmingLi:
    @staticmethod
    def roles() -> list:
        return [
            "Product Manager",
            "AI Engineer", 
            "Machine Learning Engineer",
            "Data Scientist"
        ]
    
    @staticmethod
    def industry_experience() -> dict:
        return {
            "Finance": ["BCIMC", "Industrial and Commercial Bank of China"],
            "Healthcare": ["Provincial Health Authority", "Island Health"],
            "Transportation": ["BC Public Service"], 
            "Environment": ["Environment Canada and Climate Change"],
            "Education": [
                "University of Victoria",
                "University of Waterloo",
                "Wilfrid Laurier University"
            ]
        }
    
    @staticmethod
    def mission() -> str:
        return "Share latest ideas on data products while documenting knowledge growth"

# Instantiate Yangming Li
me = YangmingLi()
print(f"Roles: {me.roles()}")
print(f"Experience across {len(me.industry_experience())} industries")
print(f"Mission: {me.mission()}")

My Favorite Quote

"You know who the best managers are? They're the great individual contributors, who never ever want to be a manager, but decide they have to be manager because no one else is going to be able to do as good a job as them."
― Steve Jobs
"Most people are willing to do anything to avoid true thinking. This is the state of many—diligence in action masking laziness in thought. Hard work without direction will lead to constant obstacles. Only deep thinking can become the weapon that helps you forge ahead in the future."

Yangming's AI/ML Blog

Yangming's Product Blog

Yangming's Engineering Blog

Yangming's Self-Learning

Yangming's Thoughts

  • Interesting Resource: Calculating Empires

    I recently discovered an fascinating interactive resource called "Calculating Empires: A Genealogy of Technology and Power Since 1500". This comprehensive visualization maps out the intricate relationships between technology, power, and human history over the past 500 years.

Contact Information