frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Fuzzy-Pattern Tsetlin Machine

https://github.com/BooBSD/FuzzyPatternTM
3•BooBSD•2h ago

Comments

BooBSD•2h ago
Abstract

The "all-or-nothing" clause evaluation strategy is a core mechanism in the Tsetlin Machine (TM) family of algorithms. In this approach, each clause—a logical pattern composed of binary literals mapped to input data—is disqualified from voting if even a single literal fails. Due to this strict requirement, standard TMs must employ thousands of clauses to achieve competitive accuracy. This paper introduces the Fuzzy-Pattern Tsetlin Machine (FPTM), a novel variant where clause evaluation is fuzzy rather than strict. If some literals in a clause fail, the remaining ones can still contribute to the overall vote with a proportionally reduced score. As a result, each clause effectively consists of sub-patterns that adapt individually to the input, enabling more flexible, efficient, and robust pattern matching. The proposed fuzzy mechanism significantly reduces the required number of clauses, memory footprint, and training time, while simultaneously improving accuracy.

On the IMDb dataset, FPTM achieves 90.15% accuracy with only one clause per class, a 50× reduction in clauses and memory over the Coalesced Tsetlin Machine. FPTM trains up to 316× faster (45 seconds vs. 4 hours) and fits within 50 KB, enabling online learning on microcontrollers. Inference throughput reaches 34.5 million predictions/second (51.4 GB/s). On Fashion-MNIST, accuracy reaches 92.18% (2 clauses), 93.19% (20 clauses) and 94.68% (8000 clauses), a ∼400× clause reduction compared to the Composite TM’s 93.00% (8000 clauses). On the Amazon Sales dataset with 20% noise, FPTM achieves 85.22% accuracy, significantly outperforming the Graph Tsetlin Machine (78.17%) and a Graph Convolutional Neural Network (66.23%).

Towards Agentic OS: An LLM Agent Framework for Linux Schedulers

https://arxiv.org/abs/2509.01245
1•Hard_Space•2m ago•0 comments

Booting NetBSD from a wedge, the hard way

https://bentsukun.ch/posts/netbsd-wedge-boot/
1•speckx•3m ago•0 comments

New Gabi/ELF Spec Available for Public Review

https://groups.google.com/g/generic-abi/c/doY6WIIPqhU/?pli=1
1•rascul•6m ago•0 comments

Pypistats.org is now operated by the Python Software Foundation

https://pyfound.blogspot.com/2025/08/pypistats-org-is-now-operated-by-the-psf.html
2•rbanffy•6m ago•0 comments

Python: Fix SyntaxWarning: 'return' in a 'finally' block – Adam Johnson

https://adamj.eu/tech/2025/08/29/python-fix-syntaxwarning-finally/
2•rbanffy•7m ago•0 comments

Delta Lake: Transform Pandas Prototypes into Production – CodeCut

https://codecut.ai/from-pandas-to-production-delta-rs/
1•rbanffy•7m ago•0 comments

Show HN: Writing Arabic in English

https://sherifelmetwally.com/writing/writing-arabic-in-english
1•selmetwa•12m ago•0 comments

Large interview with E.T. designer Howard Scott Warshaw

https://spillhistorie.no/2025/09/03/interview-with-howard-scott-warshaw/
2•Kolorabi•13m ago•1 comments

EU AI Act Compliance Checker

https://artificialintelligenceact.eu/assessment/eu-ai-act-compliance-checker/
1•caminanteblanco•14m ago•1 comments

Airbus B612 Cockpit Font

https://github.com/polarsys/b612
3•Bogdanp•15m ago•0 comments

Today, I learned that eels are fish

https://eocampaign1.com/web-version?p=495827fa-8295-11f0-8687-8f5da38390bd&pt=campaign&t=17562270...
2•speckx•15m ago•0 comments

Insta360's Antigravity A1 drone promises immersive 8K 360º video

https://www.dpreview.com/news/8434677038/insta360-antigravity-a1-drone-announcement
1•PaulHoule•15m ago•0 comments

Agentgateway – Next Generation Agentic Proxy for AI Agents and MCP Servers

https://github.com/agentgateway/agentgateway
1•microflash•16m ago•0 comments

Show HN: Customize your keyboard shortcuts in Chrome with a Chrome extension

https://taupiqueur.github.io/chrome-shortcuts/
1•taupiqueur•17m ago•0 comments

Tech talent biz Andela trains up devs in GitHub Copilot

https://www.theregister.com/2025/09/03/andela_github_copilot_training/
1•rntn•17m ago•0 comments

Ghost – AI agent for beautiful presentations

https://useghost.io/
1•eustoria•18m ago•0 comments

Exxon and California Spar in Dueling Lawsuits over Plastics

https://www.nytimes.com/2025/09/01/climate/exxon-california-plastics-defamation-lawsuit.html
1•mitchbob•19m ago•1 comments

Walikancrypt

https://github.com/altilunium/walikancrypt
1•altilunium•22m ago•1 comments

Why does the Chart Increasing emoji show in red?

https://blog.emojipedia.org/why-does-the-chart-increasing-emoji-show-in-red/
1•isagues•22m ago•0 comments

The Honesty Tax

https://www.theargumentmag.com/p/the-honesty-tax
1•amadeuspagel•22m ago•0 comments

How Jet Lag Cost the Global Face of Japan Inc. His Job

https://www.wsj.com/world/asia/how-jet-lag-cost-the-global-face-of-japan-inc-his-job-5672d7a9
1•impish9208•22m ago•1 comments

Hidden Gems in Iceland

https://charlieswanderings.com/iceland/hidden-gems-in-iceland/
1•novateg•23m ago•0 comments

Vibe Coding Failures Prove AI Can't Replace Developers Yet

https://www.finalroundai.com/blog/vibe-coding-failures-that-prove-ai-cant-replace-developers-yet
2•sarathyweb•23m ago•0 comments

Developers lose focus 1,200 times a day – how MCP could change that

https://venturebeat.com/ai/developers-lose-focus-1200-times-a-day-how-mcp-could-change-that
1•rootlyhq•23m ago•0 comments

My review of Amazon's Shareholder letters

https://nandinfinitum.com/posts/amazon-shareholder-letters/
1•nanfinitum•25m ago•0 comments

Raymarching Explained Interactively

https://imadr.me/raymarching-explained-interactively/
1•ibobev•29m ago•0 comments

Building the most accurate DIY CNC lathe in the world [video]

https://www.youtube.com/watch?v=vEr2CJruwEM
3•pillars•30m ago•0 comments

TorkilsTaskSwitcher, a replacement to Windows' Alt-Tab invoked task switcher

https://oelgaard.dk/torkils/?TorkilsTaskSwitcher
1•speckx•30m ago•0 comments

Cross-Platform Window in C

https://imadr.me/cross-platform-window-in-c/
4•ibobev•31m ago•0 comments

Rotations with Quaternions

https://imadr.me/rotations-with-quaternions/
2•ibobev•31m ago•0 comments