TornikeO commited on
Commit
768192a
·
0 Parent(s):

Add files and all

Browse files
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.pkl filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Core latex/pdflatex auxiliary files:
2
+ *.aux
3
+ *.lof
4
+ *.log
5
+ *.lot
6
+ *.fls
7
+ *.out
8
+ *.toc
9
+ *.fmt
10
+ *.fot
11
+ *.cb
12
+ *.cb2
13
+ .*.lb
14
+
15
+ ## Intermediate documents:
16
+ *.dvi
17
+ *.xdv
18
+ *-converted-to.*
19
+ # these rules might exclude image files for figures etc.
20
+ # *.ps
21
+ # *.eps
22
+ # *.pdf
23
+
24
+ ## Generated if empty string is given at "Please type another file name for output:"
25
+ .pdf
26
+
27
+ ## Bibliography auxiliary files (bibtex/biblatex/biber):
28
+ *.bbl
29
+ *.bbl-SAVE-ERROR
30
+ *.bcf
31
+ *.blg
32
+ *-blx.aux
33
+ *-blx.bib
34
+ *.run.xml
35
+
36
+ ## Build tool auxiliary files:
37
+ *.fdb_latexmk
38
+ *.synctex
39
+ *.synctex(busy)
40
+ *.synctex.gz
41
+ *.synctex.gz(busy)
42
+ *.pdfsync
43
+ *.rubbercache
44
+ rubber.cache
45
+
46
+ ## Build tool directories for auxiliary files
47
+ # latexrun
48
+ latex.out/
49
+
50
+ ## Auxiliary and intermediate files from other packages:
51
+ # algorithms
52
+ *.alg
53
+ *.loa
54
+
55
+ # achemso
56
+ acs-*.bib
57
+
58
+ # amsthm
59
+ *.thm
60
+
61
+ # beamer
62
+ *.nav
63
+ *.pre
64
+ *.snm
65
+ *.vrb
66
+
67
+ # changes
68
+ *.soc
69
+
70
+ # comment
71
+ *.cut
72
+
73
+ # cprotect
74
+ *.cpt
75
+
76
+ # elsarticle (documentclass of Elsevier journals)
77
+ *.spl
78
+
79
+ # endnotes
80
+ *.ent
81
+
82
+ # fixme
83
+ *.lox
84
+
85
+ # feynmf/feynmp
86
+ *.mf
87
+ *.mp
88
+ *.t[1-9]
89
+ *.t[1-9][0-9]
90
+ *.tfm
91
+
92
+ #(r)(e)ledmac/(r)(e)ledpar
93
+ *.end
94
+ *.?end
95
+ *.[1-9]
96
+ *.[1-9][0-9]
97
+ *.[1-9][0-9][0-9]
98
+ *.[1-9]R
99
+ *.[1-9][0-9]R
100
+ *.[1-9][0-9][0-9]R
101
+ *.eledsec[1-9]
102
+ *.eledsec[1-9]R
103
+ *.eledsec[1-9][0-9]
104
+ *.eledsec[1-9][0-9]R
105
+ *.eledsec[1-9][0-9][0-9]
106
+ *.eledsec[1-9][0-9][0-9]R
107
+
108
+ # glossaries
109
+ *.acn
110
+ *.acr
111
+ *.glg
112
+ *.glo
113
+ *.gls
114
+ *.glsdefs
115
+ *.lzo
116
+ *.lzs
117
+ *.slg
118
+ *.slo
119
+ *.sls
120
+
121
+ # uncomment this for glossaries-extra (will ignore makeindex's style files!)
122
+ # *.ist
123
+
124
+ # gnuplot
125
+ *.gnuplot
126
+ *.table
127
+
128
+ # gnuplottex
129
+ *-gnuplottex-*
130
+
131
+ # gregoriotex
132
+ *.gaux
133
+ *.glog
134
+ *.gtex
135
+
136
+ # htlatex
137
+ *.4ct
138
+ *.4tc
139
+ *.idv
140
+ *.lg
141
+ *.trc
142
+ *.xref
143
+
144
+ # hypdoc
145
+ *.hd
146
+
147
+ # hyperref
148
+ *.brf
149
+
150
+ # knitr
151
+ *-concordance.tex
152
+ # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
153
+ # *.tikz
154
+ *-tikzDictionary
155
+
156
+ # listings
157
+ *.lol
158
+
159
+ # luatexja-ruby
160
+ *.ltjruby
161
+
162
+ # makeidx
163
+ *.idx
164
+ *.ilg
165
+ *.ind
166
+
167
+ # minitoc
168
+ *.maf
169
+ *.mlf
170
+ *.mlt
171
+ *.mtc[0-9]*
172
+ *.slf[0-9]*
173
+ *.slt[0-9]*
174
+ *.stc[0-9]*
175
+
176
+ # minted
177
+ _minted*
178
+ *.pyg
179
+
180
+ # morewrites
181
+ *.mw
182
+
183
+ # newpax
184
+ *.newpax
185
+
186
+ # nomencl
187
+ *.nlg
188
+ *.nlo
189
+ *.nls
190
+
191
+ # pax
192
+ *.pax
193
+
194
+ # pdfpcnotes
195
+ *.pdfpc
196
+
197
+ # sagetex
198
+ *.sagetex.sage
199
+ *.sagetex.py
200
+ *.sagetex.scmd
201
+
202
+ # scrwfile
203
+ *.wrt
204
+
205
+ # svg
206
+ svg-inkscape/
207
+
208
+ # sympy
209
+ *.sout
210
+ *.sympy
211
+ sympy-plots-for-*.tex/
212
+
213
+ # pdfcomment
214
+ *.upa
215
+ *.upb
216
+
217
+ # pythontex
218
+ *.pytxcode
219
+ pythontex-files-*/
220
+
221
+ # tcolorbox
222
+ *.listing
223
+
224
+ # thmtools
225
+ *.loe
226
+
227
+ # TikZ & PGF
228
+ *.dpth
229
+ *.md5
230
+ *.auxlock
231
+
232
+ # titletoc
233
+ *.ptc
234
+
235
+ # todonotes
236
+ *.tdo
237
+
238
+ # vhistory
239
+ *.hst
240
+ *.ver
241
+
242
+ # easy-todo
243
+ *.lod
244
+
245
+ # xcolor
246
+ *.xcp
247
+
248
+ # xmpincl
249
+ *.xmpi
250
+
251
+ # xindy
252
+ *.xdy
253
+
254
+ # xypic precompiled matrices and outlines
255
+ *.xyc
256
+ *.xyd
257
+
258
+ # endfloat
259
+ *.ttt
260
+ *.fff
261
+
262
+ # Latexian
263
+ TSWLatexianTemp*
264
+
265
+ ## Editors:
266
+ # WinEdt
267
+ *.bak
268
+ *.sav
269
+
270
+ # Texpad
271
+ .texpadtmp
272
+
273
+ # LyX
274
+ *.lyx~
275
+
276
+ # Kile
277
+ *.backup
278
+
279
+ # gummi
280
+ .*.swp
281
+
282
+ # KBibTeX
283
+ *~[0-9]*
284
+
285
+ # TeXnicCenter
286
+ *.tps
287
+
288
+ # auto folder when using emacs and auctex
289
+ ./auto/*
290
+ *.el
291
+
292
+ # expex forward references with \gathertags
293
+ *-tags.tex
294
+
295
+ # standalone packages
296
+ *.sta
297
+
298
+ # Makeindex log files
299
+ *.lpz
300
+
301
+ # xwatermark package
302
+ *.xwm
303
+
304
+ # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
305
+ # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
306
+ # Uncomment the next line to have this generated file ignored.
307
+ #*Notes.bib
308
+
309
+ # data/
04_assignment.pdf ADDED
Binary file (152 kB). View file
 
data/dummy_20_DLL_ass4.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8bcd739848bda90c48d114756f6ab9169af37911dc36cfcf5d7d97721257f17
3
+ size 795535
data/test_20_DLL_ass4.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e55abd40d9cf1e0b50541440fc69ac0233d08120181cd16d94c5f391985f33
3
+ size 7955116
data/train_20_DLL_ass4.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b6ae70819265c941a00ea7401894ef8bd82988cb724869dfdfb834834cae1c1
3
+ size 397754728
data/valid_20_DLL_ass4.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d76ef70159e88c89c25a826108c1f2dc3777ada1c43aefa0a1afe69fbccd7e
3
+ size 7955116
report/tornike_onoprishvili.pdf ADDED
Binary file (52.7 kB). View file
 
report/tornike_onoprishvili.tex ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \documentclass[a4paper]{article}
2
+
3
+ \usepackage{hyperref}
4
+ \usepackage{xcolor}
5
+ \usepackage{verbatim}
6
+ \usepackage{enumerate}
7
+ \usepackage{amsmath}
8
+
9
+
10
+
11
+ \title{NAME SURNAME}
12
+ \date{}
13
+ \author{}
14
+
15
+
16
+ \begin{document}
17
+ \maketitle
18
+
19
+
20
+ \section*{Heuristic for TSP Using Transformers}
21
+
22
+ \subsection*{Dataset (20 pts)}
23
+
24
+ \begin{itemize}
25
+ \item Answer here.
26
+ \item Answer here.
27
+ \item Answer here.
28
+ \item Answer here.
29
+ \end{itemize}
30
+
31
+ \subsection*{Model (35 pts)}
32
+
33
+ \begin{itemize}
34
+ \item Answer here.
35
+ \item Answer here.
36
+ \item Answer here.
37
+ \item Answer here.
38
+ \end{itemize}
39
+
40
+ \subsection*{Training (25 pts)}
41
+
42
+
43
+ \subsubsection*{Standard Training (10 pts)}
44
+ Answer here.
45
+
46
+ \subsubsection*{Training with Gradient Accumulation (15 pts)}
47
+ Answer here.
48
+
49
+
50
+ \subsection*{Testing (15 pts)}
51
+ \begin{itemize}
52
+ \item Answer here.
53
+ \item Answer here.
54
+ \end{itemize}
55
+
56
+ \subsection*{Critique (5 pts)}
57
+ \begin{itemize}
58
+ \item Answer here.
59
+ \item Answer here.
60
+ \item Answer here.
61
+ \end{itemize}
62
+ Any other comment here.
63
+
64
+ \end{document}
tornike_onoprishvili.ipynb ADDED
The diff for this file is too large to render. See raw diff