About Me
Hello! I'm Alexander Scott Baldon, a results driven developer and Big Data professional. I enjoy building tools that empower others to perform their best, automating away pain points, and making the impossible possible. I love learning new technologies, collaborating, and generally solving puzzles. Please reach out if you would like to connect!
Connect with Me
Recent Personal Projects
-
Chord Data Generator for ML
This project is designed to generate and facilitate the download of chord progression, defaults set for Irish Traditional tunes (Reels, Jigs, Hornpipes, etc), however it can be modified to support any stringed insturment using any number of keys and tuning
The latest version of this project can be found in the upper right hand corner of this page in the 'Java Chord Data Generator' link
The origincal version of this project can be found in the 'Python Chord Data Generator (deprecated)'; that version is not longer being updated. After integrating the full logic and finding that the database did not provide a significat time difference and the in code processing allowed for more flexability of response, I am proceeding with building only the Java version which calculated the chords directly rether than pulling prebuilt lists
Github link: Chord Generator without DB in Java Repo
-
Notes on Deep Learning and the Game of Go
A branch from the github repo provided by the book, "Deep Learning and the Game of Go", by Max Pumperla.
supporting a deeper understanding of ML calaculations as described in the book
I use the book 'Introduction to linear Algebra' by Gilbert Strang as a reference for the linear algebra calculations as well as the appendix of the Go book listed above.
To view my notes, visit the link below which is a fork of the original repo, and select a branch with a chapter name to find the associated chapter notes.
Github link: Notes on Deep Learning and the Game of Go Repo