Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.43 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.43 KB

AI Large Practical

This repository contains my coursework for the 3rd Year AI Large Practical course, taken in 2010/2011. There were two pieces of coursework during the AILP course, both based on character identification using Dynamic Time Warping - the first dealt with isolated characters, whilst the second handled entire words. The two courseworks are best described by their respective reports (report.pdf in both sub-folders).

Coursework for other courses can be found in my main University Coursework repository.

Copyright Comments

I have striven to ensure that all of my University-related repositories do not contain any University of Edinburgh or University of Edinburgh staff owned work. However, if you feel that I have missed anything please reach out to me at stephen.mcgruer@gmail.com and I will be more than happy to correct the mistake.

Aside from any such mistakes, all of the work in this repository is under the WTFPL license, excepting any third-party code which will be clearly marked and licensed.

Coursework Mark

70-80% (from memory)

Known Errors

In Coursework 2, the "One-Stage Dynamic Programming" method almost definitely has an incorrect implementation, as it showed very poor results despite being known to be a surperior approach.