Tag: machine learning
-
ECE5505 Digital Test and Verification Final Project
overleaf project folder 0️⃣1️⃣A survey of digital circuit testing in the light of machine learning. 1 0️⃣2️⃣A Survey and Recent Advances: Machine Intelligence in Electronic Testing. 2 0️⃣3️⃣✅Machine intelligence for efficient test pattern generation.3 Backtracing: identifies PIs to assign to meet ATPG objectives (e.g., exciting or propagating faults). Backtracking: Backtracking is a class of algorithms…
-
Accelerate Pytorch
Use Pytorch to accelerate with GPU or apple silicon with Metal
-
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…
-
Debugging Python Using Visual Studio Code
Introduction The main purpose of the tutorial is to provide a way for you to debug projects that may run the code with different command line arguments rather than merely running a python script. This requires you to modify the launch.json file in Visual Studio Code. Microsoft provides a detailed page on how to setup…
-
Advanced Machine Learning Wiki
I dedicate this page to be a portal that links to many of the webpages that I viewed and learnt for the course “Advanced Machine Learning”. I could create other posts regarding AML and will put link to this master home page for further reference. Unsupervised Learning Projection Principle components analysis Variance, std deviation as…