Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Once in the Apporto environment, create a new Jupyter Notebook and configure it using the following naming convention: _ _ Assignment 3 . ipynb Thus,
Once in the Apporto environment, create a new Jupyter Notebook and configure it using the following naming convention:
Assignmentipynb
Thus, if your name is Jane Doe, please name the submission file DoeJaneAssignmentipynb
For information on how to navigate the Jupyter environment, review the Jupyter Notebook in Apporto Virtual Lab Tutorial.
Read through the Recognizing CIFAR images with deep learning example on pages of Deep Learning with Keras. Copy the code into your Jupyter Notebook, including the code for a deeper network and data augmentation in your model. Run the code to build a convolutional neural network model that includes a deeper network and data augmentation.
Note: More information about the training and test data sets can be found in the CIFAR and CIFAR Datasets repository.
The algorithm you worked to train can be used to distinguish more realistic images than the handwritten digits example from the previous module. While distinguishing between animals or vehicles may not pose a serious ethical dilemma, its important to consider what other types of images an algorithm such as this could be trained on For example, could such an algorithm eventually be used to distinguish peoples faces? If so what are the ethical and privacy implications? Create a Markdown cell in your Jupyter Notebook after your code and its outputs. In this cell, analyze the ethical and privacy implications of the algorithm you just created. You are expected to include resources to support your answers, and must include citations for those resources.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started