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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Incremental Learning – A continuous learning approach (2018)

158 点作者 pps超过 6 年前

3 条评论

keiferski超过 6 年前
I have been personally experimenting with what I call &quot;drip learning&quot; - essentially, I am trying to learn a large amount of non-urgent information very slowly, piece by piece, over a very long timeline. For example, learning all the letters of the Greek (or Hebrew, or Russian, or Armenian) alphabet. If I sit down and attempt to learn them all it once, it quickly becomes overwhelming and retention is low. But, if you simply learn one new letter per day, it&#x27;s very manageable - and you&#x27;ll learn the entire alphabet in a month.<p>Combined with spaced repetition (Anki) to reinforce the memory, I think it&#x27;s extremely powerful. Anecdotally, it works well - I can recall all of these items on demand, months later.<p>The next step (which I haven&#x27;t quite figured out) is to multiply this across multiple domains. I.e. every day, learn 1 French phrase, 1 Spanish phrase, 1 German phrase, and so on. In my (nonscientific) experience, this is more effective than focusing on a single topic.
评论 #19143768 未加载
评论 #19143346 未加载
评论 #19143801 未加载
评论 #19144138 未加载
评论 #19143999 未加载
评论 #19152622 未加载
burtonator超过 6 年前
This is great. I&#x27;m actually working on an app that&#x27;s literally designed as the perfect incremental reading&#x2F;learning platform:<p><a href="https:&#x2F;&#x2F;getpolarized.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getpolarized.io&#x2F;</a><p>Here&#x27;s how it works. You basically add everything you&#x27;re reading to Polar.<p>Right now it supports PDF and captured web pages. It works offline and your data is yours. It&#x27;s a desktop app with a webapp+mobile coming soon (like 2 weeks).<p>Polar supports suspend and resume of reading with &quot;pagemarks&quot; which are basically &quot;boxes&quot; covering multiple pages with a start and end.<p><a href="https:&#x2F;&#x2F;getpolarized.io&#x2F;incremental-reading.html" rel="nofollow">https:&#x2F;&#x2F;getpolarized.io&#x2F;incremental-reading.html</a><p>This way it&#x27;s very very clear what you&#x27;ve read and what you have not.<p>While you&#x27;re reading you can annotate and take notes directly in Polar.<p>This includes comments, highlights, but also flashcards.<p>The flashcards can be sync&#x27;d with Anki which means you get spaced repetition built in so you NEVER forget anything.<p>Here&#x27;s a screenshot of my current reading:<p><a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;jdnuhVB.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;jdnuhVB.png</a><p>The progress bar on the right is how far I&#x27;ve read within that document.<p>All your annotations and highlights are yours. We support markdown export and the on disk format is simple JSON.<p>It&#x27;s also Open Source and we&#x27;ll have a web and mobile version soon. Works on Linux, MacOS and Windows.<p>It also supports cloud sync so if you have multiple computers you can keep all your data in sync.<p>If you just want to avoid the cloud you can not use the cloud sync.<p>However, if you do, you can also use the web version which is coming out soon and which also means you can use it on a tablet device.
评论 #19144878 未加载
评论 #19150859 未加载
评论 #19151585 未加载
评论 #19150897 未加载
评论 #19160705 未加载
评论 #19148425 未加载
thisisit超过 6 年前
This sounds like the &quot;Compounding Knowledge&quot; post from FarnamStreet last week:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19094502" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=19094502</a>