-
+ Perform presentation of your RBL project.
+ Upload presentation file to OSF.
+ Give link to the file here.
+ Report also your ID and name.
-
+ Review previous assignments
- #18
- #19
+ Create presentation slide combining previous assignments.
+ Perform presentation in today session within 15 mins
- 10 mins for presentation
-…
-
+ Study the [slide](https://osf.io/atc28).
+ Give revision or confirmation about the slide.
+ Include all aspects that others have.
+ Prepare a short, 5 minutes, presentation.
+ Save your slide in…
-
- Read again your previous story about RBL in #2.
- Write a new story with your current knowledge about it by planning
+ Time schedule (include weekly progress report),
+ References (code, arti…
-
## materials
1. Introduction: Artificial Intelligence Systems, Intelligent agents
2. Basic Theory of Probabilistic Reasoning
3. Fuzzy Logic 1: Definition of fuzzy logic, getting to know the differe…
-
+ Create new repository for your RBL project.
+ Create issue for each problem you encounter.
+ Trigger discussion to obtain possible solution.
+ Wait for comment from lecturer and other class parti…
-
to do list:
1. Menentukan makanan mana saja yang akan dimasukan
2. Membuat dataframe atau database dalam code python
3. Pemilihan visualisasi - Cari contoh visualisasi lain yang sederhana lalu di…
-
+ From training in previous issue #11 suggest at least six ideas for final project (RBL) of this course.
+ One in each paragraph that must include reason and availability of resources (references, pr…
-
```
diff -ur opendkim.orig/librbl/rbl.c opendkim/librbl/rbl.c
--- opendkim.orig/librbl/rbl.c 2018-11-15 00:47:38.000000000 +0000
+++ opendkim/librbl/rbl.c 2024-08-25 12:05:44.169015382 +0000…
-
Change name to: PTR-RBL
z1*z2*z3*z4 -> 4*za*(z1+z2+z3+z4)+2*(z1*z2+z1*z3+z1*z4+z2*z3+z2*z4+z3*z4)+7;
Alternative forms: (2*za + sum_i z_i)^2 -1
Note: original paper does not have the -1 !!!
Con: (…