Martin Thoma
5d12b1f6ba
sugar
2013-09-12 10:38:11 +02:00
Martin Thoma
b2870f7dce
Peters Änderungsvorschläge eingepflegt
2013-09-11 17:27:22 +02:00
Martin Thoma
f6dd0c9104
added hidden markov model
2013-09-11 13:53:02 +02:00
Martin Thoma
cc6cc383eb
two more perceptron changes
2013-09-11 11:40:05 +02:00
Martin Thoma
611a4f0959
more functions
2013-09-10 12:46:45 +02:00
Martin Thoma
5ea1d81eba
Added sigmoid-function
2013-09-10 12:19:03 +02:00
Martin Thoma
33ba7ff981
Musterlösung angefangen
2013-09-10 05:50:43 +02:00
Martin Thoma
38c46c8081
added KogSys
2013-09-09 17:57:08 +02:00
Martin Thoma
70f11df517
weitere Information
2013-09-07 15:37:14 +02:00
Martin Thoma
9cd9b55277
misc
2013-09-07 15:25:30 +02:00
Martin Thoma
03756e0131
DPLL
2013-09-07 15:04:33 +02:00
Martin Thoma
060ee0828a
misc
2013-09-07 14:48:15 +02:00
Martin Thoma
1260e20295
Resolutionsalgorithmus
2013-09-07 14:46:54 +02:00
Martin Thoma
2a6fb8abc9
misc
2013-09-01 17:40:24 +02:00
Martin Thoma
3b2bfde37a
added section about Elementarteiler
2013-09-01 14:22:33 +02:00
Martin Thoma
496a8b0adf
fixed another bug
2013-09-01 12:57:42 +02:00
Martin Thoma
b9095ef768
fixed bug
2013-09-01 12:40:23 +02:00
Martin Thoma
b0a72dc66c
fixed bug and added implementation
2013-09-01 12:38:44 +02:00
Martin Thoma
93cd7986b9
everything in english
2013-09-01 11:43:30 +02:00
Martin Thoma
98e1d1955c
0 and 1-case are essentially one case
2013-09-01 11:38:48 +02:00
Martin Thoma
0550c1d8e5
Simplified pseudocode
2013-09-01 11:29:01 +02:00
Martin Thoma
f111747eb1
Removed potenzation
2013-09-01 11:18:19 +02:00
Martin Thoma
0c402a5951
minor error
2013-09-01 11:10:31 +02:00
Martin Thoma
943a5c4aee
Legendre-Symbol
2013-09-01 11:01:24 +02:00
Martin Thoma
a28f787179
added 'custom envirnoment' example
2013-08-25 16:06:02 +02:00
Martin Thoma
020a2a132d
added 'sinus-burst-1'
2013-08-25 16:05:05 +02:00
Martin Thoma
850fbc57a6
added 'perceptron-xor-task'
2013-08-25 16:04:29 +02:00
Martin Thoma
0ef1a9e285
Added feed forward perceptron
2013-08-25 15:25:24 +02:00
Martin Thoma
385254300a
added permutation sign
2013-08-25 14:44:04 +02:00
Martin Thoma
a411fde3ec
added compiled pdf
2013-08-22 22:09:51 +02:00
Martin Thoma
94da631d55
EAZ Entwurf begonnen
2013-08-22 22:06:19 +02:00
Martin Thoma
085044268e
corrected answer
2013-07-30 20:39:07 +02:00
Martin Thoma
b55ca17158
removed missing file
2013-07-30 13:15:48 +02:00
Martin Thoma
187a7f06bb
added changes of Stefan again
2013-07-30 13:15:00 +02:00
Martin Thoma
c5127f1507
Merge pull request #13 from niklasb/patch-1
...
Update musterloesung-db-2012-09-24.tex
2013-07-30 04:13:12 -07:00
Martin Thoma
d0782fcae3
Merge pull request #12 from taikano/patch-6
...
Not an alternative, but introductory work
2013-07-30 04:05:10 -07:00
Stefan Koch
5a93365187
Not an alternative, but introductory work
...
This was not intended to be an alternative, but for explanation on how to begin such a query. This one only returns all required friendships including those already existing.
Then better delete it completely.
2013-07-30 13:03:38 +02:00
Niklas Baumstark
099be06d7f
Update musterloesung-db-2012-09-24.tex
2013-07-30 13:01:45 +02:00
Martin Thoma
3bb436e81a
formattierung
2013-07-30 13:00:26 +02:00
Martin Thoma
c3f55e2d1e
Merge pull request #11 from taikano/patch-5
...
Korrektur + Ergänzung
2013-07-30 03:58:02 -07:00
Stefan Koch
fe79dd4081
Korrektur + Ergänzung
...
Korrektur: person1 wird vom Subquery auch benötigt wegen späterem WHERE-Vergleich
Ergänzung: SQLite konnte kein EXCEPT, daher hab ich es mit NOT EXISTS nachgebaut, siehe auch http://stackoverflow.com/questions/3831969/sqlite-delete-results-from-select-with-except
2013-07-30 12:56:04 +02:00
Martin Thoma
2ccc6cb416
formatting
2013-07-30 12:52:22 +02:00
Martin Thoma
82f5e75aab
Merge pull request #10 from taikano/patch-4
...
Added further explanation
2013-07-30 03:47:45 -07:00
Stefan Koch
c1d93b86a1
Added further explanation
2013-07-30 12:42:12 +02:00
Martin Thoma
cc365eade0
compiled PDF
2013-07-30 11:20:22 +02:00
Martin Thoma
008f772996
Merge pull request #9 from taikano/patch-3
...
MAX in WHERE not possible
2013-07-30 02:19:28 -07:00
Stefan Koch
097d360423
MAX in WHERE not possible
...
You cannot use MAX() in a WHERE clause, instead use a subquery.
The ORDER BY is also unneeded, because we only select the maximum. So what to order, there is only one number (even if multiple entries with the same number).
2013-07-30 11:18:13 +02:00
Martin Thoma
d7e7613c30
textsetzung
2013-07-30 11:17:53 +02:00
Martin Thoma
4d1d9c1479
Merge pull request #8 from taikano/patch-2
...
left join sufficient
2013-07-30 02:16:31 -07:00
Stefan Koch
756fee46ef
left join sufficient
...
A LEFT (OUTER) JOIN is totally sufficient here, you do not want to have one Berater NULL with about 10 customers (because some customers do not have a Berater).
Moreover, when using the altered version as expected (i.e. the one with Kunden2Berater table) there is no column Kunden.berater_id anymore. You thus have to join Kunden2Berater.
I have NOT checked the COUNT throroughly, but according to my understand you will have to count on one of the Kunden2Berater columns, because COUNT() will ignore NULL columns and this is what we want. If LEFT JOIN returned a row where there are no columns on the right side, the count shall give NULL. Yet, I have to admit that I do not understand COUNT() too well. The DISTINCT is then unneeded, because we GROUP BY berater_id and the kunden_id for each berater itself will already be unique. So please do not take the COUNT statement for granted now, it's untested. http://www.techonthenet.com/sql/count.php
2013-07-30 11:14:45 +02:00