Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 500 Bytes

breast-cancer-prediction

Neural network construction with a real-world dataset

  1. Choose a real-world dataset that is available online. You can obtain your dataset from Kaggle, UCI Machine Learning Repository, or other sources that you can find.
  2. Understand the dataset.
  3. Identify the purpose of applying a neural network on the dataset.
  4. Discuss the neural network architecture to be constructed.
  5. Construct, train, and test the neural network on the dataset.
  6. Discuss the results.