PulseAugur
实时 13:05:22
English(EN) Deepity: A C++ library showing Predictive Coding Networks can match Backprop (97.73% on MNIST in 60s) [P]

Deepity C++ 库使用预测编码网络媲美反向传播

一个名为 Deepity 的新 C++ 机器学习库已被开发出来,旨在证明预测编码网络(PCNs)可以达到与传统反向传播相当的性能。通过实现近期关于加速 PCNs 的研究并利用算法缓存,Deepity 在 CPU 上不到一分钟内就在 MNIST 上达到了 97.73% 的准确率,与 PyTorch 的反向传播性能非常接近。开发者计划将该库移植到 CUDA 以进行进一步扩展,并探索 PCNs 在持续学习场景中的能力。 AI

影响 展示了信用分配的一种潜在的反向传播替代方案,这可能会影响未来在生物学上可行的 AI 和持续学习领域的研究。

排序理由 该条目描述了一个新的库,该库在标准基准(MNIST)和基线算法(反向传播)上实现并评估了一种特定的机器学习技术(预测编码网络),这符合研究的定义。[lever_c_demoted from research: ic=1 ai=1.0]

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Deepity C++ 库使用预测编码网络媲美反向传播

本文如何被排名

Signal score
1 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该条目描述了一个新的库,该库在标准基准(MNIST)和基线算法(反向传播)上实现并评估了一种特定的机器学习技术(预测编码网络),这符合研究的定义。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Same-day
Cluster formed today. Ranking reflects the current source set at time of score.

完整方法见我们的编辑标准

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Important-Home4431 ·

    Deepity:一个C++库,展示预测编码网络可以媲美反向传播(MNIST上97.73%,60秒内完成)[P]

    <!-- SC_OFF --><div class="md"><p>I've spent the last month building a local C++ machine learning library called Deepity to test alternative credit assignment algorithms; specifically Predictive Coding Networks (PCNs). While PCNs are fascinating for biological plausibility and co…