<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: gaussdiditfirst</title><link>https://news.ycombinator.com/user?id=gaussdiditfirst</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 18 Sep 2026 21:05:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gaussdiditfirst" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gaussdiditfirst in "Hallucination Risk Calculator"]]></title><description><![CDATA[
<p>Ya I saw no comparison with other methods in the paper, which is odd for a ML paper.</p>
]]></description><pubDate>Tue, 16 Sep 2025 17:21:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45265108</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=45265108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45265108</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "An open-source framework for data-centric AI"]]></title><description><![CDATA[
<p>Learn more about data-centric AI from Andrew Ng:<p><a href="https://spectrum.ieee.org/andrew-ng-data-centric-ai" rel="nofollow">https://spectrum.ieee.org/andrew-ng-data-centric-ai</a><p><a href="https://datacentricai.org/" rel="nofollow">https://datacentricai.org/</a></p>
]]></description><pubDate>Wed, 04 Jan 2023 09:49:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=34243819</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=34243819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34243819</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "An open-source framework for data-centric AI"]]></title><description><![CDATA[
<p>We are looking for more contributors to cleanlab in 2023. Help shape the future of data-centric AI and ensure it remains free software, especially if you love Python and practical tools for real-world data science!</p>
]]></description><pubDate>Wed, 04 Jan 2023 09:47:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=34243803</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=34243803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34243803</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "An open-source framework for data-centric AI"]]></title><description><![CDATA[
<p>Beyond feature engineering, data-centric AI can help in Kaggle. This notebook shows how easily cleanlab can improve the training dataset for an XGBoost model, producing 12% reduction in error without any change to the existing model+training+data-processing code:<p><a href="https://www.kaggle.com/code/ulytkch/cleanlab-data-centric-ai-example-0-7703-python/notebook" rel="nofollow">https://www.kaggle.com/code/ulytkch/cleanlab-data-centric-ai...</a></p>
]]></description><pubDate>Wed, 04 Jan 2023 09:46:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=34243800</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=34243800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34243800</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "An open-source framework for data-centric AI"]]></title><description><![CDATA[
<p>Senior data scientists know great ROI in real-world ML projects comes from finding/fixing issues in the dataset rather than tinkering too much with models. But this is done manually today via ad hoc scripts (Jupyter notebooks). In data-centric AI, we also use software that can automatically detect data issues (mislabeled examples, outliers, etc) to make all this more systematic (better coverage, reproducibility, efficiency, etc). While some companies are starting to offer commercial platforms for data-centric AI, cleanlab is: fully open-source, a complete software framework that can be used for many data-types and ML tasks, and I've published all of the novel algorithms cleanlab uses to help you improve messy real-world ML datasets.<p>In one-line of python, cleanlab can automatically:<p>(1) find mislabeled data + train robust models
(2) detect outliers
(3) estimate consensus + annotator-quality for datasets labeled by multiple annotators
(4) suggest which data is best to label or re-label next (active learning)<p>It has quick 5min tutorials for many types of data (image, text, tabular, audio, etc) and ML tasks (classification, entity recognition, image/document tagging, etc).<p>Engineers used cleanlab at Google to clean and train robust models on speech data, at Amazon to estimate how often the Alexa device doesn’t wake, at Wells Fargo to train reliable financial prediction models, and at Microsoft, Tesla, Facebook, etc. Hopefully you'll find cleanlab useful in your ML applications, it's super easy to try out!</p>
]]></description><pubDate>Wed, 04 Jan 2023 09:46:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=34243796</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=34243796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34243796</guid></item><item><title><![CDATA[An open-source framework for data-centric AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/cleanlab/cleanlab">https://github.com/cleanlab/cleanlab</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34243795">https://news.ycombinator.com/item?id=34243795</a></p>
<p>Points: 4</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 04 Jan 2023 09:46:31 +0000</pubDate><link>https://github.com/cleanlab/cleanlab</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=34243795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34243795</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "Ray Kurzweil: AI is still on course to outpace human intelligence"]]></title><description><![CDATA[
<p>Check out Rodney Brooks' blog to see some predictions from somebody who actually has at least some idea of what they're talking about:<p><a href="https://rodneybrooks.com/predictions-scorecard-2019-january-01/" rel="nofollow">https://rodneybrooks.com/predictions-scorecard-2019-january-...</a><p>However as the ML researcher Michael Jordan (one of the most important in the field) has previously stated, these sort of long-term technology predictions are just fun science fiction and there is essentially no academic rigor in this stuff:<p><a href="https://medium.com/@mijordan3/artificial-intelligence-the-revolution-hasnt-happened-yet-5e1d5812e1e7" rel="nofollow">https://medium.com/@mijordan3/artificial-intelligence-the-re...</a></p>
]]></description><pubDate>Tue, 22 Jan 2019 01:41:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=18965291</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=18965291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18965291</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "Waymo CEO Says Alphabet Unit Plans to Launch Driverless Car Service"]]></title><description><![CDATA[
<p>Launching in Phoenix only; for anyone whose never been there, the roads are straight & wide with extremely sparse car/foot-traffic and zero bad weather days. For those living in actual big US cities, don't hold your breath that this service will launch anytime soon for you...</p>
]]></description><pubDate>Thu, 15 Nov 2018 05:05:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=18456990</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=18456990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18456990</guid></item><item><title><![CDATA[Kernel Embedding of Distributions]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Kernel_embedding_of_distributions">https://en.wikipedia.org/wiki/Kernel_embedding_of_distributions</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=7244351">https://news.ycombinator.com/item?id=7244351</a></p>
<p>Points: 13</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 15 Feb 2014 17:06:22 +0000</pubDate><link>https://en.wikipedia.org/wiki/Kernel_embedding_of_distributions</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=7244351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7244351</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "Hemingway makes your writing bold and clear"]]></title><description><![CDATA[
<p>Great idea, I can think of many ways this sort of app could be extended to improve sentence structure via a number of other heuristics you might find mentioned in a grammar book.</p>
]]></description><pubDate>Wed, 12 Feb 2014 19:35:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=7226708</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=7226708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7226708</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "Widespread sex differences in gene expression in the human brain (2013)"]]></title><description><![CDATA[
<p>There is currently very little evidence linking the measured expression of specific genes in the brain with phenotypic traits such as personality.  Scientists find it hard enough even to link almost certainly genetic attributes (such as various cancers and other disease) to a consistent set of genes in analyses of differential gene expression.</p>
]]></description><pubDate>Wed, 12 Feb 2014 06:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=7222836</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=7222836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7222836</guid></item><item><title><![CDATA[New comment by gaussdiditfirst in "Today is The Day We Fight Back"]]></title><description><![CDATA[
<p>Great to see this being done. I wonder what number of emails a typical member of Congress must receive before they take note of an issue.  Furthermore, how many emails does it take to sway their opinion on said issue, or are dollars the only medium that can induce the wild thought of reevaluating one's perspective.</p>
]]></description><pubDate>Wed, 12 Feb 2014 06:08:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=7222807</link><dc:creator>gaussdiditfirst</dc:creator><comments>https://news.ycombinator.com/item?id=7222807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7222807</guid></item></channel></rss>