cair / tmu

Implements the Tsetlin Machine, Coalesced Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features, drop clause, Type III Feedback, focused negative sampling, multi-task classifier, autoencoder, literal budget, and one-vs-one multi-class classifier. TMU is written in Python with wrappers for C and CUDA-based clause evaluation and updating.
https://pypi.org/project/tmu/
MIT License
126 stars 13 forks source link

data representation #73

Open i-am-neo opened 5 months ago

i-am-neo commented 5 months ago

Hello, thank you for sharing your work! I am new to Tsetlin; please forgive me if my questions are a bit naive.

  1. Have you suggestions or examples of how best to represent data where the sequence of features to be considered for clauses have importance? For example, feature3 must be followed by feature4 for a condition to hold True?

  2. Related, could I use a Tsetlin to discover string patterns when I have not examined the dataset?

Thank you.