import React from 'react' import { HeroContainer, HeroNewsBlock, HeroCitationBlock, HeroCitationTitle, HeroFollowBlock, HeroDownloadsImg, HeroLink, HeroRow, HeroColumn1, HeroColumn2, HeroContent, Img, HeroImgWrap, HeroNewsTitle, HeroNewsItem, HeroNewsItemDate, HeroNewsItemContent, UDLLink} from './HeroElements' import img from '../../images/F23.prince.learning.turquoise.jpg' const HeroSection = () => { const citation = ` @book{prince2023understanding, author = "Simon J.D. Prince", title = "Understanding Deep Learning", publisher = "The MIT Press", year = 2023, url = "http://udlbook.com"} ` return ( RECENT NEWS: 03/12/24 Book now available again. 02/21/24 New blog about the Neural Tangent Kernel. 02/15/24 First printing of book has sold out in most places. Second printing available mid-March. 01/29/24 New blog about gradient flow published. 12/26/23 Machine Learning Street Talk podcast discussing book. 12/19/23 Deeper Insights podcast discussing book. 12/06/23 I did an interview discussing the book with Borealis AI. 12/05/23 Book released by The MIT Press. CITATION:
                                
                                    {citation}
                                
                            
Follow me on Twitter or LinkedIn for updates.
book cover Download full pdf (18 Apr 2024) Buy the book Answers to selected questions Errata
) } export default HeroSection