-
Choose to explore and discuss one of the following project sites developed by students. A few of these are undergoing continued development this semester! Describe (in your own words) at least one si…
-
From https://github.com/nltk/nltk/blob/develop/nltk/corpus/reader/wordnet.py#L1396, it looks like the line parsing wasn't done correctly for the example vs the definition of the Synset gloss:
```py…
-
i tried to train a mc model on Chinese dataset
on traditional and simplified Chinese
in word and char level
both multilang-bert and Chinese-bert
but all of the experiment getting not very well r…
-
Hi, when I converted TFLite model(mobilenet_ssd) to K210 model, I got an error:Fatal: Index was outside the bounds of the array. What may lead to this error? thanks!
-
There is a major issue regarding the data. The audio data in video files is the same as audio-only data. This means that you have duplicates in your data and this results in false 92% accuracy.
-
처음에 사용하려 했던 lstm 모델의 성능이 저하하여 새로운 모델 gboost 를 사용하기로 했다.
gboost의 모델은 훈련데이터에 한해 75% 정확도를 보였다. 정확도를 더 높이기 위해 뉴스 헤드라인을 6가지 감정 anger, disgust, fear, joy, happiness, sadness, surprise으로 분류해놓은 데이터를 추가하기로 했다…
-
Hello,
I was wondering if it is possible to just use the student module alone to perform acoustics-based emotion recognition on wav files, or just use the teacher module alone to perform visual-bas…
-
We need to create the tagging component and have it added to the capture page
-
Some people are getting an issue after updating scikit-learn:
```pytb
File "/home/jupyter/.local/lib/python3.5/site-packages/sklearn/decomposition/__init__.py", line 19, in
from ._online_l…
-
I have gone through the paper where you introduced RCNN layer for emotion classification and ASR, I would like to use is for a speech classification task of my own. Can you guide me to library or some…