Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajwills72/catlearn
Formal Psychological Models of Categorization and Learning
https://github.com/ajwills72/catlearn
categorization cognitive-science formal-models learning learning-theory open-models open-science psychology
Last synced: about 2 months ago
JSON representation
Formal Psychological Models of Categorization and Learning
- Host: GitHub
- URL: https://github.com/ajwills72/catlearn
- Owner: ajwills72
- License: gpl-3.0
- Created: 2018-07-19T15:30:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T18:11:16.000Z (11 months ago)
- Last Synced: 2024-08-01T16:18:45.073Z (5 months ago)
- Topics: categorization, cognitive-science, formal-models, learning, learning-theory, open-models, open-science, psychology
- Language: R
- Size: 41.7 MB
- Stars: 23
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neuropsychology - catlearn - Formal Psychological Models of Categorization and Learning (Cognitive Science / Neuro Datasets)
README
# catlearn
Formal Psychological Models of Categorization and LearningCatlearn is an archive of formal models of categorization and
learning, plus benchmark datasets to test them against. It's also an
archive of simulations using those models. It's free and open source
software ... and always will be.Catlearn is a package for R, and is very easy to install within that
environment.
For a tutorial introduction to catlearn, and the Open Models
initiative more generally, see [Wills et al. (2017)](https://www.andywills.info/assets/pdf/wills2016plm.pdf).
There is also lots of information about catlearn on its [website](https://www.andywills.info/catlearn/).## Installing the stable version
Make sure you're running the latest version of R and then type:`install.packages('catlearn')`
and then
`library(catlearn)`.
## Installing the latest (unstable) version
If you're not sure what "unstable" means in this context,
you probably want to install the **stable** version instead. If you're sure you want the unstable version,
first install devtools and its dependencies. Then run:`devtools::install_github("ajwills72/catlearn")`