GOAL | Develop a model of detecting the activation in an ECG fragment using the deep learning technology (for example, convolutional neural network) | Prepare a successful model, created at the Stage 1 to the integration with medical equipment |
QUESTIONS | Is the acceptable accuracy reachable at all? How many ECG fragments are sufficient in order to reach the acceptable accuracy? | How long will it take for the model to detect an activation in a fragment (in milliseconds)? |
TECHNICAL REQUIREMENTS | Python app Generating additional attributes is prohibited | App written in C language Using the network topology prepared at the Stage 1 |
SUCCESS CRITERIA | The model should correctly detect activation for 95 % ECG fragments from the secret dataset | The execution time (predicting the activation in a single ECG fragment) should not take more than 20 ms |