Skip to content

Commit a678f5e

Browse files
authored
Update writeup_template.md
fix typos
1 parent c40a28b commit a678f5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

writeup_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
---
88

9-
**Behavrioal Cloning Project**
9+
**Behavioral Cloning Project**
1010

1111
The goals / steps of this project are the following:
1212
* Use the simulator to collect data of good driving behavior
@@ -40,19 +40,19 @@ My project includes the following files:
4040
* model.h5 containing a trained convolution neural network
4141
* writeup_report.md or writeup_report.pdf summarizing the results
4242

43-
####2. Submssion includes functional code
43+
####2. Submission includes functional code
4444
Using the Udacity provided simulator and my drive.py file, the car can be driven autonomously around the track by executing
4545
```sh
4646
python drive.py model.h5
4747
```
4848

49-
####3. Submssion code is usable and readable
49+
####3. Submission code is usable and readable
5050

5151
The model.py file contains the code for training and saving the convolution neural network. The file shows the pipeline I used for training and validating the model, and it contains comments to explain how the code works.
5252

5353
###Model Architecture and Training Strategy
5454

55-
####1. An appropriate model arcthiecture has been employed
55+
####1. An appropriate model architecture has been employed
5656

5757
My model consists of a convolution neural network with 3x3 filter sizes and depths between 32 and 128 (model.py lines 18-24)
5858

0 commit comments

Comments
 (0)