https://github.com/delner/pink_panther
A deductive reasoning framework for Ruby.
https://github.com/delner/pink_panther
Last synced: 9 days ago
JSON representation
A deductive reasoning framework for Ruby.
- Host: GitHub
- URL: https://github.com/delner/pink_panther
- Owner: delner
- License: mit
- Created: 2015-01-01T02:02:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T02:24:54.000Z (over 11 years ago)
- Last Synced: 2024-04-26T20:20:30.559Z (about 2 years ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pink Panther
==========
[](https://travis-ci.org/delner/pink_panther) 
###### *For Ruby 1.9.3, 2.0.0, 2.1.0*
### Introduction
`pink_panther` is a deductive reasoning & analysis framework for Ruby.
It provides a domain-specific language (DSL) for designing systems of deductions and conclusions, to which data can be input, and an analysis output.
#### What can I use it for?
Deductive reasoning can be used for several ends, including (but not limited to) scripted diagnostics, case analysis, and simple AIs/decision engines. Some examples include:
- *Customer support modules*: Automatically deduce the source of data-related issues stemming from a user's account, and suggest corrective action.
- *Technical diagnostics*: Run a troubleshooter when a system, website, or service triggers an alert (Nagios, NewRelic, etc) and e-mail a diagnosis to the system administrator.
- *Insights & simple data mining*: Produce a report about users' likely interests, or presumed behavior.
- *Recommendation engine*: Choose when to show (or not to show) content to a visitor, based on what they've visited on your website.