In this example I will use Ubuntu 18.04 LTS(AMD64) Desktop with Linux 5.0.0 Kernel and the 5.4.2 Kenel source file as an example to build […]
Classification Algorithms in Machine Learning
Decision Trees Naive Bayes Linear Discriminant Analysis k-Nearest Neighbors Logistic Regression Neural Networks Supoort Vector Machines(SVM) K-Nearest Neighbors Multi-class classifier: A classifier that can predict […]
Compile a Linux Kernel Module
Makefile If you have a file, say, traverse.o, then your Makefile should be like the following What $(shell uname -r) basically does is that it […]
Intro to ML & Regression – IBM at Coursera
These are the notes I took when learning Week 1 & 2 of the course Machine Learning with Python at Coursera.
Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded
There is also an example program on my GitHub, the text version of the tutorial is also available at: https://github.com/Bill0412/solve-traffic-deadlock References