1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'evaluation'
JKeegan
as Josh Keegan
More... about 10 years ago
Log the basic performance measures in the log, as well as dumping the Confusion Matrix
JKeegan
as Josh Keegan
More... about 10 years ago
Merge branch 'evaluation'
JKeegan
as Josh Keegan
More... about 10 years ago
Refactored code to teach neural network into separate method
JKeegan
as Josh Keegan
More... about 10 years ago
Refactoring: Made a function to evaluate all neural networks i'm interested in
JKeegan
as Josh Keegan
More... about 10 years ago
Refactored the process of loading the char data for a data set
JKeegan
as Josh Keegan
More... about 10 years ago
Refactored code to extract just the character from an image to seperate methods in it's own class
JKeegan
as Josh Keegan
More... about 10 years ago
Bitmap to double[,]
JKeegan
as Josh Keegan
More... about 10 years ago
Use cross-validation data when training the neural network to detect over-learning and if the performance has plateaued
JKeegan
as Josh Keegan
More... about 10 years ago
Basics of a working Evaluation system. Code in Quantative.Evaluation required pretty major refactoring
JKeegan
as Josh Keegan
More... over 10 years ago
Initialise Log
JKeegan
as Josh Keegan
More... over 10 years ago
Log system
JKeegan
as Josh Keegan
More... over 10 years ago
Stubbed Quantitative Evaluation system
JKeegan
as Josh Keegan
More... over 10 years ago
Refactored all Exceptions inside SharedHelpers to be in the SharedHelpers.Exceptions namespace
JKeegan
as Josh Keegan
More... over 10 years ago
MainForm: for some reason this never got committed when it was originally written
JKeegan
as Josh Keegan
More... over 10 years ago
Removed reference to DevCharClassification from the solution (not in this branch)
JKeegan
as Josh Keegan
More... over 10 years ago
Merged DevCharClassification, leaving the actual DevCharClassification off of the main branch
JKeegan
as Josh Keegan
More... over 10 years ago
Refactor: class name consistency
JKeegan
as Josh Keegan
More... over 10 years ago
Merge branch 'master'
JKeegan
as Josh Keegan
More... over 10 years ago
Don't check for sign of difference in Area, because now the points are ordered clockwise, sumB will always be greater than (or equal to) sumA
JKeegan
as Josh Keegan
More... over 10 years ago
Test comments moved for consistency
JKeegan
as Josh Keegan
More... over 10 years ago
new method for sorting points into a clockwise rotation, allowing for the contained area of an unordered list of points to be calculated correctly
JKeegan
as Josh Keegan
More... over 10 years ago
Tweaked caharcter resolutions to minimise misclassifications
JKeegan
as Josh Keegan
More... over 10 years ago
Output images of the misclassified training data so you can see what the system is stuggling to learn
JKeegan
as Josh Keegan
More... over 10 years ago
Bug fix: copy paste - now evaluates the evaluation data rather than doing the training data twice
JKeegan
as Josh Keegan
More... over 10 years ago
Evaluate the trained network on the evaluation data
JKeegan
as Josh Keegan
More... over 10 years ago
Refactored some code ready for evaluation on the evaluation data
JKeegan
as Josh Keegan
More... over 10 years ago
Network runs and tells you the number of characters from the training data that were misclassified by the trained classifier
JKeegan
as Josh Keegan
More... over 10 years ago
Converted methods using float[] for the Neural network to use double[] instead (as the newer versions of AForge.NET do)
JKeegan
as Josh Keegan
More... over 10 years ago
Logic to traing the neural network implemented
JKeegan
as Josh Keegan
More... over 10 years ago