SatoshiNotMe t1_j2wb9xi wrote
Reply to comment by olegranmo in [R] Do we really need 300 floats to represent the meaning of a word? Representing words with words - a logical approach to word embedding using a self-supervised Tsetlin Machine Autoencoder. by olegranmo
Intrigued by this. Any chance you could give a one paragraph summary of what a Tsetlin machine is?
olegranmo OP t1_j2wc7vz wrote
Hi u/SatoshiNotMe! To relate the Tsetlin machine to well-known techniques and challenges, I guess the following excerpt from the book could work:
"Recent research has brought increasingly accurate learning algorithms and powerful computation platforms. However, the accuracy gains come with escalating computation costs, and models are getting too complicated for humans to comprehend. Mounting computation costs make AI an asset for the few and impact the environment. Simultaneously, the obscurity of AI-driven decision-making raises ethical concerns. We are risking unfair, erroneous, and, in high-stakes domains, fatal decisions. Tsetlin machines address the following key challenges:
- They are universal function approximators, like neural networks.
- They are rule-based, like decision trees.
- They are summation-based, like Naive Bayes classifier and logistic regression.
- They are hardware-near, with low energy- and memory footprint.
As such, the Tsetlin machine is a general-purpose, interpretable, and low-energy machine learning approach."
SatoshiNotMe t1_j2wotox wrote
Appreciate this! Will have to dig into your book
Viewing a single comment thread. View all comments