运动系统检测(个数)+python+flask+机器学习
EEG preprocessing methods for classifying person emotions have been widely applied. However, there still remain some parts where determining significant preprocessing method can be improved.
Hierarchical Bayes classifier working in the space of features produced by convolutional neural network for the images of scenes
Implements image classification using handcrafted SIFT features as well as CNN extracted features for the course Computer Vision 1
Implementation from scratch of a CNN-LSTM network for language models. Useful features are extracted from the CNN layer below and then feed up to the LSTM layer which forms a sequential context for the prediction.