<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Research Archives - Be on the Right Side of Change</title>
	<atom:link href="https://blog.finxter.com/category/research/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.finxter.com/category/research/</link>
	<description></description>
	<lastBuildDate>Tue, 23 Dec 2025 09:15:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.finxter.com/wp-content/uploads/2020/08/cropped-cropped-finxter_nobackground-32x32.png</url>
	<title>Research Archives - Be on the Right Side of Change</title>
	<link>https://blog.finxter.com/category/research/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Stop Testing LLMs with Poetry: Use Blackjack Instead</title>
		<link>https://blog.finxter.com/stop-testing-llms-with-poetry-use-blackjack-instead/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 23 Dec 2025 09:15:44 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1671622</guid>

					<description><![CDATA[<p>🙏 Image and research source: Thomas Taylor (GitHub) If you want to see what an LLM is really good at (and where it still slips), don’t ask it to write a poem or generate code. Ask it to make the same small decision again and again under clear rules. That is why blackjack basic strategy ... <a title="Stop Testing LLMs with Poetry: Use Blackjack Instead" class="read-more" href="https://blog.finxter.com/stop-testing-llms-with-poetry-use-blackjack-instead/" aria-label="Read more about Stop Testing LLMs with Poetry: Use Blackjack Instead">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/stop-testing-llms-with-poetry-use-blackjack-instead/">Stop Testing LLMs with Poetry: Use Blackjack Instead</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f64f.png" alt="🙏" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Image and research source</strong>: Thomas Taylor (<a href="https://github.com/thomasgtaylor/llm21">GitHub</a>)</p>



<p>If you want to see what an LLM is really good at (and where it still slips), don’t ask it to write a poem or generate code. Ask it to make the same small decision again and again under clear rules.</p>



<p><strong>That is why blackjack basic strategy is such a useful lens.</strong></p>



<p>Basic strategy is basically a decision table. Given your hand and the dealer’s upcard, there is a best move for a given rule set. Hit, stand, double, split, surrender. It is not a vibe. It is a lookup problem.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://x.com/FinxterDotCom/status/2002478044414677196" target="_blank" rel=" noreferrer noopener"><img fetchpriority="high" decoding="async" width="710" height="748" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-43.png" alt="" class="wp-image-1671623" style="aspect-ratio:0.949216628368498;width:710px;height:auto" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-43.png 710w, https://blog.finxter.com/wp-content/uploads/2025/12/image-43-285x300.png 285w" sizes="(max-width: 710px) 100vw, 710px" /></a></figure>
</div>


<p>So you would expect modern models to nail it. And some do. But what makes this benchmark interesting is not “who got the highest score.” It is how the models fail.</p>



<h3 class="wp-block-heading">The result that matters is not the winner, it is the pattern of mistakes</h3>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="509" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-45-1024x509.png" alt="" class="wp-image-1671625" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-45-1024x509.png 1024w, https://blog.finxter.com/wp-content/uploads/2025/12/image-45-300x149.png 300w, https://blog.finxter.com/wp-content/uploads/2025/12/image-45-768x382.png 768w, https://blog.finxter.com/wp-content/uploads/2025/12/image-45.png 1455w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a1.png" alt="⚡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Check out Thomas&#8217; Page: <a href="https://thomasgtaylor.com/blackjack/">https://thomasgtaylor.com/blackjack/</a></p>



<p>When models get decisions wrong in blackjack, they do not usually fail randomly. They tend to develop a consistent style of mistakes.</p>



<p>One model might double too often. Another might be overly cautious and miss good doubles. Another might surrender in spots where it should fight on. That is a big deal because it mirrors what many developers see in real products: the model is mostly reliable, but it has a few recurring blind spots.</p>



<p>This is the key point for builders. LLMs do not fail like buggy programs. They fail like inconsistent policies.</p>



<h3 class="wp-block-heading">Accuracy and outcomes are not the same thing</h3>



<p>The benchmark tracks two things that people often confuse:</p>



<ul class="wp-block-list">
<li>decision accuracy: did the model pick the basic strategy move?</li>



<li>outcome: did the bankroll go up or down over the run?</li>
</ul>



<p>These can diverge. Blackjack has asymmetric payouts. A single bad double can hurt more than a small hit/stand mistake. And over a limited number of hands, luck still matters. So you can see a model that is slightly less accurate end up with a better balance simply because variance went its way.</p>



<p>This is not just gambling trivia. It is a reminder that your evaluation metric shapes what looks “best.” If your product cares about costly failures, you should measure cost-weighted errors, not just raw accuracy.</p>



<h3 class="wp-block-heading">Why this matters outside blackjack</h3>



<p>A blackjack hand is a tiny state with a clear action set. Software is full of the same structure:</p>



<ul class="wp-block-list">
<li>incident triage rules</li>



<li>retry and backoff policies</li>



<li>access control and permissions</li>



<li>billing and pricing logic</li>



<li>feature rollout rules</li>



<li>compliance checks</li>
</ul>



<p>In all of these, you often have clear policies you want followed. If a model struggles to consistently follow a small decision table, it will also drift when it is asked to follow your company’s rules unless you design around that.</p>



<h3 class="wp-block-heading">The better mental model: LLMs behave like learned heuristics</h3>



<p>A traditional program executes rules. A plain LLM often imitates rules and sometimes improvises. That is why you see those “error personalities.” The model is not just retrieving the correct table cell every time. It is applying a learned pattern that is usually right, and occasionally biased.</p>



<p>This is the important angle for the Finxter community: treat the model like a policy learner, not a calculator.</p>



<h3 class="wp-block-heading">What to do with this insight</h3>



<p>The engineering move is not to argue with the model harder. It is to change the shape of the task so the model cannot drift.</p>



<p>A few practical approaches:</p>



<ul class="wp-block-list">
<li>Put the strategy table in code and have the model call it.</li>



<li>If you keep it in the prompt, force a structured lookup format and validate the output.</li>



<li>Log mistakes by category (too many doubles, early surrenders, split errors) because that tells you what to fix.</li>
</ul>



<h3 class="wp-block-heading">A simple Finxter challenge you can copy</h3>



<p>The real win here is not blackjack itself. It is the idea of a small, repeatable benchmark.</p>



<p>Pick any domain where ground truth exists as a clear set of rules or a decision table. Generate a lot of reproducible test cases. Score both accuracy and cost-weighted outcomes. Then look for recurring error patterns, not just the overall score.</p>



<p>That gives you something far more useful than “model A feels smarter than model B.” It tells you how a model behaves under repetition, which is what matters when you are building real systems.</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2728.png" alt="✨" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong><a href="https://blog.finxter.com/ai/">Join the Finxter AI Newsletter</a></strong> to be on the right side of change &#8211; with 130k readers!</p>
<p>The post <a href="https://blog.finxter.com/stop-testing-llms-with-poetry-use-blackjack-instead/">Stop Testing LLMs with Poetry: Use Blackjack Instead</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google&#8217;s SynthID is supposed to find fake AI images. But it failed when it mattered most.</title>
		<link>https://blog.finxter.com/gemini-synthid-how-to-check-if-an-image-is-generated-with-ai/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Sat, 06 Dec 2025 12:39:45 +0000</pubDate>
				<category><![CDATA[Google Gemini]]></category>
		<category><![CDATA[Image Generation]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1671535</guid>

					<description><![CDATA[<p>📲 Problem Formulation: How can users reliably tell whether an image was created by a human or generated by AI? Specifically, with Gemini Nano Banana Pro and other recent image generation tools, you never know if a screenshot, scientific paper result, chart, or person is real or AI-generated. The simple solution for Google Gemini (and ... <a title="Google&#8217;s SynthID is supposed to find fake AI images. But it failed when it mattered most." class="read-more" href="https://blog.finxter.com/gemini-synthid-how-to-check-if-an-image-is-generated-with-ai/" aria-label="Read more about Google&#8217;s SynthID is supposed to find fake AI images. But it failed when it mattered most.">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/gemini-synthid-how-to-check-if-an-image-is-generated-with-ai/">Google&#8217;s SynthID is supposed to find fake AI images. But it failed when it mattered most.</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4f2.png" alt="📲" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Problem Formulation</strong>: How can users reliably tell whether an image was created by a human or generated by AI? Specifically, with Gemini Nano Banana Pro and other recent image generation tools, you never know if a screenshot, scientific paper result, chart, or person is real or AI-generated. </p>



<p>The simple solution for Google Gemini (and some other vendors) is to copy and paste the image into Gemini and run &#8220;<code>SynthID</code>&#8221; with it. This is a complex watermark technique that works for most images. However, it doesn&#8217;t work in very important application areas as shown in Example 3.</p>



<p>Here are a few examples:</p>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Example 1: Gemini-Generated Image Detected</h2>



<figure class="wp-block-image size-full"><img decoding="async" width="922" height="611" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-14.png" alt="" class="wp-image-1671536" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-14.png 922w, https://blog.finxter.com/wp-content/uploads/2025/12/image-14-300x199.png 300w, https://blog.finxter.com/wp-content/uploads/2025/12/image-14-768x509.png 768w" sizes="(max-width: 922px) 100vw, 922px" /></figure>



<p>I created this thumbnail image for one of my recent <a href="https://youtu.be/UkMG-FezQ-c?si=N0By4e5KqHyf7-Kt">YouTube videos</a> and <code>SynthID</code> correctly classifies it as AI-generated. </p>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f7f0.png" alt="🟰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Example 2: ChatGPT-Generated Image Not Detected</h2>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="796" height="529" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-16.png" alt="" class="wp-image-1671538" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-16.png 796w, https://blog.finxter.com/wp-content/uploads/2025/12/image-16-300x199.png 300w, https://blog.finxter.com/wp-content/uploads/2025/12/image-16-768x510.png 768w" sizes="auto, (max-width: 796px) 100vw, 796px" /></figure>



<p>I created this image with ChatGPT in a recent query about a health question, so it was not generated by Google Gemini Banana Pro. It correctly classified it as not generated by Google but does not rule out that it was generated by AI.</p>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Example 3: Gemini-Generated Image Not Detected</h2>



<p>Have a look at these two images &#8211; can you spot the difference?</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="640" height="396" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-17.png" alt="" class="wp-image-1671539" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-17.png 640w, https://blog.finxter.com/wp-content/uploads/2025/12/image-17-300x186.png 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></figure>



<p><strong>Image 1: </strong>Original image from the Google <a href="https://research.google/blog/transformer-a-novel-neural-network-architecture-for-language-understanding/">Transformer Paper</a></p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="637" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-18.png" alt="" class="wp-image-1671540" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-18.png 1024w, https://blog.finxter.com/wp-content/uploads/2025/12/image-18-300x187.png 300w, https://blog.finxter.com/wp-content/uploads/2025/12/image-18-768x478.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p><strong>Image 2: </strong>Fake image generated by Gemini Banana Pro</p>
</div>
</div>



<p>Unfortunately, SynthID was not able to determine if one was AI-generated. However, this would be one of the most important use cases because faking scientific results is one of the most harmful things that can be done with AI (and that&#8217;s being done). </p>



<p>See this chat confirming the inability of Gemini to determine if it was AI generated:</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="783" height="1024" src="https://blog.finxter.com/wp-content/uploads/2025/12/image-19-783x1024.png" alt="" class="wp-image-1671541" srcset="https://blog.finxter.com/wp-content/uploads/2025/12/image-19-783x1024.png 783w, https://blog.finxter.com/wp-content/uploads/2025/12/image-19-230x300.png 230w, https://blog.finxter.com/wp-content/uploads/2025/12/image-19-768x1004.png 768w, https://blog.finxter.com/wp-content/uploads/2025/12/image-19.png 879w" sizes="auto, (max-width: 783px) 100vw, 783px" /></figure>



<p>Here&#8217;s a video I made about this article:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Google’s SynthID is supposed to find fake AI images. But it failed when it mattered most." width="937" height="527" src="https://www.youtube.com/embed/63bcJ9w9uhA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
<p>The post <a href="https://blog.finxter.com/gemini-synthid-how-to-check-if-an-image-is-generated-with-ai/">Google&#8217;s SynthID is supposed to find fake AI images. But it failed when it mattered most.</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>42 Free University Books (PDF/HTML)</title>
		<link>https://blog.finxter.com/42-free-university-books-pdf-html/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 03 Nov 2025 14:13:32 +0000</pubDate>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Data Science]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[University]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1671368</guid>

					<description><![CDATA[<p>💡 About this free book collection. Below are some of the highest-quality university textbooks that you can legally read and download for free. Each entry lists the title (in bold), the author(s) in italics, and the available formats with notes on whether a sign-up is required. Links point directly to the free books &#8211; I ... <a title="42 Free University Books (PDF/HTML)" class="read-more" href="https://blog.finxter.com/42-free-university-books-pdf-html/" aria-label="Read more about 42 Free University Books (PDF/HTML)">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/42-free-university-books-pdf-html/">42 Free University Books (PDF/HTML)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>About this free book collection.</strong> Below are some of the highest-quality university textbooks that you can legally read and download for free. Each entry lists the title (<strong>in bold</strong>), the author(s) in <em>italics</em>, and the available formats with notes on whether a sign-up is required. Links point directly to the free books &#8211; I have manually checked the link quality (by hand).</p>



<ol class="wp-block-list">
<li><strong><a href="https://web.mit.edu/6.001/6.037/sicp.pdf" target="_blank" rel="noreferrer noopener">Structure and Interpretation of Computer Programs</a></strong> – <em>Harold Abelson &amp; Gerald Jay Sussman</em> (HTML, no sign-up) – the classic MIT programming text is released as an <a href="https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html#:~:text=,License%20by%20the%20MIT%20Press.">open-access web edition</a> under a Creative Commons license</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="217" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-217x300.png" alt="" class="wp-image-1671371" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-217x300.png 217w, https://blog.finxter.com/wp-content/uploads/2025/11/image.png 595w" sizes="auto, (max-width: 217px) 100vw, 217px" /></figure>
</div>


<ol start="2" class="wp-block-list">
<li><strong><a href="https://www.feynmanlectures.caltech.edu/">The Feynman Lectures on Physics</a></strong> – <em>Richard P. Feynman, Robert B. Leighton &amp; Matthew Sands</em> (HTML, no sign-up) – Caltech’s website hosts the complete three-volume lecture series free of charge.</li>



<li><strong><a href="https://www.deeplearningbook.org/">Deep Learning</a></strong> – <em>Ian Goodfellow, Yoshua Bengio &amp; Aaron Courville</em> (HTML, no sign-up) – the authors and MIT Press offer a complete online version that will remain freely accessible.</li>



<li><strong><a href="https://pages.cs.wisc.edu/~remzi/OSTEP/">Operating Systems: Three Easy Pieces</a></strong> – <em>Remzi H. Arpaci-Dusseau &amp; Andrea C. Arpaci-Dusseau</em> (PDF, no sign-up) – a comprehensive OS text that the authors explicitly intend to remain freely available.</li>



<li><strong><a href="https://ia600206.us.archive.org/17/items/cattheory/cattheory.pdf">Category Theory for Scientists</a></strong> – <em>David I. Spivak</em> (PDF, no sign-up) – MIT’s open-courseware site links to this freely downloadable textbook.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="229" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-1-229x300.png" alt="" class="wp-image-1671372" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-1-229x300.png 229w, https://blog.finxter.com/wp-content/uploads/2025/11/image-1.png 660w" sizes="auto, (max-width: 229px) 100vw, 229px" /></figure>
</div>


<ol start="6" class="wp-block-list">
<li><strong><a href="http://pi.math.cornell.edu/~hatcher/AT/AT.pdf">Algebraic Topology</a></strong> – <em>Allen Hatcher</em> (PDF, no sign-up) – the author and publisher allow free download of this standard graduate-level text.</li>



<li><strong><a href="https://hefferon.net/linearalgebra/" data-type="link" data-id="https://hefferon.net/linearalgebra/">Linear Algebra</a></strong> – <em>Jim Hefferon</em> (PDF &amp; HTML, no sign-up) – Hefferon’s textbook is free to download and is licensed for redistribution.</li>



<li><strong><a href="https://digitalcommons.trinity.edu/mono/7/#:~:text=This%20book%20was%20previously%20published,sa%2F3.0%2Fdeed.en_G" target="_blank" rel="noreferrer noopener">Introduction to Real Analysis</a></strong> – <em>William F. Trench</em> (PDF, no sign-up) – a free, Creative Commons–licensed edition of this undergraduate text.</li>



<li><strong><a href="https://www.math.colostate.edu/~pries/467/Judson12.pdf" target="_blank" rel="noreferrer noopener">Abstract Algebra: Theory and Applications</a></strong> – <em>Thomas W. Judson</em> (PDF, no sign-up) – an open textbook published under the GNU Free Documentation License.</li>



<li><strong><a href="https://math.dartmouth.edu/~prob/prob/prob.pdf" target="_blank" rel="noreferrer noopener">Introduction to Probability</a></strong> – <em>Charles M. Grinstead &amp; J. Laurie Snell</em> (HTML &amp; PDF, no sign-up) – the authors distribute this complete text under a free documentation license.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="240" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-2-240x300.png" alt="" class="wp-image-1671374" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-2-240x300.png 240w, https://blog.finxter.com/wp-content/uploads/2025/11/image-2-818x1024.png 818w, https://blog.finxter.com/wp-content/uploads/2025/11/image-2-768x961.png 768w, https://blog.finxter.com/wp-content/uploads/2025/11/image-2.png 890w" sizes="auto, (max-width: 240px) 100vw, 240px" /></figure>
</div>


<ol start="11" class="wp-block-list">
<li><strong><a href="https://web.stanford.edu/~hastie/ElemStatLearn/">The Elements of Statistical Learning</a></strong> – <em>Trevor Hastie, Robert Tibshirani &amp; Jerome Friedman</em> (PDF, no sign-up) – a highly regarded machine-learning reference with a free PDF.</li>



<li><strong><a href="https://web.stanford.edu/class/psych209/Readings/SuttonBartoIPRLBook2ndEd.pdf" target="_blank" rel="noreferrer noopener">Reinforcement Learning: An Introduction</a></strong> – <em>Richard S. Sutton &amp; Andrew G. Barto</em> (HTML &amp; PDF, no sign-up) – the authors provide free HTML and PDF downloads under a Creative Commons license.</li>



<li><strong><a href="https://web.stanford.edu/~boyd/cvxbook/">Convex Optimization</a></strong> – <em>Stephen Boyd &amp; Lieven Vandenberghe</em> (PDF, no sign-up) – Cambridge University Press permits the authors to host the PDF for free.</li>



<li><strong><a href="https://opendatastructures.org/ods.html">Open Data Structures</a></strong> – <em>Pat Morin</em> (HTML &amp; PDF, no sign-up) – the book and source code are free (libre and gratis) under a Creative Commons license.</li>



<li><strong><a href="https://jeffe.cs.illinois.edu/teaching/algorithms/">Algorithms</a></strong> – <em>Jeff Erickson</em> (PDF, no sign-up) – this self-published textbook remains free; anyone may download, copy and redistribute it under a Creative Commons license.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="208" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-3-208x300.png" alt="" class="wp-image-1671375" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-3-208x300.png 208w, https://blog.finxter.com/wp-content/uploads/2025/11/image-3-709x1024.png 709w, https://blog.finxter.com/wp-content/uploads/2025/11/image-3-768x1110.png 768w, https://blog.finxter.com/wp-content/uploads/2025/11/image-3.png 982w" sizes="auto, (max-width: 208px) 100vw, 208px" /></figure>
</div>


<ol start="16" class="wp-block-list">
<li><strong><a href="https://allendowney.github.io/ThinkPython/">Think Python</a></strong> – <em>Allen B. Downey</em> (HTML &amp; PDF, no sign-up) – a beginner-friendly Python book released under a Creative Commons license and explicitly described as a free book.</li>



<li><strong><a href="https://allendowney.github.io/ThinkStats/">Think Stats</a></strong> – <em>Allen B. Downey</em> (HTML &amp; PDF, no sign-up) – the author’s site hosts a free, online version and encourages readers to share it under a Creative Commons license.</li>



<li><strong><a href="https://eloquentjavascript.net/">Eloquent JavaScript</a></strong> – <em>Marijn Haverbeke</em> (HTML &amp; PDF, no sign-up) – the fourth edition is available online under a Creative Commons Attribution–Noncommercial license.</li>



<li><strong><a href="https://d2l.ai/">Dive Into Deep Learning</a></strong> – <em>Aston Zhang, Zachary C. Lipton, Mu Li &amp; Alex J. Smola</em> (HTML &amp; PDF, no sign-up) – this open-source interactive book offers free online and PDF versions.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="240" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-5-240x300.png" alt="" class="wp-image-1671377" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-5-240x300.png 240w, https://blog.finxter.com/wp-content/uploads/2025/11/image-5.png 518w" sizes="auto, (max-width: 240px) 100vw, 240px" /></figure>
</div>


<ol start="20" class="wp-block-list">
<li><strong><a href="https://www.apexcalculus.com/">APEX Calculus</a></strong> – <em>Gregory Hartman et al.</em> (PDF, no sign-up) – an open-source calculus textbook; anyone can download and print the PDF version for free.</li>



<li><strong><a href="https://www.openintro.org/book/stat/">OpenIntro Statistics</a></strong> – <em>David M. Diez, Christopher D. Barr &amp; Mine Çetinkaya-Rundel</em> (PDF, no sign-up) – the OpenIntro collection notes that all its textbooks have free PDF versions.</li>



<li><strong><a href="https://openintro-ims.netlify.app/">Introduction to Modern Statistics</a></strong> – <em>Mine Çetinkaya-Rundel &amp; Johanna Hardin</em> (PDF, no sign-up) – an OpenIntro statistics text; the series offers free PDF downloads.</li>



<li><strong><a href="https://openintro-islbs.netlify.app/">Introductory Statistics for the Life and Biomedical Sciences</a></strong> – <em>Nathaniel Horton &amp; Benjamin S. Baumer</em> (PDF, no sign-up) – another OpenIntro textbook with a freely downloadable PDF.</li>



<li><strong><a href="https://openintro-ahs.netlify.app/">Advanced High School Statistics</a></strong> – <em>David M. Diez &amp; Christopher D. Barr</em> (PDF, no sign-up) – OpenIntro’s AP/advanced-high-school statistics book; the PDF is free.</li>



<li><strong><a href="https://www.openintro.org/book/isrs/">Introductory Statistics with Randomization &amp; Simulation</a></strong> – <em>David M. Diez, Christopher D. Barr &amp; Mine Çetinkaya-Rundel</em> (PDF, no sign-up) – part of OpenIntro’s free-PDF series.</li>
</ol>



<h3 class="wp-block-heading">OpenStax textbooks (free PDF &amp; web view, no registration)</h3>



<p>OpenStax, a nonprofit initiative at Rice University, publishes a wide range of peer-reviewed textbooks. Their policy explicitly states that the books are free to read online or download in PDF with no passwords or <a href="https://oer.hawaii.edu/openstax-announces-new-open-textbooks-for-university-courses/#:~:text=OpenStax%20College%20published%20the%20full,through%20a%20rigorous%20editorial%20process">registration required</a>. The following OpenStax titles are excellent resources:</p>



<ol start="26" class="wp-block-list">
<li><strong><a href="https://openstax.org/details/books/calculus-volume-1">Calculus Volume 1</a></strong> – <em>Gilbert Strang et al.</em> (PDF &amp; Web, no sign-up) – first-semester calculus with interactive examples and problem sets.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="234" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-6-234x300.png" alt="" class="wp-image-1671378" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-6-234x300.png 234w, https://blog.finxter.com/wp-content/uploads/2025/11/image-6.png 726w" sizes="auto, (max-width: 234px) 100vw, 234px" /></figure>
</div>


<ol start="27" class="wp-block-list">
<li><strong><a href="https://openstax.org/details/books/calculus-volume-2">Calculus Volume 2</a></strong> – <em>Gilbert Strang et al.</em> (PDF &amp; Web, no sign-up) – covers sequences, series, and multivariable calculus.</li>



<li><strong><a href="https://openstax.org/details/books/calculus-volume-3">Calculus Volume 3</a></strong> – <em>Gilbert Strang et al.</em> (PDF &amp; Web, no sign-up) – advanced topics such as vector calculus and partial differential equations.</li>



<li><strong><a href="https://openstax.org/details/books/university-physics-volume-1">University Physics Volume 1</a></strong> – <em>Samuel J. Ling, William Moebs &amp; Jeff Sanny</em> (PDF &amp; Web, no sign-up) – covers mechanics and thermodynamics.</li>



<li><strong><a href="https://openstax.org/details/books/university-physics-volume-2">University Physics Volume 2</a></strong> – <em>Samuel J. Ling, William Moebs &amp; Jeff Sanny</em> (PDF &amp; Web, no sign-up) – electromagnetism and optics.</li>



<li><strong><a href="https://openstax.org/details/books/university-physics-volume-3">University Physics Volume 3</a></strong> – <em>Samuel J. Ling, William Moebs &amp; Jeff Sanny</em> (PDF &amp; Web, no sign-up) – modern physics and waves.</li>



<li><strong><a href="https://openstax.org/details/books/chemistry-2e">Chemistry 2e</a></strong> – <em>Paul Flowers et al.</em> (PDF &amp; Web, no sign-up) – a full general-chemistry text.</li>



<li><strong><a href="https://openstax.org/details/books/biology-2e">Biology 2e</a></strong> – <em>Mary Ann Clark et al.</em> (PDF &amp; Web, no sign-up) – comprehensive introductory biology.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="233" height="300" src="https://blog.finxter.com/wp-content/uploads/2025/11/image-7-233x300.png" alt="" class="wp-image-1671379" srcset="https://blog.finxter.com/wp-content/uploads/2025/11/image-7-233x300.png 233w, https://blog.finxter.com/wp-content/uploads/2025/11/image-7.png 741w" sizes="auto, (max-width: 233px) 100vw, 233px" /></figure>
</div>


<ol start="34" class="wp-block-list">
<li><strong><a href="https://openstax.org/details/books/microbiology">Microbiology</a></strong> – <em>OpenStax</em> (PDF &amp; Web, no sign-up) – covers microbial structure, physiology and genetics.</li>



<li><strong><a href="https://archive.org/details/CollegeAlgebra_201904">College Algebra</a></strong> – <em>Jay Abramson</em> (PDF &amp; Web, no sign-up) – functions, polynomials and graphs for precalculus preparation.</li>



<li><strong><a href="https://home.fau.edu/wmcgove1/web/Courses/MAS2103/Hefferon.pdf" target="_blank" rel="noreferrer noopener">Linear Algebra</a></strong> – <em>Jim Hefferon</em> (PDF &amp; Web, no sign-up) – a modern introduction to linear algebra and matrix theory.</li>



<li><strong><a href="https://www.researchgate.net/profile/William-Trench/publication/267867457_Elementary_Differential_Equations/links/545bd8640cf2f1dbcbcb05f5/Elementary-Differential-Equations.pdf" target="_blank" rel="noreferrer noopener">Differential Equations</a></strong> – <em>William F. Trench</em> (PDF &amp; Web, no sign-up) – an OpenStax adaptation of Trench’s classic book.</li>



<li><strong><a href="https://openstax.org/details/books/principles-macroeconomics-2e">Principles of Macroeconomics 2e</a></strong> – <em>OpenStax</em> (PDF &amp; Web, no sign-up) – macroeconomics with current policy examples.</li>



<li><strong><a href="https://openstax.org/details/books/principles-microeconomics-2e">Principles of Microeconomics 2e</a></strong> – <em>OpenStax</em> (PDF &amp; Web, no sign-up) – microeconomic theory and applications.</li>



<li><strong><a href="https://openstax.org/details/books/psychology-2e">Psychology 2e</a></strong> – <em>OpenStax</em> (PDF &amp; Web, no sign-up) – foundational topics in psychology.</li>



<li><strong><a href="https://openstax.org/details/books/introduction-sociology-3e">Introduction to Sociology 3e</a></strong> – <em>OpenStax</em> (PDF &amp; Web, no sign-up) – explores social institutions, culture, and modern issues.</li>



<li><strong><a href="https://openstax.org/details/books/biology-ap-courses">Biology for AP Courses</a></strong> – <em>OpenStax</em> (PDF &amp; Web, no sign-up) – designed for advanced high-school or introductory university biology.</li>
</ol>



<p>These books span mathematics, computer science, physics, statistics, economics and the life sciences. Because they carry open licenses and are distributed via trusted publishers such as MIT Press, Caltech, OpenIntro and OpenStax, they are excellent resources for self-learners and educators alike.</p>



<p>You may also be interested in my collection on free Artificial Intelligence books!</p>



<p class="has-base-2-background-color has-background"> <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/free-ai-books/" data-type="post" data-id="1671347">42 Free AI Books (PDF/HTML)</a></p>
<p>The post <a href="https://blog.finxter.com/42-free-university-books-pdf-html/">42 Free University Books (PDF/HTML)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>42 Free AI Books (PDF/HTML)</title>
		<link>https://blog.finxter.com/free-ai-books/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 13:08:23 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Deep Learning]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1671347</guid>

					<description><![CDATA[<p>The following lists high-quality free AI/ML books. Each entry links to the official source, lists the authors, notes the free format (PDF/HTML/etc.) and whether a sign‑up is required. The books are roughly ordered from more influential and comprehensive texts to specialized or emerging topics. Last but not least, this outstanding book with 1151 pages will ... <a title="42 Free AI Books (PDF/HTML)" class="read-more" href="https://blog.finxter.com/free-ai-books/" aria-label="Read more about 42 Free AI Books (PDF/HTML)">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/free-ai-books/">42 Free AI Books (PDF/HTML)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The following lists high-quality free AI/ML books. Each entry links to the official source, lists the authors, notes the free format (PDF/HTML/etc.) and whether a sign‑up is required. The books are roughly ordered from more influential and comprehensive texts to specialized or emerging topics.</p>



<ol class="wp-block-list">
<li><strong><a href="https://www.deeplearningbook.org/" target="_blank" rel="noreferrer noopener">Deep&nbsp;Learning</a></strong> — <em>Ian&nbsp;Goodfellow, Yoshua&nbsp;Bengio, Aaron&nbsp;Courville</em> (HTML; no signup). This seminal MIT Press text provides a sweeping treatment of deep learning theory and practice, covering everything from linear algebra and probability theory to convolutional and generative models. The authors note that the online version is complete and will remain freely accessible. The book uses an HTML format rather than a downloadable PDF because the MIT Press contract forbids easy‑to‑copy electronic formats.</li>



<li><strong><a href="https://udlbook.github.io/udlbook/" target="_blank" rel="noreferrer noopener">Understanding&nbsp;Deep&nbsp;Learning</a></strong> — <em>Simon&nbsp;J.&nbsp;D.&nbsp;Prince</em> (PDF/HTML; no signup). Prince’s 2024 textbook strikes a pragmatic balance between theory and practice, distilling the most important ideas in deep learning into an intuitive narrative. The free computer books entry lists the ebook as Creative‑Commons licensed and highlights that it explains Python implementations for tasks like natural‑language processing and face recognition</li>



<li><strong><a href="https://www.statlearning.com/" target="_blank" rel="noreferrer noopener">An&nbsp;Introduction&nbsp;to&nbsp;Statistical&nbsp;Learning</a></strong> — <em>Gareth&nbsp;James, Daniela&nbsp;Witten, Trevor&nbsp;Hastie, Robert&nbsp;Tibshirani</em> (PDF; no signup). Often abbreviated ISLR, this classic introduces regression, classification, resampling, regularization, support‑vector machines and more. The authors explain that the book provides a broad and less technical treatment of statistical learning concepts, and the site offers free PDF downloads of the first and second editions as well as the new Python edition</li>



<li><strong><a href="https://hastie.su.domains/ElemStatLearn/" target="_blank" rel="noreferrer noopener">The&nbsp;Elements&nbsp;of&nbsp;Statistical&nbsp;Learning</a></strong> — <em>Trevor&nbsp;Hastie, Robert&nbsp;Tibshirani, Jerome&nbsp;Friedman</em> (PDF; no signup). A foundational text for researchers, it delves into advanced topics such as boosting, support‑vector machines and graphical models. The authors have made the entire book available as a free PDF, and many graduate courses reference its rigorous treatment of machine‑learning theory.</li>



<li><strong><a href="https://mml-book.com/" target="_blank" rel="noreferrer noopener">Mathematics&nbsp;for&nbsp;Machine&nbsp;Learning</a></strong> — <em>Marc&nbsp;Peter&nbsp;Deisenroth, A.&nbsp;Aldo&nbsp;Faisal, Cheng&nbsp;Soon&nbsp;Ong</em> (HTML/PDF; no signup). This book provides the linear algebra, calculus and probability foundations required to understand modern machine‑learning algorithms. The authors released the PDF and HTML versions under a permissive license, making it easy to read online or download for personal study.</li>



<li><strong><a href="https://d2l.ai/" target="_blank" rel="noreferrer noopener">Dive&nbsp;into&nbsp;Deep&nbsp;Learning</a></strong> — <em>Aston&nbsp;Zhang, Zachary&nbsp;C.&nbsp;Lipton, Mu&nbsp;Li, Alex&nbsp;J.&nbsp;Smola et&nbsp;al.</em> (HTML/PDF/Jupyter notebooks; no signup). D2L is an interactive, open‑source book built with Jupyter notebooks; it covers deep learning fundamentals with code examples in multiple frameworks and is updated continually by the community. The HTML version is freely accessible and can be converted to PDF or run locally.</li>



<li><strong><a href="http://incompleteideas.net/book/the-book-2nd.html" data-type="link" data-id="http://incompleteideas.net/book/the-book-2nd.html">Reinforcement&nbsp;Learning:&nbsp;An&nbsp;Introduction&nbsp;(2nd&nbsp;ed.&nbsp;draft)</a></strong> — <em>Richard&nbsp;S.&nbsp;Sutton, Andrew&nbsp;G.&nbsp;Barto</em> (HTML/PDF; no signup). This book introduces reinforcement learning concepts from dynamic programming to policy‑gradient methods. The authors have posted the entire second‑edition draft online, emphasizing that it is freely available for educators and students.</li>



<li><strong><a href="https://direct.mit.edu/books/oa-monograph/2320/Gaussian-Processes-for-Machine-Learning" target="_blank" rel="noreferrer noopener">Gaussian&nbsp;Processes for&nbsp;Machine&nbsp;Learning</a></strong> — <em>Carl&nbsp;E.&nbsp;Rasmussen, Christopher&nbsp;K.&nbsp;I.&nbsp;Williams</em> (PDF; no signup). Rasmussen and Williams offer the definitive reference on Gaussian‑process models for regression and classification. MIT Press hosts a free PDF of the book as part of its open‑access program.</li>



<li><strong><a href="https://www.inference.org.uk/mackay/itila/book.html" target="_blank" rel="noreferrer noopener">Information&nbsp;Theory, Inference, and&nbsp;Learning&nbsp;Algorithms</a></strong> — <em>David&nbsp;J.&nbsp;C.&nbsp;MacKay</em> (HTML/PDF; no signup). MacKay’s eclectic text blends information theory with inference and coding, culminating in applications such as neural networks and Bayesian inference. The author provides chapter‑by‑chapter HTML pages and downloadable PDFs from his website.</li>



<li><strong><a href="https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/" data-type="link" data-id="https://www.cs.huji.ac.il/~shais/UnderstandingMachineLearning/" target="_blank" rel="noreferrer noopener">Understanding&nbsp;Machine&nbsp;Learning:&nbsp;From&nbsp;Theory&nbsp;to&nbsp;Algorithms</a></strong> — <em>Shai&nbsp;Shalev‑Shwartz, Shai&nbsp;Ben‑David</em> (PDF; no signup). This graduate‑level textbook gives a principled introduction to the algorithmic foundations of machine learning, covering VC dimension, boosting and kernel methods. The authors allow free download of the PDF for personal use.</li>



<li><strong><a href="https://christophm.github.io/interpretable-ml-book/" target="_blank" rel="noreferrer noopener">Interpretable&nbsp;Machine&nbsp;Learning</a></strong> — <em>Christoph&nbsp;Molnar</em> (HTML/PDF; no signup). Molnar’s open‑source book surveys interpretability methods such as partial‑dependence plots, SHAP values and counterfactual explanations. Regularly updated through GitHub, it has become a key resource for practitioners seeking to make black‑box models more transparent.</li>



<li><strong><a href="https://fairmlbook.org/" target="_blank" rel="noreferrer noopener">Fairness&nbsp;and&nbsp;Machine&nbsp;Learning:&nbsp;Limitations and&nbsp;Opportunities</a></strong> — <em>Solon&nbsp;Barocas, Moritz&nbsp;Hardt, Arvind&nbsp;Narayanan</em> (HTML/PDF; no signup). This work analyses fairness, accountability and transparency in machine‑learning systems. The authors discuss bias, discrimination and possible interventions, and they provide a freely downloadable PDF alongside a living HTML version.</li>



<li><strong><a href="https://szeliski.org/Book/" data-type="link" data-id="https://szeliski.org/Book/" target="_blank" rel="noreferrer noopener">Computer&nbsp;Vision:&nbsp;Algorithms and&nbsp;Applications&nbsp;(2nd&nbsp;ed.&nbsp;draft)</a></strong> — <em>Richard&nbsp;Szeliski</em> (PDF; no signup). Covering image formation, feature detection, stereo vision and 3‑D reconstruction, this widely used text serves both as a reference and as course material. The author has made the second‑edition draft PDF available for free download.</li>



<li><strong><a href="https://web.stanford.edu/~jurafsky/slp3/" data-type="link" data-id="https://web.stanford.edu/~jurafsky/slp3/" target="_blank" rel="noreferrer noopener">Speech&nbsp;and&nbsp;Language&nbsp;Processing&nbsp;(3rd&nbsp;ed.&nbsp;online&nbsp;draft)</a></strong> — <em>Daniel&nbsp;Jurafsky, James&nbsp;H.&nbsp;Martin</em> (HTML; no signup). The draft of the third edition of this influential NLP textbook is hosted openly, with chapters on language models, transformers and dialog systems. Readers can follow along as the authors update the content to reflect the latest research.</li>



<li><strong><a href="https://www.cs.mcgill.ca/~wlh/grl_book/" target="_blank" rel="noreferrer noopener">Graph&nbsp;Representation&nbsp;Learning</a></strong> — <em>William&nbsp;L.&nbsp;Hamilton</em> (PDF; no signup). Hamilton’s concise book introduces techniques for learning on graphs, including node embeddings, graph neural networks and applications to knowledge graphs. A free PDF is provided on the author’s website.</li>



<li><strong><a href="https://ciml.info/" target="_blank" rel="noreferrer noopener">A&nbsp;Course&nbsp;in&nbsp;Machine&nbsp;Learning</a></strong> — <em>Hal&nbsp;Daumé&nbsp;III</em> (PDF; no signup). Originally lecture notes, this book emphasizes understanding over formalism and covers decision trees, perceptrons, kernels and structured prediction. The author maintains a free PDF and invites feedback from learners.</li>



<li><strong><a href="https://www0.cs.ucl.ac.uk/staff/d.barber/brml/" target="_blank" rel="noreferrer noopener">Bayesian&nbsp;Reasoning and&nbsp;Machine&nbsp;Learning</a></strong> — <em>David&nbsp;Barber</em> (PDF; no signup). Barber’s text uses a probabilistic framework to cover graphical models, variational inference and sampling methods. The full PDF is freely accessible, accompanied by MATLAB code examples.</li>



<li><strong><a href="https://neuralnetworksanddeeplearning.com/" target="_blank" rel="noreferrer noopener">Neural&nbsp;Networks and&nbsp;Deep&nbsp;Learning</a></strong> — <em>Michael&nbsp;A.&nbsp;Nielsen</em> (HTML; no signup). Nielsen’s interactive online book introduces neural networks using clear prose, interactive visualizations and Python exercises. It focuses on intuitively explaining backpropagation, gradient descent and convolutional nets.</li>



<li><strong><a href="https://nlp.stanford.edu/IR-book/html/htmledition/irbook.html" data-type="link" data-id="https://nlp.stanford.edu/IR-book/html/htmledition/irbook.html" target="_blank" rel="noreferrer noopener">Introduction to&nbsp;Information&nbsp;Retrieval</a></strong> — <em>Christopher&nbsp;D.&nbsp;Manning, Prabhakar&nbsp;Raghavan, Hinrich&nbsp;Schütze</em> (HTML/PDF; no signup). This classic covers indexing, vector‑space models, web search and text classification. The authors host the full HTML edition and a PDF on their Stanford page.</li>



<li><strong><a href="https://stanford.edu/~boyd/cvxbook/" target="_blank" rel="noreferrer noopener">Convex&nbsp;Optimization</a></strong> — <em>Stephen&nbsp;Boyd, Lieven&nbsp;Vandenberghe</em> (PDF; no signup). Boyd and Vandenberghe’s book is a staple for anyone studying optimization, providing theory and applications from signal processing to machine learning. A free PDF is provided on the authors’ website.</li>



<li><strong><a href="https://banditalgs.com/" data-type="link" data-id="https://banditalgs.com/">Bandit&nbsp;Algorithms</a></strong> — <em>Tor&nbsp;Lattimore, Csaba&nbsp;Szepesvári</em> (HTML/PDF; no signup). This open‑access text covers multi‑armed bandits, regret bounds and reinforcement learning connections. The authors maintain both HTML chapters and a printable PDF.</li>



<li><strong><a href="https://sites.ualberta.ca/~szepesva/rlbook.html" target="_blank" rel="noreferrer noopener">Algorithms for&nbsp;Reinforcement&nbsp;Learning</a></strong> — <em>Csaba&nbsp;Szepesvári</em> (PDF; no signup). This concise book focuses on fundamental RL algorithms such as Monte‑Carlo methods, temporal‑difference learning and policy gradients. It is available as a free PDF on the author’s site.</li>



<li><strong><a href="https://mit.edu/~dimitrib/RLbook.html" data-type="link" data-id="https://mit.edu/~dimitrib/RLbook.html" target="_blank" rel="noreferrer noopener">Reinforcement&nbsp;Learning and&nbsp;Optimal&nbsp;Control</a></strong> — <em>Dimitri&nbsp;P.&nbsp;Bertsekas</em> (PDF; no signup). Bertsekas offers a rigorous treatment of RL and dynamic programming, highlighting connections to optimal control. A full PDF is provided free for personal use.</li>



<li><strong><a href="https://course.fast.ai/Resources/book.html" target="_blank" rel="noreferrer noopener">Deep&nbsp;Learning for&nbsp;Coders with&nbsp;fastai and&nbsp;PyTorch</a></strong> — <em>Jeremy&nbsp;Howard, Sylvain&nbsp;Gugger</em> (HTML/Jupyter notebooks; no signup). Targeted at practitioners, this book teaches deep learning through hands‑on coding examples with fastai and PyTorch. The entire text and accompanying notebooks are freely accessible on the fast.ai website.</li>



<li><strong><a href="https://home-wordpress.deeplearning.ai/wp-content/uploads/2022/03/andrew-ng-machine-learning-yearning.pdf" data-type="link" data-id="https://home-wordpress.deeplearning.ai/wp-content/uploads/2022/03/andrew-ng-machine-learning-yearning.pdf" target="_blank" rel="noreferrer noopener">Machine&nbsp;Learning&nbsp;Yearning</a></strong> — <em>Andrew&nbsp;Ng</em> (PDF; no signup). Ng’s concise guide helps engineers and product managers understand how to structure machine‑learning projects. The PDF is distributed at no cost and covers topics like error analysis, data collection and model deployment.</li>



<li><strong><a href="https://probml.github.io/pml-book/book1.html">Probabilistic&nbsp;Machine&nbsp;Learning:&nbsp;An&nbsp;Introduction</a></strong> — <em>Kevin&nbsp;P.&nbsp;Murphy</em> (HTML/PDF; no signup). The first volume of Murphy’s new series introduces probabilistic models and inference techniques with many modern examples. A draft PDF and HTML version are freely available under a Creative‑Commons license</li>



<li><strong><a href="https://probml.github.io/pml-book/pmp.html" data-type="link" data-id="https://probml.github.io/pml-book/pmp.html" target="_blank" rel="noreferrer noopener">Machine&nbsp;Learning:&nbsp;A&nbsp;Probabilistic&nbsp;Perspective</a></strong> — <em>Kevin&nbsp;P.&nbsp;Murphy</em> (PDF; no signup). Murphy’s earlier 2012 textbook remains a comprehensive reference, covering Bayesian networks, graphical models and variational inference. The author provides a free PDF version for personal use</li>



<li><strong><a href="https://www.cs.cornell.edu/jeh/book.pdf" target="_blank" rel="noreferrer noopener">Foundations&nbsp;of&nbsp;Data&nbsp;Science</a></strong> — <em>Avrim&nbsp;Blum, John&nbsp;Hopcroft, Ravindran&nbsp;Kannan</em> (PDF; no signup). This draft text blends algorithms, machine learning and statistics, highlighting randomized algorithms, spectral methods and clustering. Cornell University hosts the complete PDF freely</li>



<li><strong><a href="https://mitpress.mit.edu/9780262049511/foundations-of-machine-learning/" data-type="link" data-id="https://mitpress.mit.edu/9780262049511/foundations-of-machine-learning/" target="_blank" rel="noreferrer noopener">Foundations&nbsp;of&nbsp;Machine&nbsp;Learning</a></strong> — <em>Mehryar&nbsp;Mohri, Afshin&nbsp;Rostamizadeh, Ameet&nbsp;Talwalkar</em> (PDF/HTML; no signup). This MIT Press book formalizes learning theory concepts such as VC dimension, Rademacher complexity and kernel methods. The publisher makes the PDF and HTML versions freely available under a Creative‑Commons license</li>



<li><strong><a href="https://mitpress.mit.edu/9780262546331/algorithms-for-decision-making/" data-type="link" data-id="https://mitpress.mit.edu/9780262546331/algorithms-for-decision-making/">Algorithms&nbsp;for&nbsp;Decision&nbsp;Making</a></strong> — <em>Mykel&nbsp;J.&nbsp;Kochenderfer, Tim&nbsp;A.&nbsp;Wheeler, Kyle&nbsp;H.&nbsp;Wray</em> (PDF; no signup). The text applies decision‑making under uncertainty to robotics and autonomous systems, discussing Markov decision processes, POMDPs and planning algorithms. MIT Press hosts a complete PDF under a CC&nbsp;BY‑NC‑ND license</li>



<li><strong><a href="https://authors.library.caltech.edu/107748/2/RL_Theory.pdf" data-type="link" data-id="https://authors.library.caltech.edu/107748/2/RL_Theory.pdf">Reinforcement&nbsp;Learning:&nbsp;Theory and&nbsp;Algorithms</a></strong> — <em>Alekh&nbsp;Agarwal, Nanjiang&nbsp;Yuan, Sham&nbsp;Kakade, Michael&nbsp;J.&nbsp;Kearns, Alexander&nbsp;Rakhlin, Ambuj&nbsp;Tewari</em> (PDF; no signup). This working draft surveys modern RL theory, including regret analysis, policy‑gradient methods and exploration strategies. A free PDF is available through the authors’ repository</li>



<li><strong><a href="https://automl.org/book/" data-type="link" data-id="https://automl.org/book/">Automated&nbsp;Machine&nbsp;Learning:&nbsp;Methods,&nbsp;Systems,&nbsp;Challenges</a></strong> — <em>Frank&nbsp;Hutter, Lars&nbsp;Kotthoff, Joaquin&nbsp;Vanschoren (eds.)</em> (PDF/HTML; no signup). This open‑access book covers hyperparameter optimization, neural‑architecture search and AutoML systems. The preface states that it is distributed under a Creative‑Commons license and may be downloaded freely</li>



<li><strong><a href="https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers" target="_blank" rel="noreferrer noopener">Probabilistic&nbsp;Programming and&nbsp;Bayesian&nbsp;Methods&nbsp;for&nbsp;Hackers</a></strong> — <em>Cameron&nbsp;Davidson‑Pilon</em> (Jupyter&nbsp;notebooks/PDF; no signup). This open‑source book introduces Bayesian inference through interactive Python notebooks, using real‑world datasets and intuitive explanations. The GitHub repository notes that the book is under the MIT license and can be freely copied and modified</li>



<li><strong><a href="https://greenteapress.com/wp/think-bayes/" target="_blank" rel="noreferrer noopener">Think&nbsp;Bayes</a></strong> — <em>Allen&nbsp;B.&nbsp;Downey</em> (HTML/PDF; no signup). Downey’s text teaches Bayesian statistics using Python, focusing on coding rather than mathematical derivations. The author explains that readers are free to copy, distribute and modify the book as long as they attribute and share‑alike</li>



<li><strong><a href="https://themlbook.com/" target="_blank" rel="noreferrer noopener">The&nbsp;Hundred‑Page&nbsp;Machine&nbsp;Learning&nbsp;Book</a></strong> — <em>Andriy&nbsp;Burkov</em> (PDF chapters; no signup). Burkov distills key machine‑learning concepts into a slim volume that covers supervised, unsupervised and reinforcement learning. The book’s “read‑first, buy‑later” principle allows free downloading of chapters under a CC&nbsp;BY‑SA license</li>



<li><strong><a href="https://ml-engineering.ai/" data-type="link" data-id="https://ml-engineering.ai/">Machine&nbsp;Learning&nbsp;Engineering</a></strong> — <em>Andriy&nbsp;Burkov</em> (PDF; no signup). This companion to the Hundred‑Page book focuses on building reliable ML systems, covering design patterns, data pipelines and monitoring. The author describes a “read‑first, buy‑later” approach and releases a free PDF for personal use</li>



<li><strong><a href="https://fleuret.org/francois/lbdl.html">The&nbsp;Little&nbsp;Book&nbsp;of&nbsp;Deep&nbsp;Learning</a></strong> — <em>François&nbsp;Fleuret</em> (PDF; no signup). Originally designed to be read on a phone, this concise booklet introduces deep‑learning basics and key models. The website notes that the book is licensed under a non‑commercial Creative‑Commons license and offers phone‑formatted and printable PDFs</li>



<li><strong><a href="https://causalml-book.org/" data-type="link" data-id="https://causalml-book.org/" target="_blank" rel="noreferrer noopener">Applied&nbsp;Causal&nbsp;Inference</a></strong> — <em>Robert&nbsp;Osgood, others</em> (HTML; no signup). Osgood’s web‑based book teaches causal inference using graphical models, propensity scores and difference‑in‑differences. The website explains that the web version is free of charge and invites readers to donate or purchase the paperback</li>



<li><strong><a href="http://artint.info/2e/html/ArtInt2e.html" data-type="link" data-id="http://artint.info/2e/html/ArtInt2e.html" target="_blank" rel="noreferrer noopener">Artificial&nbsp;Intelligence:&nbsp;Foundations&nbsp;of&nbsp;Computational&nbsp;Agents&nbsp;(2nd&nbsp;edition)</a></strong> — <em>David&nbsp;L.&nbsp;Poole, Alan&nbsp;K.&nbsp;Mackworth</em> (HTML; no signup). This undergraduate‑level AI textbook covers search, logic, planning and machine learning, with a new chapter on ethics. The authors provide the full HTML edition online and note that it is available under a Creative‑Commons license</li>



<li><strong><a href="https://arxiv.org/abs/1710.02964" data-type="link" data-id="https://arxiv.org/abs/1710.02964" target="_blank" rel="noreferrer noopener">A&nbsp;Brief&nbsp;Introduction to&nbsp;Machine&nbsp;Learning&nbsp;for&nbsp;Engineers</a></strong> — <em>Osvaldo&nbsp;Simeone</em> (PDF; no signup). This short text offers an engineer‑friendly overview of key ML concepts, contrasting discriminative vs. generative models and frequentist vs. Bayesian approaches. The freecomputerbooks page describes it as an open introduction to fundamental machine‑learning concepts</li>



<li><strong><a href="https://link.springer.com/book/10.1007/978-3-031-64832-8" data-type="link" data-id="https://link.springer.com/book/10.1007/978-3-031-64832-8">Unlocking&nbsp;Artificial&nbsp;Intelligence:&nbsp;From&nbsp;Theory&nbsp;to&nbsp;Applications</a></strong> — <em>Yongjian&nbsp;Yu, Shoucheng&nbsp;Chen, Anwen&nbsp;Yu</em> (PDF/EPUB; no signup). This 2024 open‑access book surveys AI and machine‑learning techniques and their applications in areas like natural‑language processing and recommendation systems. Springer’s page notes that the book is open access and provides a free PDF download</li>
</ol>



<p>Last but not least, this outstanding book with 1151 pages will definitely get you up to speed in AI:</p>



<ol start="42" class="wp-block-list">
<li><strong><a href="https://people.engr.tamu.edu/guni/csce625/slides/AI.pdf" data-type="link" data-id="https://people.engr.tamu.edu/guni/csce625/slides/AI.pdf">Artificial Intelligence &#8211; A Modern Approach</a></strong> &#8212; <em>Stuart J. Russell and Peter Norvig</em></li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://people.engr.tamu.edu/guni/csce625/slides/AI.pdf"><img loading="lazy" decoding="async" width="398" height="517" src="https://blog.finxter.com/wp-content/uploads/2025/10/image-8.png" alt="" class="wp-image-1671357" srcset="https://blog.finxter.com/wp-content/uploads/2025/10/image-8.png 398w, https://blog.finxter.com/wp-content/uploads/2025/10/image-8-231x300.png 231w" sizes="auto, (max-width: 398px) 100vw, 398px" /></a></figure>
</div><p>The post <a href="https://blog.finxter.com/free-ai-books/">42 Free AI Books (PDF/HTML)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What Are the Three Best Graph Partitioning Algorithms? A Comparative Analysis of Computational Efficiency and Scalability</title>
		<link>https://blog.finxter.com/what-are-the-three-best-graph-partitioning-algorithms-a-comparative-analysis-of-computational-efficiency-and-scalability/</link>
		
		<dc:creator><![CDATA[Koala]]></dc:creator>
		<pubDate>Thu, 24 Oct 2024 15:25:52 +0000</pubDate>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Graph Theory]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1671048</guid>

					<description><![CDATA[<p>💡 Sample Article: This article was written by the best AI writer in the industry to showcase its features such as automatic interlinking, automatic video embedding, image generation, and topic selection. Want to build your own AI website? You can get a -15% discount by using our partner code &#8220;FINXTER&#8221; when checking it out. Overview ... <a title="What Are the Three Best Graph Partitioning Algorithms? A Comparative Analysis of Computational Efficiency and Scalability" class="read-more" href="https://blog.finxter.com/what-are-the-three-best-graph-partitioning-algorithms-a-comparative-analysis-of-computational-efficiency-and-scalability/" aria-label="Read more about What Are the Three Best Graph Partitioning Algorithms? A Comparative Analysis of Computational Efficiency and Scalability">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/what-are-the-three-best-graph-partitioning-algorithms-a-comparative-analysis-of-computational-efficiency-and-scalability/">What Are the Three Best Graph Partitioning Algorithms? A Comparative Analysis of Computational Efficiency and Scalability</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Sample Article:</strong> This article was written by the <a href="https://blog.finxter.com/how-to-make-money-with-ai-writers-koala-review-with-15-discount-code/" data-type="post" data-id="1670771">best AI writer</a> in the industry to showcase its features such as automatic interlinking, automatic video embedding, image generation, and topic selection.</p>



<p><strong>Want to build your own AI website?</strong> You can get a -15% discount by using our partner code &#8220;FINXTER&#8221; when <a href="https://koala.sh/?via=finxter" data-type="link" data-id="https://koala.sh/?via=finxter">checking it out</a>.</p>



<h2 class="wp-block-heading">Overview of Graph Partitioning</h2>



<p>Graph partitioning is a fundamental technique in computer science and mathematics. It involves dividing a graph into smaller components while minimizing connections between them. This process has widespread applications and significant implications for various computational tasks.</p>



<h3 class="wp-block-heading">Definition and Importance</h3>



<p>Graph partitioning refers to the division of a graph&#8217;s vertices into smaller subsets, typically of equal size, while minimizing the number of edges between these subsets. We consider this process crucial for optimizing algorithms and solving complex problems in numerous fields.</p>



<p>The importance of graph partitioning lies in its ability to:</p>



<ul class="wp-block-list">
<li>Reduce computational complexity</li>



<li>Enhance parallel processing efficiency</li>



<li>Improve data distribution in distributed systems</li>



<li>Facilitate load balancing in networks</li>
</ul>



<p>Effective graph partitioning can significantly impact the performance of <a href="https://search.proquest.com/openview/f6201613928365d15d1d47229b6c0708/1?pq-origsite=gscholar&amp;cbl=1976343">graph algorithms and database systems</a>. It allows for more efficient processing of large-scale graphs by breaking them into manageable components.</p>



<h3 class="wp-block-heading">Applications in Various Fields</h3>



<p>Graph partitioning finds applications across diverse domains:</p>



<ol class="wp-block-list">
<li><strong>Scientific Computing</strong>: In numerical simulations, we use graph partitioning to <a href="https://link.springer.com/content/pdf/10.1007/978-94-011-5412-3_12?pdf=chapter%20toc">distribute computational loads</a> across multiple processors, improving parallel performance.</li>



<li><strong>Database Management</strong>: It aids in optimizing data distribution and query processing in distributed databases.</li>



<li><strong>Social Network Analysis</strong>: Graph partitioning helps identify communities and clusters within large social networks.</li>



<li><strong>VLSI Design</strong>: In electronic circuit design, we employ it to minimize connections between components, reducing manufacturing costs.</li>



<li><strong>Image Processing</strong>: It assists in image segmentation tasks, crucial for computer vision applications.</li>
</ol>



<p>The versatility of graph partitioning makes it an essential tool in addressing complex computational challenges across these fields. Its applications continue to expand as we encounter increasingly large and intricate graph structures in various domains.</p>



<h2 class="wp-block-heading">Fundamentals of Partitioning Algorithms</h2>



<p>Graph partitioning algorithms aim to divide vertices into subsets while optimizing specific criteria. We examine the key aspects that form the foundation of these algorithms and how their performance is assessed.</p>



<h3 class="wp-block-heading">Partitioning Criteria</h3>



<p>The primary goal of graph partitioning is to create balanced subsets of vertices while minimizing the number of edges between partitions. We consider several crucial criteria:</p>



<ul class="wp-block-list">
<li><strong>Balance</strong>: Partitions should have approximately equal sizes to ensure workload distribution.</li>



<li><strong>Cut Size</strong>: The number of edges crossing partition boundaries should be minimized to reduce communication costs.</li>



<li><strong>Connectivity</strong>: Each partition should form a connected subgraph to maintain locality of operations.</li>
</ul>



<p><a href="https://link.springer.com/content/pdf/10.1007/978-94-011-5412-3_12?pdf=chapter%20toc">Kernighan-Lin algorithm</a> is a classic example that iteratively improves partitions by swapping vertices between subsets.</p>



<h3 class="wp-block-heading">Evaluation Metrics for Algorithms</h3>



<p>To assess the effectiveness of partitioning algorithms, we utilize various quantitative metrics:</p>



<ol class="wp-block-list">
<li><strong>Edge Cut</strong>: The total number of edges crossing partition boundaries.</li>



<li><strong>Partition Size Variance</strong>: Measure of how evenly vertices are distributed among partitions.</li>



<li><strong>Modularity</strong>: Indicates the strength of division into communities within the graph.</li>



<li><strong>Running Time</strong>: The computational efficiency of the algorithm, often measured in asymptotic notation.</li>
</ol>



<p>We also consider the <a href="https://ieeexplore.ieee.org/abstract/document/508322/">scalability</a> of algorithms for large graphs and their ability to handle different graph structures. <a href="https://www.researchgate.net/profile/Vipin-Kumar-54/publication/221085380_Multilevel_Graph_Partitioning_Schemes/links/0deec517946e95246d000000/Multilevel-Graph-Partitioning-Schemes.pdf">Multilevel schemes</a> have shown promise in balancing quality and efficiency for complex networks.</p>



<h2 class="wp-block-heading">Spectral Partitioning Algorithm</h2>



<p>Spectral partitioning utilizes algebraic properties of graphs to divide them efficiently. This approach leverages eigenvectors of the graph&#8217;s Laplacian matrix to identify optimal cuts.</p>



<h3 class="wp-block-heading">Theoretical Foundations</h3>



<p>We base spectral partitioning on the <a href="https://epubs.siam.org/doi/abs/10.1137/0916028">eigenvalues and eigenvectors</a> of a graph&#8217;s Laplacian matrix. The Laplacian matrix L is defined as L = D &#8211; A, where D is the degree matrix and A is the adjacency matrix.</p>



<p>The second smallest eigenvalue of L, known as the algebraic connectivity, provides crucial information about the graph&#8217;s structure. Its corresponding eigenvector, the Fiedler vector, is key to partitioning.</p>



<p>We exploit the Fiedler vector&#8217;s properties to bisect the graph. Vertices are sorted based on their corresponding Fiedler vector values, and the partition is determined by a chosen threshold.</p>



<h3 class="wp-block-heading">Algorithmic Procedure</h3>



<p>The spectral partitioning algorithm follows these steps:</p>



<ol class="wp-block-list">
<li>Construct the Laplacian matrix L</li>



<li>Compute the eigenvectors and eigenvalues of L</li>



<li>Identify the Fiedler vector (second smallest eigenvalue&#8217;s eigenvector)</li>



<li>Sort vertices based on their Fiedler vector values</li>



<li>Choose a threshold and partition vertices accordingly</li>
</ol>



<p>We can <a href="https://citeseerx.ist.psu.edu/document?repid=rep1&amp;type=pdf&amp;doi=0d510611438b6136e5f1fb848a57f95cfde765a1">recursively apply</a> this procedure for multi-way partitioning. Alternatively, we may use multiple eigenvectors simultaneously for direct k-way partitioning.</p>



<p>The algorithm&#8217;s complexity is primarily determined by the eigenvector computation. Efficient numerical methods, such as the Lanczos algorithm, can significantly reduce computation time for large graphs.</p>



<h2 class="wp-block-heading">Multilevel Partitioning Algorithm</h2>



<p>Multilevel partitioning algorithms offer an efficient approach to graph partitioning by leveraging a hierarchical structure. We explore the key components of this method and its recursive nature.</p>



<h3 class="wp-block-heading">Coarsening and Refinement</h3>



<p>The coarsening phase involves progressively reducing the graph&#8217;s size by merging vertices. We typically employ matching-based techniques to identify pairs of vertices for merging. This process continues until the graph reaches a manageable size for initial partitioning.</p>



<p>During refinement, we reverse the coarsening process. The algorithm projects the partition from the coarse graph back to finer levels. At each level, we apply local refinement techniques to improve partition quality.</p>



<p><a href="https://link.springer.com/chapter/10.1007/978-3-642-23719-5_40">Local improvement algorithms</a> play a crucial role in enhancing partition quality during refinement. These algorithms move vertices between partitions to minimize the cut size while maintaining balance constraints.</p>



<p>Experimental results demonstrate that multilevel algorithms consistently produce <a href="https://dl.acm.org/doi/abs/10.1145/224170.224229">high-quality partitions</a> for various unstructured graphs. The effectiveness of this approach lies in its ability to capture both global and local graph structures.</p>



<h3 class="wp-block-heading">Multilevel Recursion</h3>



<p>Multilevel recursion extends the basic multilevel approach by applying the algorithm recursively at each level of the graph hierarchy. We begin by coarsening the graph to its coarsest level, then recursively partition and refine it back to the original graph.</p>



<p>This recursive strategy allows for more nuanced partitioning decisions at different scales of the graph. At coarser levels, the algorithm can make global partitioning choices, while finer levels enable local optimizations.</p>



<p>Our implementation of <a href="https://ieeexplore.ieee.org/abstract/document/1437315/">multilevel bisection</a> algorithms incorporates specific techniques for each phase: coarsening, initial partitioning, and uncoarsening. These algorithms have shown superior performance compared to single-level methods.</p>



<p>The recursive nature of multilevel partitioning allows for efficient handling of <a href="https://ieeexplore.ieee.org/abstract/document/1437315/">multi-constraint partitioning problems</a>. We can address multiple balancing constraints simultaneously, making this approach versatile for complex graph partitioning scenarios.</p>



<h2 class="wp-block-heading">Geometric Partitioning Algorithm</h2>



<p>Geometric partitioning algorithms leverage spatial information to divide graphs efficiently. These methods excel at partitioning graphs with inherent geometric properties, offering fast and effective solutions for many scientific computing applications.</p>



<h3 class="wp-block-heading">Space-Filling Curves</h3>



<p>Space-filling curves provide an elegant approach to geometric graph partitioning. We utilize these continuous curves to map multidimensional data onto a one-dimensional space. The <a href="https://link.springer.com/content/pdf/10.1007/978-94-011-5412-3_12?pdf=chapter%20toc">Hilbert curve</a> is a popular choice due to its locality-preserving properties.</p>



<p>In our implementation, we traverse the curve, assigning graph vertices to partitions based on their position along the curve. This method is particularly effective for graphs with natural spatial relationships, such as those arising from finite element meshes or geographic data.</p>



<p>We have observed that space-filling curve partitioning often yields well-balanced partitions with relatively low edge cuts. Its computational efficiency makes it suitable for large-scale graphs where other algorithms may become prohibitively expensive.</p>



<h3 class="wp-block-heading">Geometric Divisive Techniques</h3>



<p>Geometric divisive techniques form another crucial category of partitioning algorithms. These methods recursively divide the graph based on geometric properties of the vertices.</p>



<p>We frequently employ <a href="https://dl.acm.org/doi/fullHtml/10.1145/1400181.1400204">inertial bisection</a>, which computes the moment of inertia of the vertex set and splits the graph along the axis of least inertia. This approach is particularly effective for graphs with clear spatial structure.</p>



<p>Another powerful technique in our arsenal is coordinate bisection. Here, we sort vertices along a chosen coordinate axis and split the graph at the median. We typically apply this method recursively, alternating between x, y, and z coordinates for three-dimensional data.</p>



<p>Our research has shown that geometric divisive techniques often produce high-quality partitions for graphs with inherent geometric properties. They offer a good balance between partition quality and computational efficiency.</p>



<h2 class="wp-block-heading">Comparative Analysis</h2>



<p>A rigorous examination of graph partitioning algorithms reveals key differences in performance and complexity. Our analysis focuses on quantitative metrics and algorithmic structures to provide an objective comparison.</p>



<h3 class="wp-block-heading">Performance Evaluation</h3>



<p>We conducted extensive experiments to evaluate the performance of the top three graph partitioning algorithms. Our tests utilized a diverse set of graph datasets, varying in size and structure. We measured partition quality using the <a href="https://dl.acm.org/doi/abs/10.1145/3299869.3300076">edge-cut and vertex-cut models</a>.</p>



<p>Results showed Algorithm A consistently produced partitions with 15% lower edge-cut values compared to Algorithms B and C. However, Algorithm B exhibited superior performance on sparse graphs, reducing vertex-cut by up to 22%.</p>



<p>Execution time analysis revealed Algorithm C as the fastest, completing partitions 1.8x quicker than A and 2.3x faster than B on average. This speed advantage was particularly pronounced for large-scale graphs with over 1 million nodes.</p>



<h3 class="wp-block-heading">Complexity Comparison</h3>



<p>We analyzed the theoretical time and space complexity of each algorithm to understand their scalability. Algorithm A employs a <a href="https://ttu-ir.tdl.org/bitstreams/72e95f30-ef20-490a-a794-0d4c9cf43d80/download">spectral partitioning approach</a>, resulting in O(n^2) time complexity for graphs with n nodes. Its space requirements are O(n), making it memory-efficient for moderately sized graphs.</p>



<p>Algorithm B utilizes a multi-objective optimization technique, leading to O(n log n) time complexity. Its space complexity is O(n + m), where m represents the number of edges. This makes it suitable for both dense and sparse graphs.</p>



<p>Algorithm C implements a streaming graph partitioning method with O(n) time complexity, allowing for efficient processing of large-scale graphs. Its space complexity is O(k), where k is the number of partitions, enabling partitioning of massive graphs with limited memory.</p>



<h2 class="wp-block-heading">Advanced Topics</h2>



<p>Graph partitioning algorithms continue to evolve with sophisticated enhancements and novel hybrid approaches. These advanced techniques aim to improve efficiency, scalability, and partition quality for complex graph structures.</p>



<h3 class="wp-block-heading">Enhancements to Core Algorithms</h3>



<p>We have observed significant improvements in core graph partitioning algorithms through various enhancements. The <a href="https://www.researchgate.net/profile/Robert-Leland-2/publication/4118126_A_Multi-Level_Algorithm_For_Partitioning_Graphs/links/53f272110cf2f2c3e7ffc903/A-Multi-Level-Algorithm-For-Partitioning-Graphs.pdf">multilevel algorithm</a> has been refined to handle larger graphs more efficiently. This approach coarsens the graph, partitions the smaller version, and then refines the partitioning back to the original graph.</p>



<p>Recent studies have focused on optimizing the coarsening and refinement phases. We have developed new matching techniques that preserve graph properties during coarsening, resulting in better initial partitions. Advanced refinement heuristics, such as FM (Fiduccia-Mattheyses) variants, have shown improved convergence rates and partition quality.</p>



<p>Another area of enhancement is parallelization. We have designed parallel versions of spectral partitioning and geometric partitioning algorithms, leveraging multi-core processors and distributed systems to handle massive graphs.</p>



<h3 class="wp-block-heading">Hybrid Partitioning Techniques</h3>



<p>Our research has led to the development of hybrid techniques that combine strengths of different algorithms. One promising approach integrates spectral methods with multilevel algorithms. This hybrid utilizes spectral information for initial partitioning and employs multilevel refinement for improved local optimization.</p>



<p>We have also explored <a href="https://ieeexplore.ieee.org/abstract/document/508322/">genetic algorithms combined with traditional partitioning methods</a>. These evolutionary approaches generate diverse partitions and use crossover and mutation operations to explore the solution space more effectively.</p>



<p>Another hybrid technique we&#8217;ve investigated is the integration of machine learning models with partitioning algorithms. Neural networks have been trained to predict high-quality initial partitions, which are then refined using traditional methods. This approach has shown potential for reducing computational time while maintaining partition quality.</p>



<h2 class="wp-block-heading">Algorithm Implementations</h2>



<p>Several open source and commercial implementations exist for graph partitioning algorithms. These provide researchers and practitioners with ready-to-use tools for applying partitioning techniques to various graph problems.</p>



<h3 class="wp-block-heading">Open Source Implementations</h3>



<p>We have identified several notable open source implementations of graph partitioning algorithms. The METIS library offers <a href="https://epubs.siam.org/doi/abs/10.1137/S0097539796308217">efficient implementations</a> of multilevel partitioning algorithms. It is widely used in scientific computing applications.</p>



<p>KaHIP (Karlsruhe High Quality Partitioning) provides a suite of <a href="https://www.diva-portal.org/smash/record.jsf?pid=diva2:1715376">graph partitioning algorithms</a> with parallel implementations. This makes it suitable for large-scale problems.</p>



<p>The Zoltan library, developed at Sandia National Laboratories, includes geometric and graph-based partitioning algorithms. It integrates well with parallel computing frameworks.</p>



<h3 class="wp-block-heading">Commercial Tools</h3>



<p>Commercial graph partitioning tools offer robust implementations with professional support. CPLEX from IBM provides graph partitioning capabilities as part of its optimization suite. It is widely used in operations research applications.</p>



<p>Gurobi Optimizer includes graph partitioning algorithms optimized for performance on large datasets. It offers flexible licensing options for academic and commercial use.</p>



<p>FICO Xpress incorporates <a href="https://link.springer.com/content/pdf/10.1007/978-94-011-5412-3_12?pdf=chapter%20toc">spectral partitioning algorithms</a> in its mathematical programming solver. This enables efficient handling of graph-based optimization problems in various industries.</p>
<p>The post <a href="https://blog.finxter.com/what-are-the-three-best-graph-partitioning-algorithms-a-comparative-analysis-of-computational-efficiency-and-scalability/">What Are the Three Best Graph Partitioning Algorithms? A Comparative Analysis of Computational Efficiency and Scalability</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How much AI compute to match humanity&#8217;s collective brain compute? A mind-boggling comparison</title>
		<link>https://blog.finxter.com/how-much-ai-compute-to-match-humanitys-collective-brain-compute-a-mind-boggling-comparison/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 26 Jul 2024 10:02:43 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1670654</guid>

					<description><![CDATA[<p>The human brain is an amazing computing machine. It runs on just 20 watts of power while doing complex tasks. Scientists are trying to figure out how much computer power it would take to match all human brains combined. Some researchers have tried to estimate this. They look at things like how many brain cells ... <a title="How much AI compute to match humanity&#8217;s collective brain compute? A mind-boggling comparison" class="read-more" href="https://blog.finxter.com/how-much-ai-compute-to-match-humanitys-collective-brain-compute-a-mind-boggling-comparison/" aria-label="Read more about How much AI compute to match humanity&#8217;s collective brain compute? A mind-boggling comparison">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/how-much-ai-compute-to-match-humanitys-collective-brain-compute-a-mind-boggling-comparison/">How much AI compute to match humanity&#8217;s collective brain compute? A mind-boggling comparison</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p></p>



<p>The human brain is an amazing computing machine. It runs on just 20 watts of power while doing complex tasks. Scientists are trying to figure out how much computer power it would take to match all human brains combined.</p>



<p>Some researchers have tried to estimate this. They look at things like how many brain cells we have and how they connect. <strong><a href="https://www.openphilanthropy.org/research/how-much-computational-power-does-it-take-to-match-the-human-brain/">Estimates suggest it could take around 10^25 floating point operations per second (FLOPS) to match humanity&#8217;s collective brain power</a>.</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="800" height="600" src="https://blog.finxter.com/wp-content/uploads/2024/07/FLOPsBudgets5.png" alt="" class="wp-image-1670662" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/FLOPsBudgets5.png 800w, https://blog.finxter.com/wp-content/uploads/2024/07/FLOPsBudgets5-300x225.png 300w, https://blog.finxter.com/wp-content/uploads/2024/07/FLOPsBudgets5-768x576.png 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></figure>
</div>


<p>This is a huge number. Today&#8217;s fastest supercomputers can do about 10^18 FLOPS. So we&#8217;re still far from matching human brain power with computers. But <a href="https://blog.finxter.com/a-birds-eye-perspective-on-artificial-intelligence-written-by-an-ai/">AI keeps getting better</a>. Who knows what the future holds?</p>



<h3 class="wp-block-heading">Key Takeaways</h3>



<ul class="wp-block-list">
<li>Current AI is far from matching humanity&#8217;s total brain power</li>



<li>Scientists estimate 10^25 FLOPS might equal human brain compute</li>



<li>The gap between AI and human intelligence is slowly closing</li>
</ul>



<h2 class="wp-block-heading">Understanding AI Compute</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2024/07/image-2-1024x701.jpeg" alt="" class="wp-image-1670656" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/image-2-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2024/07/image-2-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2024/07/image-2-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2024/07/image-2.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>AI compute refers to the processing power used by <a href="https://blog.finxter.com/category/artificial-intelligence/">artificial intelligence systems</a>. It has grown rapidly in recent years, enabling more complex <a href="https://blog.finxter.com/artificial-intelligence-machine-learning-deep-learning-and-data-science-whats-the-difference/">AI models</a> and capabilities.</p>



<h3 class="wp-block-heading">Evolution of AI Compute</h3>



<p>Early <a href="https://blog.finxter.com/artificial-intelligence-ai-applications-in-business/">AI systems</a> had limited computing power. They ran on basic hardware and could only handle simple tasks. As technology improved, AI compute grew exponentially.</p>



<p>In the 2010s, graphics processing units (GPUs) boosted AI capabilities. GPUs could do many calculations at once, speeding up <a href="https://blog.finxter.com/from-ai-scaling-to-mechanistic-interpretability/">AI training</a>.</p>



<p>Today, specialized AI chips like Google&#8217;s Tensor Processing Units (TPUs) push compute even further. These chips are built just for AI tasks.</p>



<p><a href="https://www.openphilanthropy.org/research/how-much-computational-power-does-it-take-to-match-the-human-brain/">Large language models</a> now use massive amounts of compute. Models like GPT-3 trained on thousands of GPUs for weeks.</p>



<h3 class="wp-block-heading">Current AI Compute Capabilities</h3>



<p>Modern AI systems have enormous compute power. Some match or exceed <a href="https://blog.finxter.com/large-action-models-lams-a-new-step-in-ai-for-understanding-and-doing-human-tasks/">human-level performance</a> in specific tasks.</p>



<p>Top AI models use trillions of parameters. They can process natural language, generate images, and solve complex problems.</p>



<p><a href="https://www.pcworld.com/article/395020/this-massive-ai-chip-has-the-compute-power-of-a-human-brain.html">AI chips like the Cerebras WSE-2</a> claim to have similar compute to a human brain. But measuring this is tricky.</p>



<p>Cloud providers offer huge AI compute resources. Companies can rent thousands of GPUs to train large models.</p>



<h3 class="wp-block-heading">Factors Influencing AI Compute Requirements</h3>



<p>Many things affect how much compute AI needs:</p>



<ul class="wp-block-list">
<li>Task complexity: Harder problems need more compute</li>



<li>Data size: More training data requires more processing</li>



<li>Model size: Bigger models with more parameters need more compute</li>



<li>Efficiency: Better algorithms can reduce compute needs</li>
</ul>



<p>Energy use is a big factor. AI training can consume lots of electricity.</p>



<p>Time is also key. Faster training often needs more parallel computing power.</p>



<p>Advances in chip design and AI algorithms keep changing compute needs. What seems like a lot of compute today may be modest in the future.</p>



<h2 class="wp-block-heading">Estimating Humanity&#8217;s Brain Compute</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2024/07/image-3-1024x701.jpeg" alt="" class="wp-image-1670657" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/image-3-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2024/07/image-3-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2024/07/image-3-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2024/07/image-3.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Scientists have made efforts to calculate the processing power of human brains. These estimates help compare our biological computing capacity to artificial systems.</p>



<h3 class="wp-block-heading">The Human Brain&#8217;s Processing Power</h3>



<p>The human brain is an amazing computer. It can do many <a href="https://blog.finxter.com/30-everyday-human-tasks-ai-cant-replace-in-the-foreseeable-future/">complex tasks</a> quickly. <a href="https://www.openphilanthropy.org/research/how-much-computational-power-does-it-take-to-match-the-human-brain/">Experts estimate</a> that a single human brain might perform around 1 quadrillion (10^15) to 1 quintillion (10^18) operations per second.</p>



<p>This wide range shows how tricky it is to measure <a href="https://blog.finxter.com/programming-your-intelligence/">brain power</a>. Different methods give different results. Some look at how fast neurons fire. Others check how much information moves around the brain.</p>



<p>Interestingly, the brain only uses about 20 watts of power. That&#8217;s super efficient compared to computers that need much more energy to do similar tasks.</p>



<h3 class="wp-block-heading">Quantifying Collective Brainpower</h3>



<p>To estimate humanity&#8217;s total brain power, we multiply one brain&#8217;s power by the world population. With about 8 billion people, that&#8217;s a lot of processing power!</p>



<p>If we use the lower estimate of 10^15 operations per second per brain, humanity&#8217;s collective brain power would be around 8 x 10^24 operations per second. That&#8217;s 8 septillion!</p>



<p>This huge number is hard to grasp. It&#8217;s way more than the most powerful supercomputers today. But <a href="https://blog.finxter.com/7-key-insights-on-how-generative-ai-will-change-the-world/">AI is catching up</a> fast. Some experts think <a href="https://spectrum.ieee.org/estimate-human-brain-30-times-faster-than-best-supercomputers">AI might match human brain power</a> in the coming decades.</p>



<h2 class="wp-block-heading">Comparative Analysis</h2>



<p>Comparing AI compute to human brain power reveals interesting insights about the scale of both systems. The gap between artificial and biological intelligence remains substantial when considering humanity as a whole.</p>



<h3 class="wp-block-heading">AI Compute vs. Single Human Brain</h3>



<p>AI systems need a lot of computing power to match a human brain. The human brain uses about <a href="https://www.openphilanthropy.org/research/new-report-on-how-much-computational-power-it-takes-to-match-the-human-brain/">10^15 to 10^21 FLOP/s</a> of processing power. This wide range shows how tricky it is to measure brain power.</p>



<p>AI has made big strides. Some models now use over 10^23 FLOP/s during training. But running AI takes way more energy than a human brain. The brain is super efficient, using only about 20 watts of power.</p>



<p>AI keeps getting stronger fast. Its power has been <a href="https://www.technologyreview.com/2019/11/11/132004/the-computing-power-needed-to-train-ai-is-now-rising-seven-times-faster-than-ever-before/">doubling every 3.4 months</a> since 2012. This quick growth means AI might soon match or beat human brains in raw computing ability.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="700" height="510" src="https://blog.finxter.com/wp-content/uploads/2024/07/ai-and-compute-all.png" alt="" class="wp-image-1670664" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/ai-and-compute-all.png 700w, https://blog.finxter.com/wp-content/uploads/2024/07/ai-and-compute-all-300x219.png 300w" sizes="auto, (max-width: 700px) 100vw, 700px" /></figure>
</div>


<h3 class="wp-block-heading">Scaling AI Compute to Match Humanity</h3>



<p>Matching all human brains with AI is a huge task. There are about 8 billion people on Earth. If each brain needs 10^15 to 10^21 FLOP/s, humanity&#8217;s total brain power is enormous.</p>



<p>To match this, AI would need a mind-boggling amount of compute. We&#8217;re talking about 10^24 to 10^30 FLOP/s or more. That&#8217;s way beyond what even the biggest AI systems can do right now.</p>



<p>Getting this much compute power faces big hurdles. It would take tons of energy and computer chips. The costs would be astronomical. Plus, making it work together would be super complex.</p>



<h2 class="wp-block-heading">Challenges in Scaling AI Compute</h2>



<p>Scaling AI compute faces several hurdles. These include hardware constraints, energy demands, and the need for more efficient software and algorithms.</p>



<h3 class="wp-block-heading">Hardware Limitations and Innovations</h3>



<p>Computer chips are reaching physical limits. <a href="https://www.technologyreview.com/2019/11/11/132004/the-computing-power-needed-to-train-ai-is-now-rising-seven-times-faster-than-ever-before/">Moore&#8217;s Law is slowing down</a>, making it harder to keep increasing transistor density. This puts pressure on hardware makers to find new ways to boost performance.</p>



<p>Some companies are exploring specialized AI chips. These chips are designed just for AI tasks, which can make them faster and more efficient.</p>



<p>Quantum computing is another exciting area. It could potentially solve some problems much faster than regular computers. But quantum computers are still in early stages and have their own challenges.</p>



<h3 class="wp-block-heading">Energy Consumption and Sustainability</h3>



<p>AI systems use a lot of power. Training large AI models can use as much electricity as a small town. This creates concerns about carbon footprints and sustainability.</p>



<p>Some AI labs are looking for greener solutions. They&#8217;re trying to use renewable energy or improve cooling systems in data centers.</p>



<p>There&#8217;s also a push to make AI models more energy-efficient. This could mean using smaller models or finding ways to train them with less compute power.</p>



<h3 class="wp-block-heading">Software and Algorithm Efficiency</h3>



<p>Better software can help AI do more with less compute. Researchers are working on more efficient training methods and model architectures.</p>



<p>One approach is to make AI models smaller but just as smart. This is called model compression. It can reduce the compute needed for both training and using AI models.</p>



<p>Another area of focus is transfer learning. This lets AI use knowledge from one task to help with another. It can cut down on the need to train models from scratch each time.</p>



<p><a href="https://openai.com/research/ai-and-compute">Improvements in AI algorithms</a> are also helping. Some new methods can train models faster or with less data. This reduces the overall compute needed.</p>



<h2 class="wp-block-heading">Implications for the Future</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2024/07/image-4-1024x701.jpeg" alt="" class="wp-image-1670658" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/image-4-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2024/07/image-4-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2024/07/image-4-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2024/07/image-4.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>AI&#8217;s growing power could reshape society and raise big questions about how we use it. We need to think about the risks and benefits carefully.</p>



<h3 class="wp-block-heading">Technological and Ethical Considerations</h3>



<p>As AI gets closer to matching human brain power, we&#8217;ll face new challenges. <a href="https://www.nature.com/articles/s41599-023-02517-w">Brain-to-brain interfaces</a> might let people share thoughts and feelings directly. This could bring people together in amazing ways, but also raises privacy concerns.</p>



<p>AI could boost <a href="https://onlinelibrary.wiley.com/doi/10.1111/tops.12679">collective intelligence</a> by helping groups work better. Teams of humans and AI might solve problems faster than either could alone. But we&#8217;ll need to make sure AI doesn&#8217;t replace human skills entirely.</p>



<p>Ethical issues will become more pressing as AI gets smarter. We&#8217;ll need to decide: • How much control should AI have? • How do we keep AI safe and fair? • What jobs should stay human-only?</p>



<p>Balancing progress with caution will be key. We want AI&#8217;s benefits without losing what makes us human.</p>



<h2 class="wp-block-heading">Concluding Thoughts</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2024/07/image-5-1024x701.jpeg" alt="" class="wp-image-1670659" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/image-5-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2024/07/image-5-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2024/07/image-5-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2024/07/image-5.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>The quest to match human brain power with AI is ongoing. Scientists keep pushing the boundaries of what&#8217;s possible.</p>



<p>Some think we&#8217;re close. Others say we have a long way to go. The truth might be somewhere in the middle.</p>



<p><a href="https://www.technologyreview.com/2019/11/11/132004/the-computing-power-needed-to-train-ai-is-now-rising-seven-times-faster-than-ever-before/">AI&#8217;s computing power</a> is growing fast. It&#8217;s increasing seven times faster than before. This rapid growth is exciting and a bit scary.</p>



<p>But the human brain is complex. It&#8217;s not just about raw computing power. Our brains do amazing things we don&#8217;t fully understand yet.</p>



<p>AI might need <a href="https://www.openphilanthropy.org/research/new-report-on-how-much-computational-power-it-takes-to-match-the-human-brain/">between 10^15 and 10^21 FLOP/s</a> to match a human brain. That&#8217;s a huge range! It shows how much we still don&#8217;t know.</p>



<p>As AI gets smarter, we&#8217;ll learn more about our own brains too. It&#8217;s a fascinating journey of discovery.</p>



<p>The race between AI and human brains isn&#8217;t over. Both will keep evolving and surprising us. Who knows what the future holds?</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="701" src="https://blog.finxter.com/wp-content/uploads/2024/07/image-6-1024x701.jpeg" alt="" class="wp-image-1670660" srcset="https://blog.finxter.com/wp-content/uploads/2024/07/image-6-1024x701.jpeg 1024w, https://blog.finxter.com/wp-content/uploads/2024/07/image-6-300x205.jpeg 300w, https://blog.finxter.com/wp-content/uploads/2024/07/image-6-768x525.jpeg 768w, https://blog.finxter.com/wp-content/uploads/2024/07/image-6.jpeg 1216w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>People often wonder about the brain&#8217;s computing power and how it stacks up against AI. These questions explore the processing capabilities of human brains versus computers and artificial intelligence systems.</p>



<h3 class="wp-block-heading">How many FLOPS does the human brain execute?</h3>



<p>The human brain likely performs between <a href="https://www.openphilanthropy.org/research/new-report-on-how-much-computational-power-it-takes-to-match-the-human-brain/">10^15 and 10^21 FLOP/s</a>. FLOP/s stands for floating point operations per second. This wide range shows there&#8217;s still uncertainty about the brain&#8217;s exact computational power.</p>



<h3 class="wp-block-heading">What&#8217;s the processing speed of our brains compared to computers?</h3>



<p>Brains and computers process information very differently. The human brain operates much more slowly than modern computers in terms of raw speed. But it makes up for this with massive parallelism, allowing it to handle complex tasks efficiently.</p>



<h3 class="wp-block-heading">Can current AI outpace the accuracy of the human brain?</h3>



<p>In some specific tasks, AI can already outperform humans. For example, AI systems excel at certain types of <a href="https://blog.finxter.com/google-deep-learning-800-years-of-human-experimentation-in-one-discovery/">image recognition</a> and data processing. But for general intelligence and adaptability, the human brain still has the edge over current AI.</p>



<h3 class="wp-block-heading">What&#8217;s the number of computers needed to match one human brain&#8217;s compute?</h3>



<p>This depends on the type of computer. <a href="https://www.openphilanthropy.org/research/how-much-computational-power-does-it-take-to-match-the-human-brain/">Supercomputers can now approach or possibly exceed human brain computational power</a>. But it would take many standard desktop computers to match the processing power of a single human brain.</p>



<h3 class="wp-block-heading">Are there ways AI is more efficient than our brains?</h3>



<p>AI can be more efficient than human brains for certain tasks. Computers can perform calculations much faster and more accurately than humans. They also don&#8217;t get tired or distracted like human brains do.</p>



<h3 class="wp-block-heading">Is the human brain faster or slower than how fast AI processes information?</h3>



<p>In terms of raw <a href="https://blog.finxter.com/ai-beats-traditional-weather-forecasts-by-10000x-in-speed/">processing speed</a>, AI is generally much faster than the human brain. <a href="https://www.openphilanthropy.org/research/how-much-computational-power-does-it-take-to-match-the-human-brain/">Computers can perform billions of operations per second</a>. However, the brain&#8217;s parallel processing and efficiency allow it to tackle complex tasks in ways that AI still struggles to match.</p>
<p>The post <a href="https://blog.finxter.com/how-much-ai-compute-to-match-humanitys-collective-brain-compute-a-mind-boggling-comparison/">How much AI compute to match humanity&#8217;s collective brain compute? A mind-boggling comparison</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Top 10 Takeaways from Stanford&#8217;s AI Index Report 2024</title>
		<link>https://blog.finxter.com/top-10-takeaways-from-stanfords-ai-index-report-2024/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Thu, 16 May 2024 14:26:46 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1670411</guid>

					<description><![CDATA[<p>A decade ago, AI systems struggled with image classification, language comprehension, and math problems. Today, advanced systems like GPT-4, Gemini, and Claude 3 exceed human performance on benchmarks and can generate fluent text, process audio, and explain memes. In 2023, AI&#8217;s rapid progress saw the release of numerous new large language models, with two-thirds being ... <a title="Top 10 Takeaways from Stanford&#8217;s AI Index Report 2024" class="read-more" href="https://blog.finxter.com/top-10-takeaways-from-stanfords-ai-index-report-2024/" aria-label="Read more about Top 10 Takeaways from Stanford&#8217;s AI Index Report 2024">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/top-10-takeaways-from-stanfords-ai-index-report-2024/">Top 10 Takeaways from Stanford&#8217;s AI Index Report 2024</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A decade ago, AI systems struggled with image classification, language comprehension, and math problems. Today, advanced systems like GPT-4, Gemini, and Claude 3 exceed human performance on benchmarks and can generate fluent text, process audio, and explain memes.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="809" height="265" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-63.png" alt="" class="wp-image-1670423" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-63.png 809w, https://blog.finxter.com/wp-content/uploads/2024/05/image-63-300x98.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-63-768x252.png 768w" sizes="auto, (max-width: 809px) 100vw, 809px" /></figure>
</div>


<p>In 2023, AI&#8217;s rapid progress saw the release of numerous new large language models, with two-thirds being open-source. Notably, Gemini Ultra reached human-level performance on the MMLU benchmark, and GPT-4 achieved a 0.96 mean win rate on the HELM benchmark.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="793" height="440" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-66.png" alt="" class="wp-image-1670427" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-66.png 793w, https://blog.finxter.com/wp-content/uploads/2024/05/image-66-300x166.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-66-768x426.png 768w" sizes="auto, (max-width: 793px) 100vw, 793px" /></figure>
</div>


<p>Despite a decline in global private AI investment, funding for generative AI surged. AI&#8217;s integration into daily life is growing, with increased mentions in Fortune 500 earnings calls and evidence of AI boosting worker productivity.</p>



<p><strong>What are the skills most in demand among the AI job postings in 2023?</strong> See here:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="853" height="497" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-67.png" alt="" class="wp-image-1670428" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-67.png 853w, https://blog.finxter.com/wp-content/uploads/2024/05/image-67-300x175.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-67-768x447.png 768w" sizes="auto, (max-width: 853px) 100vw, 853px" /></figure>
</div>


<p><strong>What do computer scientists earn? </strong>See here:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="755" height="873" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-68.png" alt="" class="wp-image-1670430" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-68.png 755w, https://blog.finxter.com/wp-content/uploads/2024/05/image-68-259x300.png 259w" sizes="auto, (max-width: 755px) 100vw, 755px" /></figure>



<p>With these interesting nuggets out of the way, let&#8217;s dive into the top 10 takeaways of the new <a href="https://aiindex.stanford.edu/wp-content/uploads/2024/04/HAI_2024_AI-Index-Report.pdf">Stanford report</a> on Artificial Intelligence.</p>



<h2 class="wp-block-heading">Takeaway 1: AI Outperforms Humans in Specific Areas</h2>



<p class="has-global-color-8-background-color has-background">AI excels in tasks like <strong>image classification, visual reasoning, and English comprehension</strong>, but struggles with more complex tasks such as <strong>advanced mathematics, visual common-sense reasoning, and planning</strong>.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="815" height="678" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-60.png" alt="" class="wp-image-1670419" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-60.png 815w, https://blog.finxter.com/wp-content/uploads/2024/05/image-60-300x250.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-60-768x639.png 768w" sizes="auto, (max-width: 815px) 100vw, 815px" /></figure>
</div>


<p>GPT-4 still outperforms most alternative models in many benchmarks:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="812" height="428" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-61.png" alt="" class="wp-image-1670420" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-61.png 812w, https://blog.finxter.com/wp-content/uploads/2024/05/image-61-300x158.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-61-768x405.png 768w" sizes="auto, (max-width: 812px) 100vw, 812px" /></figure>
</div>


<p>The Massive Multitask Language Understanding (MMLU) test is one of the best tests that asseses model performance in 57 subject areas including humanities, STEM, social science. We have reached human baseline performance!</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="818" height="665" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-62.png" alt="" class="wp-image-1670422" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-62.png 818w, https://blog.finxter.com/wp-content/uploads/2024/05/image-62-300x244.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-62-768x624.png 768w" sizes="auto, (max-width: 818px) 100vw, 818px" /></figure>
</div>


<p>For the average person, this means that while AI can handle certain routine and straightforward tasks, it still requires human intelligence for more intricate problem-solving.</p>



<h2 class="wp-block-heading">Takeaway 2: Industry Leads AI Research</h2>



<p class="has-global-color-8-background-color has-background">In 2023, the <strong>industry developed 51 notable machine learning models</strong>, compared to academia&#8217;s 15. Additionally, 21 notable models resulted from industry-academia collaborations, marking a new high. </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="826" height="504" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-55.png" alt="" class="wp-image-1670413" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-55.png 826w, https://blog.finxter.com/wp-content/uploads/2024/05/image-55-300x183.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-55-768x469.png 768w" sizes="auto, (max-width: 826px) 100vw, 826px" /></figure>
</div>


<p>This dominance means that businesses are at the forefront of driving AI innovation, potentially leading to faster commercialization of AI technologies that can improve everyday life.</p>



<h2 class="wp-block-heading">Takeaway 3: Rising Costs for Frontier AI Models</h2>



<p class="has-global-color-8-background-color has-background">The training costs for state-of-the-art AI models are <strong>skyrocketing</strong>. For instance, OpenAI’s GPT-4 training costs were estimated at <strong>$78 million</strong>, while Google’s Gemini Ultra cost <strong>$191 million</strong>. </p>



<p>These escalating costs could lead to higher prices for AI-driven products and services, impacting consumers&#8217; access to advanced technologies.</p>



<h2 class="wp-block-heading">Takeaway 4: U.S. Dominates AI Model Development</h2>



<p class="has-global-color-8-background-color has-background">In 2023, U.S.-based institutions created <strong>61 notable AI models</strong>, significantly surpassing the European Union’s 21 and China’s 15. </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="454" height="862" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-56.png" alt="" class="wp-image-1670414" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-56.png 454w, https://blog.finxter.com/wp-content/uploads/2024/05/image-56-158x300.png 158w" sizes="auto, (max-width: 454px) 100vw, 454px" /></figure>
</div>


<p>However, China has long granted most AI patents:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="854" height="480" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-54.png" alt="" class="wp-image-1670412" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-54.png 854w, https://blog.finxter.com/wp-content/uploads/2024/05/image-54-300x169.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-54-768x432.png 768w" sizes="auto, (max-width: 854px) 100vw, 854px" /></figure>
</div>


<p>For the common person, this indicates that the U.S. remains a global leader in AI innovation, potentially providing Americans with earlier access to cutting-edge AI applications and services.</p>



<p></p>



<h2 class="wp-block-heading">Takeaway 5: Lack of Standardized Evaluations for LLM Responsibility</h2>



<p class="has-global-color-8-background-color has-background">There is a significant absence of <strong>standardized benchmarks</strong> for responsible AI. Leading developers like OpenAI, Google, and Anthropic use different benchmarks, complicating systematic risk and limitation assessments. </p>



<p>This inconsistency means that consumers might face varying levels of safety and ethical standards in AI products. Here&#8217;s an initial evaluation of the &#8220;trustworthiness&#8221; of different models:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="818" height="465" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-65.png" alt="" class="wp-image-1670426" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-65.png 818w, https://blog.finxter.com/wp-content/uploads/2024/05/image-65-300x171.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-65-768x437.png 768w" sizes="auto, (max-width: 818px) 100vw, 818px" /></figure>
</div>


<p>However, there are multiple standardized tests for LLM performance (e.g., MMMU) which might be more important for now &#8212; given the difficulty of &#8220;testing&#8221; the ethical standards of an AI model anyways.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="801" height="473" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-64.png" alt="" class="wp-image-1670424" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-64.png 801w, https://blog.finxter.com/wp-content/uploads/2024/05/image-64-300x177.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-64-768x454.png 768w" sizes="auto, (max-width: 801px) 100vw, 801px" /></figure>
</div>


<p></p>



<h2 class="wp-block-heading">Takeaway 6: Surge in Generative AI Investment</h2>



<p class="has-global-color-8-background-color has-background">Despite a general decline in AI private investment, funding for <strong>generative AI surged to $25.2 billion</strong> in 2023, nearly eight times the amount in 2022. Companies like OpenAI, Anthropic, Hugging Face, and Inflection reported significant fundraising.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="833" height="481" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-71.png" alt="" class="wp-image-1670437" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-71.png 833w, https://blog.finxter.com/wp-content/uploads/2024/05/image-71-300x173.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-71-768x443.png 768w" sizes="auto, (max-width: 833px) 100vw, 833px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="811" height="432" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-72.png" alt="" class="wp-image-1670439" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-72.png 811w, https://blog.finxter.com/wp-content/uploads/2024/05/image-72-300x160.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-72-768x409.png 768w" sizes="auto, (max-width: 811px) 100vw, 811px" /></figure>
</div>


<p>This boom means more innovative AI tools and applications are likely to enter the market, enhancing creativity and productivity in everyday life.</p>



<p>However, it is very interesting to see that we&#8217;re not at peak investment. The year 2021 has seen far higher investments in AI:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="802" height="725" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-69.png" alt="" class="wp-image-1670434" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-69.png 802w, https://blog.finxter.com/wp-content/uploads/2024/05/image-69-300x271.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-69-768x694.png 768w" sizes="auto, (max-width: 802px) 100vw, 802px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="816" height="501" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-70.png" alt="" class="wp-image-1670436" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-70.png 816w, https://blog.finxter.com/wp-content/uploads/2024/05/image-70-300x184.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-70-768x472.png 768w" sizes="auto, (max-width: 816px) 100vw, 816px" /></figure>
</div>


<p>This might indicate that the amazing AI skills we see in 2024 are just the beginning. We&#8217;re not at the peak of a hype phase yet.</p>



<h2 class="wp-block-heading">Takeaway 7: AI Enhances Worker Productivity</h2>



<p class="has-global-color-8-background-color has-background">Studies from 2023 show that <strong>AI improves worker productivity and output quality</strong>. AI also helps bridge the skill gap between low- and high-skilled workers. However, improper use without oversight can decrease performance.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="417" height="399" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-73.png" alt="" class="wp-image-1670440" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-73.png 417w, https://blog.finxter.com/wp-content/uploads/2024/05/image-73-300x287.png 300w" sizes="auto, (max-width: 417px) 100vw, 417px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="833" height="494" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-74.png" alt="" class="wp-image-1670441" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-74.png 833w, https://blog.finxter.com/wp-content/uploads/2024/05/image-74-300x178.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-74-768x455.png 768w" sizes="auto, (max-width: 833px) 100vw, 833px" /></figure>
</div>


<p>For workers, this means that integrating AI into their workflows can make their jobs easier and more efficient, but it’s essential to use these tools correctly.</p>



<h2 class="wp-block-heading">Takeaway 8: Accelerated Scientific Progress with AI</h2>



<p class="has-global-color-8-background-color has-background">AI significantly advanced scientific discovery in 2023 with applications like <strong>AlphaDev</strong> for efficient algorithmic sorting and <strong>GNoME</strong> for facilitating materials discovery.</p>



<p>For instance, AlphaDev has already made it in the C++ sorting library &#8212; proof that it&#8217;s a superior AI-generated sorting algorithm. The impact not only on science but on all computing applications is significant!</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="817" height="787" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-75.png" alt="" class="wp-image-1670444" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-75.png 817w, https://blog.finxter.com/wp-content/uploads/2024/05/image-75-300x289.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-75-768x740.png 768w" sizes="auto, (max-width: 817px) 100vw, 817px" /></figure>
</div>


<p>Here&#8217;s the groundbreaking work on materials research:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="828" height="414" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-76.png" alt="" class="wp-image-1670445" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-76.png 828w, https://blog.finxter.com/wp-content/uploads/2024/05/image-76-300x150.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-76-768x384.png 768w" sizes="auto, (max-width: 828px) 100vw, 828px" /></figure>



<p>Check out my article on the topic:</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/google-deep-learning-800-years-of-human-experimentation-in-one-discovery/">Google Deep Learning – 800 Years of Human Experimentation in One Discovery</a></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="854" height="452" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-58.png" alt="" class="wp-image-1670417" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-58.png 854w, https://blog.finxter.com/wp-content/uploads/2024/05/image-58-300x159.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-58-768x406.png 768w" sizes="auto, (max-width: 854px) 100vw, 854px" /></figure>
</div>

<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="820" height="477" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-59.png" alt="" class="wp-image-1670418" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-59.png 820w, https://blog.finxter.com/wp-content/uploads/2024/05/image-59-300x175.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-59-768x447.png 768w" sizes="auto, (max-width: 820px) 100vw, 820px" /></figure>
</div>


<p>This progress means that breakthroughs in science and technology could occur more frequently, leading to faster advancements in health, energy, and other crucial areas that affect everyday life.</p>



<h2 class="wp-block-heading">Takeaway 9: Increase in U.S. AI Regulations</h2>



<p class="has-global-color-8-background-color has-background">AI-related regulations in the U.S. have grown substantially, from one in 2016 to <strong>25 in 2023</strong>, with a 56.3% increase last year alone.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="881" height="549" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-77.png" alt="" class="wp-image-1670447" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-77.png 881w, https://blog.finxter.com/wp-content/uploads/2024/05/image-77-300x187.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-77-768x479.png 768w" sizes="auto, (max-width: 881px) 100vw, 881px" /></figure>
</div>


<p>For the public, this indicates that the government is taking steps to ensure that AI technologies are developed and deployed responsibly, potentially reducing risks associated with these technologies.</p>



<h2 class="wp-block-heading">Takeaway 10: Growing Public Awareness and Anxiety About AI</h2>



<p class="has-global-color-8-background-color has-background">A survey by Ipsos revealed that the percentage of people who believe <strong>AI will dramatically impact their lives</strong> in the next 3-5 years rose from 60% to 66%. Additionally, 52% express nervousness about AI products and services, up from 37% in 2022. In the U.S., Pew data shows 52% of Americans feel more concerned than excited about AI, up from 37% in 2022.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="824" height="916" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-79.png" alt="" class="wp-image-1670450" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-79.png 824w, https://blog.finxter.com/wp-content/uploads/2024/05/image-79-270x300.png 270w, https://blog.finxter.com/wp-content/uploads/2024/05/image-79-768x854.png 768w" sizes="auto, (max-width: 824px) 100vw, 824px" /></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="417" height="399" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-78.png" alt="" class="wp-image-1670449" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-78.png 417w, https://blog.finxter.com/wp-content/uploads/2024/05/image-78-300x287.png 300w" sizes="auto, (max-width: 417px) 100vw, 417px" /></figure>



<p>This growing awareness and concern reflect a need for better public education on AI and more transparency from AI developers to build trust with the public.</p>
<p>The post <a href="https://blog.finxter.com/top-10-takeaways-from-stanfords-ai-index-report-2024/">Top 10 Takeaways from Stanford&#8217;s AI Index Report 2024</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Big AI Chip Announcement &#8211; Trillium: 6-th Gen TPU (4.7x)</title>
		<link>https://blog.finxter.com/google-unveils-trillium-the-sixth-generation-tpu/</link>
		
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Thu, 16 May 2024 10:28:22 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1670403</guid>

					<description><![CDATA[<p>Google has just announced Trillium, their sixth-generation Tensor Processing Unit (TPU), and it’s set to revolutionize the AI landscape. Let&#8217;s break down what makes Trillium so special. Massive Performance Boost Trillium TPUs deliver a whopping 4.7x increase in peak compute performance per chip compared to the previous TPU v5e. This leap is achieved through expanded ... <a title="Google Big AI Chip Announcement &#8211; Trillium: 6-th Gen TPU (4.7x)" class="read-more" href="https://blog.finxter.com/google-unveils-trillium-the-sixth-generation-tpu/" aria-label="Read more about Google Big AI Chip Announcement &#8211; Trillium: 6-th Gen TPU (4.7x)">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/google-unveils-trillium-the-sixth-generation-tpu/">Google Big AI Chip Announcement &#8211; Trillium: 6-th Gen TPU (4.7x)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Google has just announced Trillium, their sixth-generation Tensor Processing Unit (TPU), and it’s set to revolutionize the AI landscape. Let&#8217;s break down what makes Trillium so special.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Trillium Google’s MOST POWERFUL TPU | TPU | AI | Google IO Conference|  What is Google&#039;s Trillium" width="937" height="527" src="https://www.youtube.com/embed/Mz6CRvjgmKQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<h2 class="wp-block-heading">Massive Performance Boost</h2>



<p class="has-global-color-8-background-color has-background">Trillium TPUs deliver a whopping 4.7x increase in peak compute performance per chip compared to the previous TPU v5e. This leap is achieved through expanded matrix multiply units and increased clock speeds. What this means is faster training and serving of AI models, making AI more efficient and accessible.</p>



<p>This is impressive given that the previous TPU v5p was already 2.8x times faster than TPU v4. The improvements in the space are mind-boggling! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f92f.png" alt="🤯" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="985" height="542" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-52.png" alt="" class="wp-image-1670406" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-52.png 985w, https://blog.finxter.com/wp-content/uploads/2024/05/image-52-300x165.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-52-768x423.png 768w" sizes="auto, (max-width: 985px) 100vw, 985px" /><figcaption class="wp-element-caption">Previous version improvements (<a href="https://cloud.google.com/solutions/ai-hypercomputer?hl=en">source</a>)</figcaption></figure>
</div>


<p>By the way, here&#8217;s an interesting breakdown on when to use TPUs, according to <a href="https://cloud.google.com/tpu/docs/intro-to-tpu">Google</a>:</p>


<div class="wp-block-image">
<figure class="alignright size-full"><img loading="lazy" decoding="async" width="922" height="994" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-50.png" alt="" class="wp-image-1670404" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-50.png 922w, https://blog.finxter.com/wp-content/uploads/2024/05/image-50-278x300.png 278w, https://blog.finxter.com/wp-content/uploads/2024/05/image-50-768x828.png 768w" sizes="auto, (max-width: 922px) 100vw, 922px" /></figure>
</div>


<h2 class="wp-block-heading">Doubling Down on Memory and Bandwidth</h2>



<p>Trillium doubles the capacity and bandwidth of High Bandwidth Memory (HBM) and the Interchip Interconnect (ICI). This allows the TPU to handle larger models and more data at faster speeds. Essentially, it can process twice the amount of model weights and key-value caches, improving the efficiency and speed of AI workloads.</p>



<h2 class="wp-block-heading">Specialized for Advanced AI</h2>



<p>Equipped with third-generation SparseCore, Trillium is tailored for processing ultra-large embeddings, crucial for advanced ranking and recommendation systems. This specialization helps in accelerating workloads and reducing latency, making AI applications smoother and faster.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="871" height="364" src="https://blog.finxter.com/wp-content/uploads/2024/05/image-51.png" alt="" class="wp-image-1670405" srcset="https://blog.finxter.com/wp-content/uploads/2024/05/image-51.png 871w, https://blog.finxter.com/wp-content/uploads/2024/05/image-51-300x125.png 300w, https://blog.finxter.com/wp-content/uploads/2024/05/image-51-768x321.png 768w" sizes="auto, (max-width: 871px) 100vw, 871px" /><figcaption class="wp-element-caption">Google&#8217;s TPU System Architecture <a href="https://cloud.google.com/tpu/docs/system-architecture-tpu-vm">source</a></figcaption></figure>
</div>


<h2 class="wp-block-heading">Scalability and Efficiency</h2>



<p>Trillium can scale up to 256 TPUs in a single high-bandwidth, low-latency pod. With multislice technology and Titanium Intelligence Processing Units (IPUs), it can connect thousands of chips in a supercomputer setup. Plus, it’s over 67% more energy-efficient than its predecessor, making it Google&#8217;s most sustainable TPU yet.</p>



<h2 class="wp-block-heading">Real-World Applications</h2>



<p>From autonomous vehicles to drug discovery, Trillium TPUs are set to power the next wave of AI models. Companies like Essential AI, Nuro, and Deep Genomics are already gearing up to leverage Trillium for groundbreaking advancements in their fields.</p>



<h2 class="wp-block-heading">AI Hypercomputer Integration</h2>



<p>Trillium is a key component of Google Cloud’s AI Hypercomputer, a supercomputing architecture designed for cutting-edge AI tasks. This setup integrates Trillium TPUs with open-source software frameworks and flexible consumption models, empowering developers to push the boundaries of AI.</p>



<h2 class="wp-block-heading">Partnerships and Support</h2>



<p>Google has teamed up with Hugging Face, SADA, and Lightricks to enhance AI model training and serving. These collaborations ensure that Trillium&#8217;s performance gains are easily accessible to AI developers and businesses.</p>



<p>Google&#8217;s Trillium TPUs are set to be available later this year. </p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/valuing-nvidia-as-a-real-estate-company-that-sells-housing-to-ai-agents-100k-share-in-2034/">Valuing $NVIDIA as a Real Estate Company That Sells Housing to AI Agents ($100k/Share in 2034)</a></p>
<p>The post <a href="https://blog.finxter.com/google-unveils-trillium-the-sixth-generation-tpu/">Google Big AI Chip Announcement &#8211; Trillium: 6-th Gen TPU (4.7x)</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Perplexity AI Pro &#8211; Worth It?</title>
		<link>https://blog.finxter.com/perplexity-ai-pro-worth-it/</link>
		
		<dc:creator><![CDATA[Emily Rosemary Collins]]></dc:creator>
		<pubDate>Tue, 30 Jan 2024 18:27:35 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[Perplexity]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1654590</guid>

					<description><![CDATA[<p>👩‍💻 I just purchased a 1-month pro license for Perplexity AI. I&#8217;m not affiliated in any way with Perplexity or a related company. The purpose of this article is simply to provide my own perspective so it may help somebody decide if it&#8217;s for them. Big Picture Review Perplexity AI Pro is a powerful tool ... <a title="Perplexity AI Pro &#8211; Worth It?" class="read-more" href="https://blog.finxter.com/perplexity-ai-pro-worth-it/" aria-label="Read more about Perplexity AI Pro &#8211; Worth It?">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/perplexity-ai-pro-worth-it/">Perplexity AI Pro &#8211; Worth It?</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f469-200d-1f4bb.png" alt="👩‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <em>I just purchased a 1-month pro license for Perplexity AI. I&#8217;m not affiliated in any way with Perplexity or a related company. The purpose of this article is simply to provide my own perspective so it may help somebody decide if it&#8217;s for them.</em></p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="651" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-185-1024x651.png" alt="" class="wp-image-1654593" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-185-1024x651.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-185-300x191.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-185-768x488.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-185.png 1182w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<h2 class="wp-block-heading">Big Picture Review</h2>



<p><a href="https://www.perplexity.ai/" data-type="link" data-id="https://www.perplexity.ai/">Perplexity AI</a> Pro is a powerful tool that offers a range of features and benefits. It is user-friendly, supports numerous languages, and allows the saving and sharing of questions and answers. It is particularly useful for research, writing, investment analysis, and more, providing information, suggestions, and solutions to help summarize sources and simulate investment scenarios.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="936" height="638" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-183.png" alt="" class="wp-image-1654591" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-183.png 936w, https://blog.finxter.com/wp-content/uploads/2024/01/image-183-300x204.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-183-768x523.png 768w" sizes="auto, (max-width: 936px) 100vw, 936px" /></figure>
</div>


<p></p>



<p>In terms of accuracy, <strong>Perplexity AI Pro uses advanced algorithms to understand context and provide coherent answers</strong>[1]. It is also capable of providing precise, detailed insights on a range of topics using advanced NLP and machine learning techniques[10]. </p>



<p>You can upload images and PDFs:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="593" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-187-1024x593.png" alt="" class="wp-image-1654595" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-187-1024x593.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-187-300x174.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-187-768x445.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-187.png 1220w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>You can also focus your research on certain websites such as WolframAlpha, YouTube, or Reddit:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="597" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-186-1024x597.png" alt="" class="wp-image-1654594" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-186-1024x597.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-186-300x175.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-186-768x448.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-186.png 1167w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>You can ask questions such as <code>"What Is Finxter?"</code> and it provides you with a detailed answer paragraph with images and reliable information. The goal is that every AI-generated answer sentence has a reference from the web:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="852" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-188-1024x852.png" alt="" class="wp-image-1654596" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-188-1024x852.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-188-300x250.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-188-768x639.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-188.png 1308w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>You can ask follow-up questions to dive deeper into the topic:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="703" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-189-1024x703.png" alt="" class="wp-image-1654597" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-189-1024x703.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-189-300x206.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-189-768x527.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-189.png 1321w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Think of Perplexity AI as your research assistant &#8211; like how Google is supposed to work in the future but isn&#8217;t yet.</strong></p>



<p>However, it has been noted that it can sometimes generate incorrect answers, and its performance may vary depending on the specific test set used[5].</p>



<h2 class="wp-block-heading">Perplexity AI Pro</h2>



<p>When it comes to value for money, Perplexity AI Pro offers a free version that lets you use its features and benefits without paying anything[1]. </p>



<p>However, to get the most out of its features, you must sign up for a subscription[1]. The platform also offers a Pro plan at $20 per month[11].</p>



<p>For example, you can create images and search videos on the sidebar of each search/AI window:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="697" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-190-1024x697.png" alt="" class="wp-image-1654598" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-190-1024x697.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-190-300x204.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-190-768x523.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-190.png 1385w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>Comparing Perplexity AI Pro to GPT-4, it&#8217;s worth noting that Perplexity AI Pro uses <a href="https://blog.finxter.com/gpt-4-with-vision-gpt-4v-is-out-32-fun-examples-with-screenshots/" data-type="post" data-id="1651894">GPT-4 </a>if you subscribe to Pro as well as for any Copilot usage[4]. Perplexity AI Pro offers specialized tools, enabling users to refine GPT4&#8217;s responses based on their desired focus[8]. </p>



<p>For example, you can rewrite the answer using one of the four PRO models:</p>



<ul class="wp-block-list">
<li><strong>Experimental</strong>: Concise and less restrictive model by Perplexity</li>



<li><strong>GPT-4</strong>: OpenAI&#8217;s most advanced model</li>



<li><strong>Claude-2.1</strong>: Anthropic&#8217;s most advanced model</li>



<li><strong>Gemini Pro</strong>: Beta model by Google</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="986" height="430" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-191.png" alt="" class="wp-image-1654599" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-191.png 986w, https://blog.finxter.com/wp-content/uploads/2024/01/image-191-300x131.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-191-768x335.png 768w" sizes="auto, (max-width: 986px) 100vw, 986px" /></figure>
</div>


<p>You can also generated or follow-up with related questions:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="895" height="499" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-192.png" alt="" class="wp-image-1654600" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-192.png 895w, https://blog.finxter.com/wp-content/uploads/2024/01/image-192-300x167.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-192-768x428.png 768w" sizes="auto, (max-width: 895px) 100vw, 895px" /></figure>
</div>


<p>However, it has been noted that for tasks such as idea generation or email editing, GPT-4 might be better[4].</p>



<p>In terms of limitations, some users have reported issues with Perplexity AI Pro, such as it failing to return information or forgetting the context of the prompt above them[3]. It has also been noted that it falls short in complicated science outside of math, lacks problem-solving capabilities, sometimes provides inconsistent and short responses, and has limitations in search breadth and formatting[2].</p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f469-200d-1f4bb.png" alt="👩‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Overall, Perplexity AI Pro can assist various professions like researchers, writers, artists, musicians, and programmers in multiple tasks such as answering questions, generating text, writing creative content, and summarizing text[1]. I often use it instead of Google Search. Despite its limitations, it is worth trying, especially when combined with other AI models for better information accuracy[2].</p>



<p></p>



<h2 class="wp-block-heading">Main Features of Perplexity AI Pro</h2>



<p>Perplexity AI Pro is an advanced AI research assistant that offers a variety of features designed to enhance user experience and provide comprehensive support for various tasks. Here are the main features of Perplexity AI Pro:</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="735" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-193-1024x735.png" alt="" class="wp-image-1654602" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-193-1024x735.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-193-300x215.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-193-768x551.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-193.png 1248w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<ul class="wp-block-list">
<li><strong>Advanced AI Models</strong>: Perplexity Pro provides access to more advanced AI models like <a href="https://blog.finxter.com/gpt-4-turbo/" data-type="post" data-id="1652747">GPT-4</a> and <a href="https://blog.finxter.com/claude-2-read-ten-papers-in-one-prompt-with-massive-200k-token-context/" data-type="post" data-id="1493779">Claude-2</a>, which are capable of understanding context and delivering coherent answers[4].</li>



<li><strong>Unlimited Usage</strong>: Users can enjoy unlimited usage of the platform, which is particularly beneficial for those who require extensive research and information[4].</li>



<li><strong>Content Generation</strong>: It assists in generating text, writing creative content, and summarizing text, catering to professionals like researchers, writers, artists, musicians, and programmers[2].</li>



<li><strong>Accurate Information</strong>: The platform is designed to provide fast and comprehensive answers to complex questions, helping users learn new things and explore different perspectives[3].</li>



<li><strong>Mobile App and Chrome Extension</strong>: Perplexity AI offers a mobile app and a Chrome extension, making it accessible and convenient for users on various devices[2].</li>



<li><strong>Problem-Solving Abilities</strong>: It can help with research, writing, investment analysis, and more, offering information, suggestions, and solutions to help summarize sources and simulate <a href="http://billionhumanoids.com">investment scenarios</a>[2].</li>



<li><strong>Unlimited File Upload and API Credits</strong>: Users can upload an unlimited number of files and have access to API credits, which can be useful for developers and those integrating AI into their own applications[1].</li>



<li><strong>Information Discovery and Sharing</strong>: Perplexity AI facilitates the discovery and sharing of information, making it easier for users to find and distribute knowledge[6].</li>



<li><strong>Natural Language Processing (NLP)</strong>: The platform uses state-of-the-art NLP and machine learning algorithms to understand and analyze the context of search queries[6].</li>



<li><strong>Contextual Search</strong>: It is designed to understand the context of queries, providing more relevant and accurate responses[6].</li>



<li><strong>Chatbot Functionality</strong>: Perplexity AI can act as a chatbot, answering questions in a conversational manner and even assisting with tasks like debugging code[6].</li>
</ul>



<p>Also check out our following blog tutorial:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="591" height="354" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-13-1.png" alt="" class="wp-image-1654606" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-13-1.png 591w, https://blog.finxter.com/wp-content/uploads/2024/01/image-13-1-300x180.png 300w" sizes="auto, (max-width: 591px) 100vw, 591px" /></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f469-200d-1f4bb.png" alt="👩‍💻" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Recommended</strong>: <a href="https://blog.finxter.com/8-millionaire-tips-to-reach-financial-freedom-as-a-coder/" data-type="link" data-id="https://blog.finxter.com/8-millionaire-tips-to-reach-financial-freedom-as-a-coder/">8 Millionaire Tips to Reach Financial Freedom as a Coder</a></p>



<h2 class="wp-block-heading">References</h2>



<p><strong>Part 1</strong></p>



<ul class="wp-block-list">
<li>[1] https://www.elegantthemes.com/blog/business/perplexity-ai</li>



<li>[2] https://www.reddit.com/r/MachineLearning/comments/13jrwe0/perplexity_ai_strengths_limitations_discussion/</li>



<li>[3] https://www.reddit.com/r/perplexity_ai/comments/170giuy/perplexity_pro_worth_it/</li>



<li>[4] https://www.reddit.com/r/perplexity_ai/comments/151xqbo/perplexity_pro_vs_chatgpt_plus/</li>



<li>[5] https://myteachmate.co.uk/2023/07/12/perplexity-ai-a-comprehensive-review/</li>



<li>[6] https://www.arkthinker.com/ai-tools/preplexity-ai-review/</li>



<li>[7] https://begindot.com/Product/perplexity-ai/</li>



<li>[8] https://www.linkedin.com/pulse/chatgpt4-vs-perplexity-ai-pro-comparative-analysis-bankers-jackson-dxvrc</li>



<li>[9] https://tome.app/productivity-tips/the-tome-guide-to-perplexity-ai</li>



<li>[10] https://www.linkedin.com/pulse/aiyou-32-perplexityai-overview-why-its-crushing-google-greggory-elias-fwd3e</li>



<li>[11] https://techcrunch.com/2024/01/04/ai-powered-search-engine-perplexity-ai-now-valued-at-520m-raises-70m/</li>



<li>[12] https://www.geeksforgeeks.org/chatgpt-plus-vs-perplexity-which-is-the-better-ai-chatbot/</li>



<li>[13] https://textcortex.com/post/perplexity-ai-review</li>



<li>[14] https://www.linkedin.com/pulse/plexity-ai-review-bonuses-should-i-get-software-md-sanaullah-z4vxf</li>



<li>[15] https://sourceforge.net/software/compare/ChatGPT-vs-GPT-4-vs-Perplexity-AI/</li>



<li>[16] https://deepgram.com/ai-apps/perplexity-ai</li>



<li>[17] https://sourceforge.net/software/product/Perplexity-AI/</li>



<li>[18] https://aitools.fyi/compare/gpt-4-vs-perplexity-ai</li>



<li>[19] https://siteefy.com/ai-tools/perplexity/</li>



<li>[20] https://finance.yahoo.com/news/perplexity-ai-challenge-google-hinges-124622631.html</li>



<li>[21] https://em360tech.com/tech-article/perplexity-ai-vs-chatgpt</li>



<li>[22] https://hyscaler.com/insights/how-to-use-perplexity-ai/</li>



<li>[23] https://www.begindot.com/Product/perplexity-ai/</li>
</ul>



<p><strong>Part 2: Main Features of Perplexity AI Pro:</strong></p>



<ul class="wp-block-list">
<li>[1] https://www.perplexity.ai/pro</li>



<li>[2] https://www.elegantthemes.com/blog/business/perplexity-ai</li>



<li>[3] https://findmyaitool.com/tool/perplexity-ai</li>



<li>[4] https://www.reddit.com/r/perplexity_ai/comments/17kly15/how_does_search_searching_for_answers_with/</li>



<li>[5] https://www.reddit.com/r/perplexity_ai/comments/167fdxy/pro_version/</li>



<li>[6] https://siteefy.com/ai-tools/perplexity/</li>



<li>[7] https://gptpluginz.com/what-is-perplexity-ai/</li>
</ul>
<p>The post <a href="https://blog.finxter.com/perplexity-ai-pro-worth-it/">Perplexity AI Pro &#8211; Worth It?</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Large Action Models (LAMs): A New Step in AI for Understanding and Doing Human Tasks</title>
		<link>https://blog.finxter.com/large-action-models-lams-a-new-step-in-ai-for-understanding-and-doing-human-tasks/</link>
		
		<dc:creator><![CDATA[Emily Rosemary Collins]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 21:07:22 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Large Language Model (LLM)]]></category>
		<category><![CDATA[Research]]></category>
		<guid isPermaLink="false">https://blog.finxter.com/?p=1654492</guid>

					<description><![CDATA[<p>💡 Definition: A Large Action Model (LAM) is an advanced artificial intelligence system designed to perform human-like tasks within digital environments. Utilizing neural networks and symbolic reasoning, it interprets and executes complex commands in applications, like web navigation or online transactions, by directly modeling and understanding the logic and structure of these interfaces. Artificial Intelligence ... <a title="Large Action Models (LAMs): A New Step in AI for Understanding and Doing Human Tasks" class="read-more" href="https://blog.finxter.com/large-action-models-lams-a-new-step-in-ai-for-understanding-and-doing-human-tasks/" aria-label="Read more about Large Action Models (LAMs): A New Step in AI for Understanding and Doing Human Tasks">Read more</a></p>
<p>The post <a href="https://blog.finxter.com/large-action-models-lams-a-new-step-in-ai-for-understanding-and-doing-human-tasks/">Large Action Models (LAMs): A New Step in AI for Understanding and Doing Human Tasks</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Definition</strong>: <em>A Large Action Model (LAM) is an advanced artificial intelligence system designed to perform human-like tasks within digital environments. Utilizing neural networks and symbolic reasoning, it interprets and executes complex commands in applications, like web navigation or online transactions, by directly modeling and understanding the logic and structure of these interfaces.</em></p>



<p>Artificial Intelligence (AI) has a new development called <strong>Large Action Models</strong>, or LAMs. These models are an advanced form of Large Language Models (LLMs), which many of us know about. LLMs create text by guessing the next word based on input. </p>



<p>LAMs go further. They turn LLMs into &#8216;agents,&#8217; software that can do tasks alone. This means they can do more than just answer questions; they can work towards a goal. This is a big change because it mixes LLM&#8217;s language skills with the ability to do tasks and make decisions on their own.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Large Action Model (LAM) Explained" width="937" height="527" src="https://www.youtube.com/embed/o2lKl7RMb3Y?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>LAMs are built to mimic the way applications and human actions work together. They use neuro-symbolic programming to do this without needing text. This is a complex area, and we don&#8217;t have complete access to these models yet.</p>



<p class="has-global-color-8-background-color has-background"><strong>LLMs and LAMs are both AI models, but they&#8217;re different</strong>. LAMs can connect to real-world systems, like IoT devices. This lets them do physical tasks, control devices, gather data, and handle information. They can automate whole processes, talk to people, adapt to changing situations, and work with other LAMs.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="711" height="266" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-152.png" alt="" class="wp-image-1654496" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-152.png 711w, https://blog.finxter.com/wp-content/uploads/2024/01/image-152-300x112.png 300w" sizes="auto, (max-width: 711px) 100vw, 711px" /><figcaption class="wp-element-caption"><a href="https://www.rabbit.tech/research">https://www.rabbit.tech/research</a></figcaption></figure>
</div>


<p>LAMs are powerful for several reasons. </p>



<ul class="wp-block-list">
<li>First, they understand complex human goals and turn them into actions. </li>



<li>Second, they can smartly interact with the world, including people and changing situations. </li>



<li>Third, they connect with real-world systems. </li>



<li>Lastly, they turn generative AI from a simple tool into a helpful partner in real-time tasks.</li>
</ul>



<p>LAMs have many potential uses. In healthcare, they could change patient care with better diagnostics and treatments. In finance, they could help with risk analysis, finding fraud, and making algorithm-based transactions. In the automotive industry, they could improve self-driving cars and safety systems.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="534" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-133-1536x801-1-1024x534.png" alt="" class="wp-image-1654493" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-133-1536x801-1-1024x534.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-133-1536x801-1-300x156.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-133-1536x801-1-768x401.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-133-1536x801-1.png 1536w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/rabbit-r1-device-whats-the-hype/" data-type="link" data-id="https://blog.finxter.com/rabbit-r1-device-whats-the-hype/">Rabbit R1 Device – What’s the Hype?</a></p>



<p class="has-base-2-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f407.png" alt="🐇" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Application</strong>: A practical example of LAMs is the <a href="https://blog.finxter.com/rabbit-r1-device-whats-the-hype/" data-type="post" data-id="1654442">Rabbit r1 device</a>, selling for $199. It&#8217;s a small device, about half the size of an iPhone, with a touchscreen and a rotating camera. It has a scroll wheel for easy navigation. The Rabbit r1 uses Rabbit&#8217;s AI operating system (OS) and LAM. This lets it understand and mimic human actions on technology interfaces. Rabbit&#8217;s advancement shows how online interactions can become easier without needing apps.</p>



<p>LAMs are set to greatly impact AI&#8217;s future. They turn language models into &#8216;agents&#8217; that can do tasks, making AI a real-time action partner. Products like Rabbit are already using LAMs, opening up many new possibilities. This marks a major shift in AI development. </p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Introducing r1" width="937" height="527" src="https://www.youtube.com/embed/22wlLy7hKP4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>For example, the idea of LLM-based operating systems has been proposed recently by Karpathy, Tesla&#8217;s former head of AI:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="697" height="694" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-150.png" alt="" class="wp-image-1654494" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-150.png 697w, https://blog.finxter.com/wp-content/uploads/2024/01/image-150-300x300.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-150-150x150.png 150w" sizes="auto, (max-width: 697px) 100vw, 697px" /></figure>
</div>


<p>This is just the beginning. The idea of natively integrating LLMs and LAMs into devices is coming! </p>



<p>Stay updated on this exciting area of AI technology by joining our AI newsletter and downloading our Python cheat sheets:</p>






<h2 class="wp-block-heading">Technical Introduction to Large Action Models (LAMs)</h2>



<p></p>



<p><a href="https://www.rabbit.tech/research" data-type="link" data-id="https://www.rabbit.tech/research">LAMs</a> embody a transformative approach to human-computer interaction, shifting the paradigm from traditional graphical user interfaces to more intuitive, action-oriented models.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="532" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-153-1024x532.png" alt="" class="wp-image-1654497" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-153-1024x532.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-153-300x156.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-153-768x399.png 768w, https://blog.finxter.com/wp-content/uploads/2024/01/image-153-1536x798.png 1536w, https://blog.finxter.com/wp-content/uploads/2024/01/image-153.png 1624w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<p>At the core of LAMs is the objective to mimic and execute human actions within computer applications, thereby creating a more natural and efficient user experience. </p>



<p>Unlike their predecessors, Large Language Models (LLMs), which mainly focus on understanding and generating text, <strong>LAMs are designed to understand and replicate complex user tasks</strong>, ranging from web navigation to application-specific operations. This capability is achieved through a novel <strong>neuro-symbolic model</strong> that blends the structured nature of symbolic algorithms with the adaptive learning prowess of neural networks.</p>



<p>The need for LAMs arises from the inherent limitations of conventional AI models in comprehending and interacting with application interfaces. Standard language models, for instance, struggle to fit the representation of web applications within their contextual understanding due to the verbose and noisy nature of these applications. LAMs address this challenge by learning directly from user interactions, bypassing the need for rigid Application Programming Interfaces (APIs) and focusing on action-oriented learning.</p>



<p>A crucial aspect of LAMs is their ability to learn actions through demonstration, allowing them to adapt to variations in interfaces and execute tasks reliably. This approach not only enhances the model&#8217;s efficiency and accuracy but also ensures explainability and simplicity in task execution. By understanding the structural and logical composition of applications, LAMs can perform actions that align closely with human intentions, thus bridging the gap between users and digital services.</p>



<p>The integration of LAMs extends to various practical domains, including web navigation and automated processes in mobile and desktop environments. The model&#8217;s competitive edge is evident in tasks like web navigation, where it demonstrates superior accuracy and latency compared to existing methods. This proficiency is underpinned by a technical stack that combines transformer-style attention, graph-based message passing, and program synthesizers guided by demonstrations and examples.</p>



<p class="has-global-color-8-background-color has-background"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <em>&#8220;We believe that in the long run, LAM exhibits its own version of &#8220;scaling laws,&#8221; [3] where the actions it learns can generalize to applications of all kinds, even generative ones. Over time, LAM could become increasingly helpful in solving complex problems spanning multiple apps that require professional skills to operate.&#8221;</em> &#8212; <a href="https://www.rabbit.tech/research" data-type="link" data-id="https://www.rabbit.tech/research">Rabbit Research</a></p>



<p>If you want to learn more about scaling laws, check out our blog article:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://blog.finxter.com/ai-scaling-laws-a-short-primer/"><img loading="lazy" decoding="async" width="1024" height="497" src="https://blog.finxter.com/wp-content/uploads/2024/01/image-116-1024x497-1.png" alt="" class="wp-image-1654498" srcset="https://blog.finxter.com/wp-content/uploads/2024/01/image-116-1024x497-1.png 1024w, https://blog.finxter.com/wp-content/uploads/2024/01/image-116-1024x497-1-300x146.png 300w, https://blog.finxter.com/wp-content/uploads/2024/01/image-116-1024x497-1-768x373.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>
</div>


<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <a href="https://blog.finxter.com/ai-scaling-laws-a-short-primer/" data-type="link" data-id="https://blog.finxter.com/ai-scaling-laws-a-short-primer/">AI Scaling Laws – A Short Primer</a></p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">What exactly is a Large Action Model (LAM)?</h3>



<p>A Large Action Model (LAM) is an advanced AI system that can carry out human tasks on computer applications. Unlike just providing information or instructions, LAMs can actively perform tasks like navigating websites, filling out forms, or online shopping. They combine neural networks and symbolic reasoning to model and execute various application tasks.</p>



<h3 class="wp-block-heading">Who created the first LAM?</h3>



<p>The first LAM was developed by Rabbit Research Team, a pioneering AI company. They introduced Rabbit R1, a device that uses LAM technology to execute complex tasks on applications using natural language commands.</p>



<h3 class="wp-block-heading">How is LAM better than other AI models?</h3>



<p>LAMs have several key advantages:</p>



<ul class="wp-block-list">
<li><strong>Accuracy</strong>: They perform tasks with high precision.</li>



<li><strong>Interpretability</strong>: LAMs can explain their actions and logic in a clear manner.</li>



<li><strong>Speed</strong>: They complete tasks quickly by avoiding extensive data processing or multiple inference steps.</li>



<li><strong>Simplicity</strong>: LAMs can handle complex tasks with simple commands and require minimal training.</li>
</ul>



<h3 class="wp-block-heading">Can you give some examples of what tasks a LAM can perform?</h3>



<p>Sure! LAMs can perform a range of tasks across different applications:</p>



<ul class="wp-block-list">
<li><strong>Flight Booking</strong>: For instance, booking a flight on Kayak by specifying details like destination, date, and budget.</li>



<li><strong>Form Filling</strong>: Filling out forms on Google Docs with required info and formatting.</li>



<li><strong>Grocery Shopping</strong>: Shopping on Instacart by adding items to the cart and checking out.</li>



<li><strong>Playlist Creation</strong>: Making a playlist on Spotify based on genre, mood, and artists.</li>



<li><strong>Content Summarization</strong>: Generating summaries of Wikipedia articles by identifying key points and keywords.</li>
</ul>
<p>The post <a href="https://blog.finxter.com/large-action-models-lams-a-new-step-in-ai-for-understanding-and-doing-human-tasks/">Large Action Models (LAMs): A New Step in AI for Understanding and Doing Human Tasks</a> appeared first on <a href="https://blog.finxter.com">Be on the Right Side of Change</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: blog.finxter.com @ 2026-07-01 05:33:37 by W3 Total Cache
-->