All Projects → ajwills72 → catlearn

ajwills72 / catlearn

Licence: GPL-3.0 license
Formal Psychological Models of Categorization and Learning

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to catlearn

2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (+57.14%)
Mutual labels:  psychology, cognitive-science
copycat
Modern port of Melanie Mitchell's and Douglas Hofstadter's Copycat
Stars: ✭ 84 (+300%)
Mutual labels:  psychology, cognitive-science
awesome-cogsci
An Awesome List of Cognitive Science Resources
Stars: ✭ 71 (+238.1%)
Mutual labels:  psychology, cognitive-science
Osfr
R interface to the Open Science Framework (OSF)
Stars: ✭ 117 (+457.14%)
Mutual labels:  open-science
Headstart
A framework for creating web-based knowledge maps
Stars: ✭ 141 (+571.43%)
Mutual labels:  open-science
Open Science 101
Open_Science_101
Stars: ✭ 24 (+14.29%)
Mutual labels:  open-science
Luminescence
Development of the R package 'Luminescence'
Stars: ✭ 13 (-38.1%)
Mutual labels:  open-science
Reproducible Research
A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker
Stars: ✭ 95 (+352.38%)
Mutual labels:  open-science
CCN Association
认知计算神经联盟 讨论会
Stars: ✭ 49 (+133.33%)
Mutual labels:  cognitive-science
Open Computational Neuroscience Resources
A publicly-editable collection of open computational neuroscience resources
Stars: ✭ 234 (+1014.29%)
Mutual labels:  open-science
Tomviz
Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
Stars: ✭ 230 (+995.24%)
Mutual labels:  open-science
Pycbc
Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
Stars: ✭ 177 (+742.86%)
Mutual labels:  open-science
Electrophysiologydata
A list of openly available datasets in (mostly human) electrophysiology.
Stars: ✭ 143 (+580.95%)
Mutual labels:  open-science
clear-water
Forecasting elevated levels of E. coli at Chicago beaches to provide proper warning to beach-goers.
Stars: ✭ 54 (+157.14%)
Mutual labels:  open-science
Code Is Science
Scientific code needs to be open source and peer reviewed
Stars: ✭ 133 (+533.33%)
Mutual labels:  open-science
awesome-psychology
An awesome list of psychology courses, videos and books. Please, contribute!
Stars: ✭ 68 (+223.81%)
Mutual labels:  psychology
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+6523.81%)
Mutual labels:  open-science
Avogadrolibs
Avogadro libraries provide 3D rendering, visualization, analysis and data processing useful in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.
Stars: ✭ 164 (+680.95%)
Mutual labels:  open-science
THINGSvision
Python package for extracting and analyzing image representations from state-of-the-art neural networks for computer vision
Stars: ✭ 106 (+404.76%)
Mutual labels:  cognitive-science
self-organizing-predictions
In which prediction agents organize themselves through competition.
Stars: ✭ 24 (+14.29%)
Mutual labels:  cognitive-science

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). There is also lots of information about catlearn on its website.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].