- Deep Learning Quick Reference
- Mike Bernico
- 73字
- 2021-06-24 18:40:15
Case study – epileptic seizure recognition
As you've probably guessed, we are going to be solving a binary classification problem. We will start by planning the problem using the same framework we established in Chapter 2, Using Deep Learning to Solve Regression Problems, and modify it as needed. You can find the complete code for this chapter in the book's GitHub repository, under Chapter 4, Using Deep Learning to Solve Regression Problems.