Commit Graph

112 Commits

Author SHA1 Message Date
ed73ea5c8b ex-7: keep negative sign in perceptron weights 2020-07-05 11:36:24 +02:00
59fba30c12 ex-1: review 2020-07-05 11:36:23 +02:00
aa676cf9a9 ex-5: add the plot 5-fit.pdf to the paper 2020-07-05 11:36:23 +02:00
61ce7feb64 todo: update 2020-07-05 11:36:23 +02:00
093faf3fe8 ex-5: implement the code for plotting σ_MC vs calls
move all the functions to lib.c and lib.h; add this two librearies to makefile;
make plot.py more easy to use for passing to one mode to the other (show or
save figure); create fit_plot and create the figure 5-fit.pdf.
2020-07-05 11:36:22 +02:00
8f847117ac ex-6: review 2020-07-05 11:36:22 +02:00
4e242b3463 ex-6: redo 6-smoothed.pdf with the right font in the title
The code in plot.py is also made more easy to use for passing from one
mode to the other (show or save figure).
2020-07-05 11:36:20 +02:00
d0d03d521e ex-5: review 2020-07-05 11:36:19 +02:00
686d2d4554 notes: add useful operators 2020-07-05 11:36:18 +02:00
28664215e8 ex-4: change the order of the entries of the definition of atan() 2020-07-05 11:36:18 +02:00
3a202e84dd ex-6, ex-7: change 'try and catch' for 'hit-miss' 2020-07-05 11:36:16 +02:00
ac88c7e782 todo: update 2020-07-05 11:36:15 +02:00
661135a9fe ex:7 - fixe some conceptual errors (false positives and false negatives) 2020-07-05 11:36:14 +02:00
180898a6b0 ex-4: review 2020-07-05 11:36:13 +02:00
12c3cc6025 ex-2: fix table alignment 2020-07-05 11:36:13 +02:00
59176ab4cf notes: use math mode to write "t-test" 2020-07-05 11:36:12 +02:00
d9af353135 ex-3: review 2020-07-05 11:36:12 +02:00
4561e8943f ex-4: redo images with right size and fontsize 2020-07-05 11:36:12 +02:00
8d88da3c1f todo: updated 2020-07-05 11:36:11 +02:00
3ba8189fb4 update todo 2020-07-05 11:36:09 +02:00
383dbd6f38 notes: fix some issues with the bibliography
- Use an independent CSL, so building the document doesn't need internet

- Use title case in the bibtex database and shield proper nouns with
  brackets, as required by the spec
2020-07-05 11:36:08 +02:00
f2be522089 ex-2: complete review
- general review and proofread
- complet the explanation of Lambert W based solutions
- add section on 1 million digits computation
- add references to GMP and mpmath
2020-07-05 11:36:07 +02:00
fcbde10f9b notes: use \num for numbers with exponential notation 2020-07-05 11:36:07 +02:00
f16995edd3 ex-7: fixed typo 2020-07-05 11:36:06 +02:00
1607309a00 ex-2: revised section 2.2.1 2020-07-05 11:36:06 +02:00
8f4bbe7d52 todo: updated 2020-07-05 11:36:06 +02:00
391be195d0 ex-2: written about the program fast.c
fancy, fancier and fast are now correctly described in the pdf.
Only the computation time is missing.
2020-07-05 11:36:05 +02:00
1ca0499430 ex-7: fix wrong images 2020-07-05 11:36:04 +02:00
a29f0c7c6e todo: updated 2020-07-05 11:36:04 +02:00
c857707134 todo: updated 2020-07-05 11:36:02 +02:00
f6e048496f readme: update for changes to ex-1, ex-2 2020-07-05 11:36:00 +02:00
7cb1c20c2b todo: updated 2020-07-05 11:36:00 +02:00
c335c44f72 todo: updated 2020-07-05 11:35:59 +02:00
3dcf733725 ex-7: revised and typo-fixed
In addition, the folder ex-7/iters was created in order to plot the results
of the Perceptron method as a function of the iterations parameter.
2020-07-05 11:35:59 +02:00
7ad45a829e ex-7: revised and typo-fixed
In addition, the folder ex-7/iters was created in order to plot the results
of the Perceptron method as a function of the iterations parameter.
2020-07-05 11:35:57 +02:00
a263c6a8da todo: updated 2020-07-05 11:35:57 +02:00
76d5f3bebd ex-6: wrote something about ex-6 in the readme file and put in order ex.6/plots
ex-6/plots/emd-round.py renamed into ex-6/plots/emd.py and made interactive.
2020-07-05 11:35:56 +02:00
ea6fccfa5a todo: updated 2020-07-05 11:35:56 +02:00
cc8a5f753a ex-6: section results completed 2020-07-05 11:35:55 +02:00
5634f2f418 ex-6: generated plots
All the usefull plots were generated and the codes were suitably modified
for this purpose.
2020-07-05 11:35:55 +02:00
ab05d23c7e ex-1: reviewed 2020-07-05 11:35:54 +02:00
000cc827a2 ex-6: EMD section completed 2020-07-05 11:35:54 +02:00
ee1d2242eb images: neatly renamed all the images 2020-07-05 11:35:54 +02:00
16c2511289 ex-6: Written about the RL algorithm and generated some plots 2020-07-05 11:35:53 +02:00
7b8c61e3e5 ex-6: add EMD vs RL rounds plots 2020-07-05 11:35:53 +02:00
62f03170af bibliography: GNU's Not UNIX 2020-07-05 11:35:53 +02:00
20f4de9aca ex-7: reword efficiency paragraph 2020-07-05 11:35:52 +02:00
bef977dc0d typo-fixed: removed to many "must" employed 2020-07-05 11:35:51 +02:00
831418f460 ex-6: tweak EMD histogram plots 2020-07-05 11:35:51 +02:00
bdc12117a7 ex-5: revised and typo-fixed
Some images and an article have also been added to the folder.
The todo has been updated too as well as the readme.
2020-07-05 11:35:49 +02:00