Skip to content

Longsword Stance Model Training Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM Longsword Stance Model Training: Deep Learning model & training python scripts. The model is genenerated with Keras, as a multivariate Bidirectional Long-Short Term Memory (LSTM) network, for classification of longsword movement gestures. Softmax is being u…

Notifications You must be signed in to change notification settings

temp3rr0r/Longsword-Stance-Model-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Longsword Stance Model Training

Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM

Longsword Stance Model Training: Deep Learning model & training python scripts. The model is genenerated with Keras, as a multivariate Bidirectional Long-Short Term Memory (LSTM) network, for classification of longsword movement gestures. Softmax is being used as the activation function and sparse-categorical cross-entropy on the final dense layer.

The trained model weights & model structruture are being stored to physical drive as json and hdf5 files. They can be later be restored for predictions with minimal execution time: ~2.5 millisecond for 1-4 rows x 12 features.

Technologies

  • Deep Learning
  • Bidirection Long-Short Term Memory (LSTM)

Hardware

  • Nvidia Jetson TX2

SDKs & Libraries

  • keras
  • numpy
  • h5py
  • csv, json

About

Longsword Stance Model Training Working demo: https://www.youtube.com/watch?v=v7hvOyPQ0EM Longsword Stance Model Training: Deep Learning model & training python scripts. The model is genenerated with Keras, as a multivariate Bidirectional Long-Short Term Memory (LSTM) network, for classification of longsword movement gestures. Softmax is being u…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages