son pham logo

Son's NoteBook

  • About
  • Categories
  • CountDown

Road Trip to Quebec with Random Questions (1)

January 5, 2025

“I write to remember, to challenge my initial though and intuition” -SP

Read more

50 Places to Visit in Canada

April 22, 2024

I continued to work with the code from the previous post. I made a list of beautiful places in Canada and learned many new things from it, especially about the Kermode bear.

Read more

50 Famous Places in the World

April 14, 2024

After final exam, I decide to do something fun. I know a friend who can remember most of the capitals of countries in the world. So I decided to learn geography. And made a list of places that I wanted to go. With AI, this task took me about 5 hours; however, with the code structure available, we can expand to many other topics such as anatomy, psychology, and many more.

Read more

Example of axis in numpy

June 27, 2023

While working on the Kohonen Self Organizing Map, I encountered difficulties in understanding how the axis parameter in NumPy works. Initially, in a 2-dimensional scenario, we have coordinates (x, y), where x represents the width or number of rows, and y represents the height or number of columns in the matrix. However, things become more complex when we introduce another dimension.

Read more

Racket for Beginners

May 9, 2023

Racket, why racket? I don’t know the main reason, but it is interesting and importantly my professor requires it for our Psychology course. I have never learned Racket before but I have a bit of experience in Erlang. In Erlang we cannot assign a value to a variable like Racket because = operator is a pattern matching that is similar to car and cdr. The game is totally changed in Racket. Now we can just define whatever value we want.

Read more

[English] Connectives

May 4, 2023

After many hours of googling, mermaid is finally run on Github Page, thanks to Jojozhuang.

Read more

Note for International Students in Waterloo Region

May 3, 2023

Congrats to all of you that already here in Waterloo Region. Today I will summarize the process of becoming an international student in Canada. And I hope you will have a great experience here!

Read more

R Notebook - dplyr

October 25, 2021

Dplyr

Read more
Next

Go back to homepage Son's Notebook