Use the MNIST dataset to classify the type of apparel using an artificial nueral network

Learning Goal: I’m working on a machine learning project and need an explanation and answer to help me learn.

THIS ASSIGNMENT CONTAINS 3 PROBLEMS
PROBLEM 1 – MNIST DATA SET (10 POINTS)
Use the MNIST dataset to classify the type of apparel using an artificial nueral network.
https://www.kaggle.com/zalando-research/fashionmnist
You may use the library of your choosing
We went over this is class, so this is an easy one to get you started.
Grading criteria: Your results on the test data should exceed 0.80 accuracy and you have some explaination about the model.
PROBLEM 2 – POKER HAND CLASSIFICATION (30 POINTS)
Use the Pokerhand dataset at https://archive.ics.uci.edu/ml/machine-learning-databases/poker/
Pay attention to class distribution.
Do you need to do anything to balance the data?
How does it affect ANNs if the training data is ordered?
I mentioned early stopping in class but didn’t go into detail. Implement early stopping in your model
This article provides an example of early stopping with Keras and Tensorflow
https://towardsdatascience.com/a-practical-introduction-to-early-stopping-in-machine-learning-550ac88bc8fd
Provide a visualization of training and cross validation loss at each epoch
Provide a confusion matrix and F1 score for the test data
The output of the model will be probabilities of each class. I like to use np.argmax to get the most probable class, but you may use other techniques.
PROBLEM 3 – PARKINSON’S TELEMONITORING (30 POINTS)
In class, we focused on artificial nueral networks for classification purposes
Use the data set at https://archive.ics.uci.edu/ml/machine-learning-databases/parkinsons/telemonitoring/
The goal is to predict the ‘motor_UPDRS’
Remove the ‘total_UPDRS’ column. The goal of the data set author is to predict both and ‘total_UPDRS’ but I don’t want to have two predicted variables.
I also don’t want to use it as a predictor because ‘total_UPDRS’ will be too colinear with ‘motor_UPDRS’
In this example, we want to use a regression ANN
Use a 80/20 train test split for your model
I acknowledge that you can solve this without an ANN, but please use a regression ANN
Make sure you look at fields that are numbers but are not truly ordinal. How would you handle them?
This article provides an overview of regression ANN using Tensorflow.
https://towardsdatascience.com/regression-based-neural-networks-with-tensorflow-v2-0-predicting-average-daily-rates-e20fffa7ac9a

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more
error: Content is protected !!