import React from "react"; import img from "../../images/F23.prince.learning.turquoise.jpg"; import { HeroCitationBlock, HeroCitationTitle, HeroColumn1, HeroColumn2, HeroContainer, HeroContent, HeroDownloadsImg, HeroFollowBlock, HeroImgWrap, HeroLink, HeroNewsBlock, HeroNewsItem, HeroNewsItemContent, HeroNewsItemDate, HeroNewsTitle, HeroRow, Img, UDLLink, } from "./HeroElements"; 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;