├── 10rules.ipynb ├── README.md └── fig ├── act.png ├── bandit.png ├── choose.png ├── feedback.png ├── fig1.png ├── m1.png ├── m2.png ├── m3.png ├── m4.png ├── m5.png ├── predict.png ├── recovery.png └── ten.png /README.md: -------------------------------------------------------------------------------- 1 | # Python Code for Ten simple rules for the computational modeling of behavioral data 2 | video: https://www.bilibili.com/video/BV1TL4y1i7HK?spm_id_from=333.999.0.0 3 | -------------------------------------------------------------------------------- /fig/act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/act.png -------------------------------------------------------------------------------- /fig/bandit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/bandit.png -------------------------------------------------------------------------------- /fig/choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/choose.png -------------------------------------------------------------------------------- /fig/feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/feedback.png -------------------------------------------------------------------------------- /fig/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/fig1.png -------------------------------------------------------------------------------- /fig/m1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/m1.png -------------------------------------------------------------------------------- /fig/m2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/m2.png -------------------------------------------------------------------------------- /fig/m3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/m3.png -------------------------------------------------------------------------------- /fig/m4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/m4.png -------------------------------------------------------------------------------- /fig/m5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/m5.png -------------------------------------------------------------------------------- /fig/predict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/predict.png -------------------------------------------------------------------------------- /fig/recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/recovery.png -------------------------------------------------------------------------------- /fig/ten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lynn0503/Ten-simple-rules-for-the-computational-modeling-of-behavioral-data-Python/3341343b4b6f15760644e1aa1150e4c5bf25d279/fig/ten.png --------------------------------------------------------------------------------