Month: November 2023
-
Install and use Jupyter Notebook
Jupyter notebooks1 are mainly used for machine learning related tasks that contains rich text based contents and can run python codes by blocks. As for machine learning, functions provided in various libraries are well developed and one doesn’t need to consider too much on debugging, thus the reusable code blocks are much easier and straightforward…
-
Protected: Universal Chiplet Interconnect Express Notes
There is no excerpt because this is a protected post.
-
Learn English words from iswearenglish
Even through I love to learn English, I feel like now my English ability needs to be improved, as if I’m a large language model with a small amount of words at disposal. I found this YouTube channel named iswearenglish, the teacher explains one word at a time which contains the pronunciation, meaning as well…
-
Review of Physical Rerservoir Computing
This post is going to summarize the advanced reserach of reservoir computing based on various designs and implementations, the paper “Recent advances in physical reservoir computing: A review”1 dated in 2019 has a great summary for the research field, however it is a bit outdated, this post is going to follow the structure of the…
-
Tunneling among Clusters
when I remote log into a machine of a clusters via a domain record for example ssh.xyz.edu, it is not the machine that I want my apps to execute upon on, I wish to connect to the more powerful machine that cannot be reached from outside the campus, one way to do so is to…