TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Transformer – Spreadsheet

250 点作者 next_xibalba3 个月前

9 条评论

nobodywillobsrv3 个月前
Genuine question: What do people feel they understand after going through this? If we wrote out every matrix multiplication for linear regression, would we say we&#x27;ve truly grasped it? Is the takeaway about implementation mechanics, or does it build deeper intuition?<p>I see the value in visualization, but what’s the real educational gain beyond that?<p>(I&#x27;m an ML person&#x2F;mathematician, but I haven’t lectured in over a decade—maybe I just don’t get it. I tend to prefer tutorials that build connections to known ideas, so this might be a blind spot for me.)
评论 #42970475 未加载
评论 #42971297 未加载
评论 #42971337 未加载
评论 #42973515 未加载
评论 #42973475 未加载
评论 #42971301 未加载
rmnclmnt3 个月前
On the related topic to teach AI fundamentals and intuition of the inner workings, there is a wonderful material named &quot;AI Unplugged&quot;[1] to perform activities with pen&#x2F;pencils, cards, etc. in a game manner.<p>I&#x27;ve been using this material on several occasions with various audiences not familiar with the field of AI&#x2F;ML (kids and grown-ups), and each time people seem to have been enjoying it and earning a bit of understanding of the modern world they live in.<p>[1] <a href="http:&#x2F;&#x2F;www.aiunplugged.org" rel="nofollow">http:&#x2F;&#x2F;www.aiunplugged.org</a>
antidnan3 个月前
You can even build GPT-2 in Excel: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=yjD2n_e9E3w&amp;ab_channel=Spreadsheetsareallyouneed" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=yjD2n_e9E3w&amp;ab_channel=Sprea...</a>
评论 #42968822 未加载
esafak3 个月前
Their title says Spreadsheet, and it uses Google Sheets, so I don&#x27;t know why it says Excel here.
评论 #42969404 未加载
fangpenlin3 个月前
So, it turns out &quot;Spreadsheet Is All You Need&quot;
fragmede3 个月前
props for using the &#x2F;copy endpoint feature of Google docs. saves a lot of hassle when teaching
nyclounge3 个月前
One can also argue this can be done within db such as postgres have everything store procedures&#x2F;functions&#x2F;triggers. In some ways DBs are just Spreadsheets with really robust querying languages.
raju3 个月前
Similar HN thread: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42967173">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42967173</a>
alok-g3 个月前
See also:<p>(Classical) Computer vision basics in Excel, using just formulas: <a href="https:&#x2F;&#x2F;github.com&#x2F;amzn&#x2F;computer-vision-basics-in-microsoft-excel">https:&#x2F;&#x2F;github.com&#x2F;amzn&#x2F;computer-vision-basics-in-microsoft-...</a><p>Original HN Submission: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22357374">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22357374</a><p>PS: I am the primary author.