Some example codes of widely used machine learning algorithms
The original data looks like this:
After running gradient descent or normal equation:
The contour of the cost function:
The original data looks like this:
After training the SVM with a linear kernel, we can get the following decision boundary:
The original data looks like this:
After training the SVM with a Gaussian kernel, we can get the following decision boundary:
This is the project that I done in the lab during my undergraduate study.
A given heart sound can be segment into four stages which is shown as below:
Our goal is to train a deep neural network to segment a given heart sound into 4 stages.
The architecture that we use is 1-D U-Net used in the literature.