Skip to content
On this page

High prediction of left and right hand?

  1. Using the features electrical and infrared I got an interesting result.
  2. It was a very small sample so it could be anecdotal, but at 99% it is hard to ignore.
  3. I added some more data and it stayed in the 99% area
  4. Only works with both data features, IR and EC using time series classification.
  5. Individually using IR and EC on their own give low prediction. Time series

Vero board amplifier gives stable acurate readings.

Vero board

No noise in the data.

Accurate data

ML algorithm comparison for identity with raw data.

  • LR -> LogisticRegression(solver='liblinear', multi_class='ovr')
  • LDA -> LinearDiscriminantAnalysis()
  • KNN -> KNeighborsClassifier()
  • CART -> DecisionTreeClassifier()
  • NB -> GaussianNB()
  • SVM -> SVC(gamma='auto')

Algorithm

PCB CAD 3D

Amplifier modified version (0.2)

Amplifier

Amplifier filter round shape

Amplifier

Amplifier filter round shape

Amplifier

Amplifier filter square shape

Amplifier

Battery holder

Battery

Animated GIFs

Electrical

Electrical gif.

Infrared

Infrared gif.Infrared gif.Electricity gif.

Images

Normalized data by time and frequency.

Electrical activity normalized.

Electrical activity normalized.

Electrical activity normalized with FFT comparison

Electrical activity normalized with FFT comparison.

Infrared activity normalized.

Low pass filter amplifier in the raw.

Infrared activity normalized with FFT comparison.

Low pass filter amplifier in the raw.

Earlier images.

Low pass filter amplifier in the raw for the ECG.

Low pass filter amplifier in the raw.

Look for the electrical signal/pulse in the graph.

Look for the electrical pulse in the graph.

Hand movement graph

This site

This website is running on the vite framework vitepress

Deploy script!

bash
npm run docs:build &&
cp -r docs/.vitepress/dist/* ../public/ &&
firebase deploy