Question: Aim Apply concepts defined in class on preprocessing, data management and classification. Implement and configure artificial neural networks ( ANN ) in Python Analyze and
Aim
Apply concepts defined in class on preprocessing, data management and classification.
Implement and configure artificial neural networks ANN in Python
Analyze and synthesize the results
Description
Implement artificial neural networks to classify a set of data assigned by the teacher. The project must do the following:
The following neural networks will be used:
MLP MultiLayer Perceptron
CNN Convolutional Neural Network
Hybrid: combination MLP CNN RNN Recursive Neural Network
Class balancing will be done using the BorderlineSmote method.
Methodology
Part Preprocessing:
For each assigned neural network MLP Hybrid, CNN use data from patient and do the following:
Perform classification using Raw data class balancing using the Borderline Smote method and CV
Perform classification with standardized data StandardScaler Normalized, class balancing and CV
Compare the results between and using only the accuracy metric. Choose the best method and answer the questions in the report Part: Results item
Get the best Hyperparameters learning rate, bactchsize, epoch, etc.. by doing several tests or using GridSearch to get the highest accuracy.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
