-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.py
More file actions
35 lines (28 loc) · 1.24 KB
/
Copy pathabout.py
File metadata and controls
35 lines (28 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Machine Learning Project
# By James Quaife: j.quiafe1@nuigalway.ie, SID: 14100104
# and Andrew East: a.east1@nuigalway.ie, SID: 16280042
# National University of Ireland, Galway
# Computer Science CT475: Machine Learning
# November 2018
# Supervisor: Dr. Michael Madden
# Teamwork Attribution: This file was written by Andrew East
def get_about_message():
return """Machine Learning Project
By James Quaife (j.quiafe1@nuigalway.ie)
and Andrew East (a.east1@nuigalway.ie)
National University of Ireland, Galway
Computer Science CT475: Machine Learning
November 2018
Supervisor: Dr. Michael Madden
Thanks to Federico Cáceres' excellent blog post on using pydot to make graphs, which was the basis for our graphing technique
http://pythonhaven.wordpress.com/2009/12/09/generating_graphs_with_pydot
Thanks to Bryan Oakley's method on using tkraise() to swap GUI pages instantaneously
https://stackoverflow.com/a/7557028/5271224
Image Attribution:
Open by Landan Lloyd from the Noun Project
Process by popcornarts from the Noun Project
Previous by Three Six Five from the Noun Project
Next by Three Six Five from the Noun Project
Save by Sophia Bai from the Noun Project
Info by ProSymbols from the Noun Project
Data by BomSymbols from the Noun Project"""