Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# catlearn
Formal Psychological Models of Categorization and Learning

Catlearn 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")`