https://github.com/cair/regression-tsetlin-machine

Implementation of the Regression Tsetlin Machine

https://github.com/cair/regression-tsetlin-machine

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary

Keywords

machine-learning regression tsetlin-machine
Last synced: 5 months ago · JSON representation

Repository

Implementation of the Regression Tsetlin Machine

Basic Info
Statistics
  • Stars: 10
  • Watchers: 7
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
machine-learning regression tsetlin-machine
Created almost 7 years ago · Last pushed almost 7 years ago
Metadata Files
Readme License

README.md

The Regression Tsetlin Machine

The inner inference mechanism of the Tsetlin Machine (https://arxiv.org/abs/1804.01508) is modified so that input patterns are transformed into a single continuous output, rather than to distinct categories.

This is achieved by:

  • Using the conjunctive clauses of the Tsetlin Machine to capture arbitrarily complex patterns;
  • Mapping these patterns to a continuous output through a novel voting and normalization mechanism; and
  • Employing a feedback scheme that updates the Tsetlin Machine clauses to minimize the regression error.

Further details can be found in https://arxiv.org/abs/1905.04206.

Behaviour with noisy and noise-free data

Six datasets have been given in order to study the behaviour of the Regression Tsetlin Machine.

  • Dataset I contains 2-bit feature input and the output is 100 times larger than the decimal value of the binary input (e.g., when the input is [1, 0], the output is 200). The training set consists of 8000 samples while testing set consists of 2000 samples, both without noise
  • Dataset II contains the same data as Dataset I, except that the output of the training data is perturbed to introduce noise
  • Dataset III has 3-bit input without noise
  • Dataset IV has 3-bit input with noise
  • Dataset V has 4-bit input without noise
  • Dataset VI has 4-bit input with noise

Different datasets can be loaded by changing the following line in ArtificialDataDemo.py df = np.loadtxt("2inNoNoise.txt").astype(dtype=np.float32) The training error variation for each dataset with different number of clauses can be seen in the following figure.

Datasets without noise can be perfectly learned with a small number of clauses Average Absolute Error on Training Data: 0.0 Average Absolute Error on Test Data: 0.0 Training and testing error for noisy data can be reduced by increasing the number of clauses and training rounds.

Owner

  • Name: Centre for Artificial Intelligence Research (CAIR)
  • Login: cair
  • Kind: organization
  • Email: cair-internal@uia.no
  • Location: Grimstad, Norway

CAIR is a centre for research excellence on artificial intelligence at the University of Agder. We attack unsolved problems, seeking superintelligence.

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 23
  • Total Committers: 2
  • Avg Commits per committer: 11.5
  • Development Distribution Score (DDS): 0.261
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
DarshanaAbeyrathna 5****a 17
Ole-Christoffer Granmo o****o@u****o 6
Committer Domains (Top 20 + Academic)
uia.no: 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels