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

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

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

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

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

  • The Secret by Rhonda Byrne

    The Secrect1 Abstract2 Make a list of some secret shifters to have up your sleeve. These are the things that can change your feelings in a snap. It might be beautiful memories, future events, funny moments, nature, a person you love, your favourite music. Different things will shift you at different times, so if one…

  • Interact with Python virtual environment

    Using python for mahcine learning projects is totally different from utilizing the language for productivity on daily tasks. Python official website provides the documentations for venv1. This post2 contains a comprehensive guide on how to use the virtual environment. There are lots of tutorials on how to setup, manage and dispose a python virtual environment…

  • a glimpse of ssh remote servers via sshls

    Suppose one has access to many servers via ssh, the config file has been properly managed, sometimes it is still difficult to remember the alias for each server. It would be much better to run a command line to print out a list of server names and public key comments associated with the server from…

  • Ilya’s secret machine learning paper list

    This link1 contains Ilya Sutskever’s2 curated machine learning paper list. The following tweets show the original story behind this list. I modified the sequence so that similar ones are grouped together, yet the original index with digit emojis is placed in the beginning of the paper title for your own reference, although I don’t think…

  • Read and write most commonly used config files

    Configuration files are crucial for setting up software applications, specifying settings, and managing operational parameters. In this article, we will explore the top most commonly used configuration file formats, understand their history, advantages, and disadvantages, and provide Python snippets for reading and writing these formats. These config files include JSON, conf, XML, HCL, YAML, TOML,…

  • Exploiting 2.5D/3D Heterogeneous Integration for AI Computing

    References Exploiting 2.5D/3D Heterogeneous Integration for AI Computing1 Benchmarking Heterogeneous Integration with 2.5D/3D Interconnect Modeling2 End-to-End Benchmarking of Chiplet-Based In-Memory Computing3 Summary HISIM4, a modeling and benchmarking tool for heterogeneous integration of chiplets by communicating through NoP5. Components: partitioning, mapping and placement; computing unit/processing unit; heterogeneous interconnection; network/routing engine; thermal analysis. technology roadmap6, power/latency prediction,…

  • Expanding volume of VMs

    Sometimes it would be useful to extend certain volumes on VMWare or other VMs on the guest machine due to development requirements. In this tutorial, the logical volume on Rocky Linux 9 guest machine will be extended on VMWare. Generally speaking, there are 2 steps to do so: first the spaces need to be added…

  • Python Tidbits

    As AI is revolutionlizing the world as the upcoming ongoing industrial revolution, learning to use Python is an essential skill. This post serves as a portal to collect some interesting bits of info regarding Python so that you would have a chance to understand it deeper. Apart from AI apps, you could use it to…

  • Python Based Workflow to Generate Powerpoint Slides

    Sometimes it is useful to automatically generate powerpoint files for weekly or biweekly meeting, there’s nothing better to handle this issue than Python, in this tutorail, Python will be used to generate powerpoint slides based on a predefined template so users don’t have to create files by clicking again and again. Objective Template File Template…

  • “Fundamentals of device and systems packaging: technologies and applications” Textbook Note

    Fundamentals of device and systems packaging: technologies and applications.1 There are many hyperlinks that redirect to the original images in the McGraw Hill site for reference. packaging hierarchy name purpose interconnection Level 1 IC carrierPackaged-IC IO pads on IC connected to 1st level of packagingwirebondingIC assembly Level 2 solder bonding substrate of 1st level package…

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

Got any book recommendations?