Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions Project2-Character-Recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ CUDA Character Recognition

**University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 2**

* (TODO) YOUR NAME HERE
* (TODO) [LinkedIn](), [personal website](), [twitter](), etc.
* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab)
* Alexis Ward
* [LinkedIn](https://www.linkedin.com/in/alexis-ward47/), [personal website](https://www.alexis-ward.tech/)
* Tested on: Windows 10, i7-8750H CPU @ 2.20GHz 16GB, GTX 1050 Ti

### (TODO: Your README)
# README

Include analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
Sadly this is all that runs so far; I will update if I decide to take a late day!

![](img/recog.png)


For my readme, I think I would not be able to make graphs analysing framerate to image size, as it doesn't seem we were provided varying sizes, but I would recode the hard-coded perceptron to get data for the other two graphs.

I would start with the perceptron classifier to match training input data to output data by adaptively learning.

Then running it on all the data, hopefully converging onto Hannah's excel data
185 changes: 185 additions & 0 deletions Project2-Character-Recognition/build/ALL_BUILD.vcxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CustomBuild Include="C:\Users\aleks\OneDrive\Documents\Alexis\CIS565\Project2-Number-Algorithms\Project2-Character-Recognition\CMakeLists.txt" />
</ItemGroup>
<ItemGroup>
</ItemGroup>
</Project>
Loading