Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gholmes829 authored May 24, 2021
1 parent 823da4a commit f064a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BinCNN
## Introduction:
Perform tasks with binary convolutional neural networks (BinCNN)! I currently have two examples with. The first attempts to classify MNIST handwritten digit and the second attempts to make steering angle predictions for real time small self driving cars. The BinCNN performed well at classifying MNSIT handwritten digits. It sturggled at fitting the training data for steering angle regression and thus had poor test set performance.
Perform tasks with binary convolutional neural networks (BinCNN)! I currently have two examples. The first attempts to classify MNIST handwritten digit and the second attempts to make steering angle predictions for real time small self driving cars. The BinCNN performed well at classifying MNSIT handwritten digits. It struggled at fitting the training data for steering angle regression and thus had poor test set performance.

See [https://github.com/larq/larq](https://github.com/larq/larq), [https://docs.larq.dev/](https://docs.larq.dev/), and [https://arxiv.org/pdf/2011.09398.pdf](https://arxiv.org/pdf/2011.09398.pdf) to learn more about BinCNNs!

Expand Down

0 comments on commit f064a80

Please sign in to comment.