You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Computer Science student from Ireland 🍀. Below is the languages, technologies and tools I've used and learnt since I started studying Computer Science.
Below that is my most notable projects, applications, assignments and lab work to date.
Implementation of Prim's and Kruskal's algorithm for finding minimum spanning tree for a weighted connected graph and Dijkstra's shortest path tree algorithm. Also includes a depth first search alg…
This assignment involves modifying a Multi-Layered Perceptron (MLP) for classification, generalizing the code for XOR to handle variable input, hidden, and output neurons. You'll solve classificati…