๐ŸŒ„๐ŸŒฑ๐Ÿ‘‘’s ๐ŸŒŒ

๐ŸŒ„๐ŸŒฑ๐Ÿ‘‘’s ๐ŸŒŒ

โ€‰โ€‰โ€ฏโ€ฏ

โ€‰ โ€‰โ€‰ โ€„โ€‰

ai blog cadence car chiplets dns docker ece4524 email git ic latex linux llm mac machine learning microsoft office network nginx notes phd programming python research vt window wordpress ๏ฃฟ

  • Reading notes of “Virginia Driver’s Manual”

    The pdf format of “Virginia Driver’s Manual” published by Virginia Department of Motor Vehicles could be accessed here, which resides in the commonwealth’s DMV server. Here also provides Interactive Driver’s Manual With Practice Questions, which would also be interesting. I’m trying to make some notes on the manual and to make connections to remember some…

  • Build a simplest static site with Docker

    Sometimes people just want to share some files that can be publicly available via broswer, there’s nothing confidential about the html or pdf, You just want to share the files via an url that can be viewed directly inside the broswer, while hosting a ftp server seems like an overkill. It turns out this is…

  • A list of reference reading for ECE5424: Advanced Machine Learning @VT

    This post is going to summarize all the reference reading materials in the class ECE5424: Advanced Machine Learning by Professor Yue Joseph Wang123 at Virginia Tech. In the beginning of the post, textbooks that are recommended by Prof. Wang are listed, in addition, tens of papers are also provided which address different aspects of the…

  • AML23 Final Project: “Lifestyle Prediction via Biomarkers”

    This article contains supplementary materials for the Advanced Machine Learning course ECE5424 final project: Lifestyle Prediction via Biomarkers. Vector based figures, essential website links are provided in this article for better reading experiences. As python code and jupyter notebook are not mandatorily requested, thus part of the results are shown. To balance the content display…

  • 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…

  • Universal Chiplet Interconnect Express Notes

    This article is based on the references and idea from Dr. Zhen Zhou and Prof. Yang Yi, thank you for your guidance and help. Overview UCIe is short for Universial Chiplet Interconnect Express1. UCIe Cononsortium provides whitepapers for V1.02 as well as for V1.13. Intel’s Dr. Debendra Das Sharma4 writes the paper that defines UCIe.…

  • 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…

  • Operational Transconductance Amplifier Design

    Operational transconductance amplifier is also known as OTA, that converts the voltage input to current output. voltage controlled current source. For this article, we are discussing the differential input single output 2 stage OTA. OTA has a lot of constains in terms of design, it relies on differential amplifier as well as current mirror knowledge.…

  • A selection of Dissertations and Theses @VT

    This article contains a lists of documents regarding integrated circuits and wireless communication dissertations and theses. I will cite the dissertations mainly from Google Scholar using Chicago style in order to make it tidy and organized. Information regarding how to find the documents can be found here specifically for Virginia Tech. I presume other universities…

  • Drawing circuit diagrams using CircuiTikZ

    As I need to draw cmos circuits for illustration’s purpose as well as publication’s requirement, I want to find a high quality decent way of drawing circuits. I tried to export/print the file out of Cadence Virtuoso, but it is far from satisfactory, there are other types of online and local programs for drawing circuits,…

  • Solution to Blue Screen of Death After Installed TIA Portal

    TIA portal is widely used in industrial scenarios, it is the platform exclusively on Windows, I have the mixed feeling about this tool as this is the only software for programming SIEMENS PLCs. Yet it is really large and installs a lot of software onto one’s machine. One problem after installed TIA portal 17 is…

  • Install Microsoft Visio on macOS M series Chips via Parallels Desktop

    I’m trying to incorporate Microsoft Visio in my workflow as I underestimated its power. One problem for me is that I use a Macintosh which is not able to use the app natively, even through there’s a web based app, it is still far from acceptable in terms of user experience. Thus I decide that…

  • A Tutorial on scikit-learn

    Scikit-learn is one of the most fundamental machine learning tools. You could access its official website here. It may not as fancy as pytorch or tensorflow, but scikit-learn is a good starting point for beginners to learn about machine learning algorithms. In this tutorial, several aspects will be shown, including installation, datasets as well as…

Got any book recommendations?