frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Dbgsom: A scikit-learn compatible Self-organizing Map

https://github.com/SandroMartens/DBGSOM
2•Myxir•1h ago
I've been working on a scikit-learn compatible Self Organizing Map (dbgsom).

I started this project when I learned programming and machine learning at university. Recently I did some benchmarks at it actually does really well against other scikit learn Estimators. It can be used for clustering, classification, visualization and non linear projection in two dimensions.

Might be interesting for a broader Data science audience?

Install:

  pip install dbgsom
Example:

    from dbgsom import SomClassifier
    from sklearn.datasets import load_digits

    X, y = load_digits(return_X_y=True)

    clf = SomClassifier(sigma_end=1, lambda_=30, random_state=42)
    labels = clf.fit(X, y).predict(X)

    print(f"Neurons: {len(clf.neurons_)}")
    print(f"Quantization error: {clf.quantization_error_:.4f}")
    print(f"Topographic error: {clf.topographic_error_:.4f}")
    print(f"Accuracy: {clf.score(X, y):.4f}")

  > > Neurons: 92
  > > Quantization error: 20.8655
  > > Topographic error:  0.0267
  > > Accuracy: 0.9416
Github contains more examples and comparisons against scikit-learn (Clustering/Classifiers/Projection) and other SOMs.

Let me know what you think!

Los Alamos method helps expose hallucinations in vision-language AI

https://www.lanl.gov/media/news/0603-vision-language-ai
1•geox•33s ago•0 comments

Ask HN: The economics of manufactured exclusivity and algorithmic viral loops

1•nehadangwal•1m ago•0 comments

Build a GitHub API integration for AI agents

https://nango.dev/blog/build-a-github-api-integration-for-ai-agents/
1•sapneshnaik•1m ago•0 comments

Firefox: Smart Window Beta

https://www.firefox.com/en-US/smart-window/
1•coronapl•2m ago•0 comments

Robinhood to layoff 10% of workforce in restructuring

https://www.reuters.com/sustainability/robinhood-cut-10-its-full-time-workforce-2026-06-16/
1•gurjeet•2m ago•0 comments

Show HN: Live-updating, information-dense World Cup dashboard and simulator

https://worldcupdash.com/
1•localhost3000•3m ago•0 comments

Show HN: Our Claude Code Plugin Routes Lightweight AI Tasks to Specialized SLMs

https://medium.com/zerogpu/how-to-reduce-ai-compute-costs-with-our-claude-code-plugin-routing-lig...
1•joshdappier•4m ago•0 comments

Meta head of product for 'AI for work' transformation is leaving company

https://www.reuters.com/world/meta-head-product-ai-work-transformation-is-leaving-company-2026-06...
1•tartoran•4m ago•0 comments

Why the Web Won't Be Nirvana (1995)

https://www.newsweek.com/clifford-stoll-why-web-wont-be-nirvana-185306
2•downbad_•4m ago•0 comments

Show HN: bb, an agentic IDE that can control itself

https://github.com/ymichael/bb
1•sawyerjhood•4m ago•0 comments

I Review My Agents' Code

https://ylan.segal-family.com/blog/2026/06/16/how-i-review-my-agents-code/
1•speckx•6m ago•0 comments

ANEForge: Python for direct computation on the Apple Neural Engine

https://arxiv.org/abs/2606.17090
1•StatsAreFun•7m ago•0 comments

One Foot Tsunami: Redacted Brands

https://onefoottsunami.com/2026/06/17/redacted-brands/
1•ibobev•7m ago•0 comments

Genoma Labs' open 14B agentic coding model trained on Kraken

https://huggingface.co/GenomaLabs-com/KALYPSO-v1.1L
1•nicomontuschi•8m ago•0 comments

Ask HN: How are you managing context loss when switching LLMs to save tokens?

1•nehadangwal•8m ago•0 comments

Show HN: Minecraft AI Agent for mods and server management

https://orcaclient.com/
1•ekduman•8m ago•0 comments

Matcha: A new tool for curbing AI cheating

https://dailynous.com/2026/06/17/a-new-tool-for-curbing-ai-cheating-guest-post/
2•altairprime•8m ago•0 comments

Ask HN: How close to profitability did companies get before dot com burst?

3•AbstractH24•8m ago•0 comments

Amulet – live-generated AI audio adventures

https://amulet.games/
2•pathbind•10m ago•0 comments

Apple's WebKit Rules Reportedly Cost iOS Users Almost 30% Browser Performance

https://www.macrumors.com/2026/06/17/webkit-rule-costs-ios-users-browser-performance/
2•thm•10m ago•0 comments

When your agent extensions fight each other

https://developer.microsoft.com/blog/when-your-agent-extensions-fight-each-other
2•ibobev•11m ago•0 comments

Louis Pope Gratacap, a Curator in Lost Worlds

https://publicdomainreview.org/essay/gratacap-curator-in-lost-worlds
2•crescit_eundo•11m ago•0 comments

Memory Management in C++ by Patrice Roy

https://www.sandordargo.com/blog/2026/06/17/memory-managenent-by-patrice-roy
2•ibobev•12m ago•0 comments

Inverse Context Learning Principle

https://r5d.me/iclp/
2•solaire_oa•13m ago•0 comments

Canada's population drops in first quarter of 2026

https://www.cbc.ca/news/business/population-drop-first-quarter-2026-9.7238364
2•lostmsu•14m ago•0 comments

Show HN: Tmppr – local PR review for AI coding agents

https://tmppr.com/
2•douglaswlance•15m ago•0 comments

A Whole New World

https://www.destroyallsoftware.com/talks/a-whole-new-world
2•_helporme•16m ago•0 comments

Algorithmic Information Theory Data Compression Challenge

https://arxiv.org/abs/2606.17712
3•StatsAreFun•18m ago•0 comments

LLM Chess – Leaderboard

https://maxim-saplin.github.io/llm_chess/
3•elwell•20m ago•0 comments

Marathon-Winning Humanoid Robots

https://www.avikde.me/p/honors-humanoid-ran-the-fastest-half
2•Brajeshwar•20m ago•0 comments