{"id":5215,"date":"2021-11-18T18:30:00","date_gmt":"2021-11-18T18:30:00","guid":{"rendered":"https:\/\/www.aiproblog.com\/index.php\/2021\/11\/18\/a-decade-in-deep-learning-and-whats-next\/"},"modified":"2021-11-18T18:30:00","modified_gmt":"2021-11-18T18:30:00","slug":"a-decade-in-deep-learning-and-whats-next","status":"publish","type":"post","link":"https:\/\/www.aiproblog.com\/index.php\/2021\/11\/18\/a-decade-in-deep-learning-and-whats-next\/","title":{"rendered":"A decade in deep learning, and what&#8217;s next"},"content":{"rendered":"<p>Author: <\/p>\n<div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><i>Twenty years ago, Google started using machine learning, and 10 years ago, it helped spur rapid progress in AI using deep learning. Jeff Dean and Marian Croak of Google Research take a look at how we\u2019ve innovated on these techniques and applied them in helpful ways, and look ahead to a responsible and inclusive path forward.<\/i><\/p>\n<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<h3>Jeff Dean<\/h3>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><b>From research demos to AI that really works<\/b><\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>I was first introduced to neural networks \u2014 computer systems that roughly imitate how biological brains accomplish tasks \u2014 as an undergrad in 1990. I did my senior thesis on using parallel computation to train neural networks. In those early days, I thought if we could 32X more compute power (using 32 processors at the time!), we could get neural networks to do impressive things. I was way off. It turns out we would need about <i>1 million times as much<\/i> computational power before neural networks could scale to real-world problems.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>A decade later, as an early employee at Google, I became reacquainted with machine learning when the company was still just a startup. In 2001 we used a simpler version of machine learning, statistical ML, to detect spam and suggest better spellings for people\u2019s web searches. But it would be another decade before we had enough computing power to revive a more computationally-intensive machine learning approach called deep learning. Deep learning uses neural networks with multiple layers (thus the \u201cdeep\u201d), so it can learn not just simple statistical patterns, but can learn subtler patterns of patterns \u2014 such as what\u2019s in an image or what word was spoken in some audio. One of our <a href=\"https:\/\/static.googleusercontent.com\/media\/research.google.com\/en\/\/archive\/unsupervised_icml2012.pdf\">first publications<\/a> in 2012 was on a system that could find patterns among millions of frames from YouTube videos. That meant, of course, that it learned to recognize cats.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>To get to the helpful features you use every day \u2014 searchable photo albums, suggestions on email replies, language translation, flood alerts, and so on \u2014 we needed to make years of breakthroughs on top of breakthroughs, tapping into the best of Google Research in collaboration with the broader research community. Let me give you just a couple examples of how we\u2019ve done this.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><b>A big moment for image recognition<\/b><\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>In 2012, a <a href=\"https:\/\/papers.nips.cc\/paper\/2012\/file\/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf\">paper<\/a> wowed the research world for making a huge jump in accuracy on image recognition using deep neural networks, leading to a series of rapid advances by researchers outside and within Google. Further advances led to applications like <a href=\"https:\/\/blog.google\/products\/photos\/picture-this-fresh-approach-to-photos\/\">Google Photos<\/a> in 2015, letting you search photos by what\u2019s in them. We then developed other deep learning models to help you <a href=\"https:\/\/ai.googleblog.com\/2017\/05\/updating-google-maps-with-deep-learning.html\">find addresses in Google Maps<\/a>, make sense of <a href=\"https:\/\/ai.googleblog.com\/2015\/10\/improving-youtube-video-thumbnails-with.html\">videos on YouTube<\/a>, and explore the world around you <a href=\"https:\/\/blog.google\/products\/search\/ai-making-information-helpful-io\/\">using Google Lens<\/a>. Beyond our products, we applied these approaches to health-related problems, such as detecting <a href=\"https:\/\/ai.googleblog.com\/2016\/11\/deep-learning-for-detection-of-diabetic.html\">diabetic retinopathy<\/a> in 2016, and then <a href=\"https:\/\/ai.googleblog.com\/2017\/03\/assisting-pathologists-in-detecting.html\">cancerous cells<\/a> in 2017, and <a href=\"https:\/\/blog.google\/technology\/health\/improving-breast-cancer-screening\/\">breast cancer<\/a> in 2020. Better understanding of aerial imagery through deep learning let us launch <a href=\"https:\/\/www.blog.google\/products\/search\/helping-keep-people-safe-ai-enabled-flood-forecasting\/\">flood forecasting<\/a> in 2018, now <a href=\"https:\/\/blog.google\/technology\/ai\/expanding-our-ml-based-flood-forecasting\/\">expanded<\/a> to cover more than 360 million people in 2021. It\u2019s been encouraging to see how helpful these advances in image recognition have been.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>Similarly, we\u2019ve used deep learning to accelerate language understanding. With <a href=\"https:\/\/arxiv.org\/abs\/1409.3215\">sequence-to-sequence learning<\/a> in 2014, we began looking at how to understand strings of text using deep learning. This led to <a href=\"https:\/\/ai.googleblog.com\/2016\/09\/a-neural-network-for-machine.html\">neural machine translation<\/a> in Google Translate in 2016, which was a massive leap in quality, particularly for less prevalent languages. We developed neural language models further for <a href=\"https:\/\/blog.google\/products\/gmail\/save-time-with-smart-reply-in-gmail\/\">Smart Reply in Gmail<\/a> in 2017, which made it easier and faster for you to knock through your email, especially on mobile. That same year, Google <a href=\"https:\/\/ai.googleblog.com\/2017\/08\/transformer-novel-neural-network.html\">invented Transformers<\/a>, leading to <a href=\"https:\/\/ai.googleblog.com\/2018\/11\/open-sourcing-bert-state-of-art-pre.html\">BERT<\/a> in 2018, then <a href=\"https:\/\/ai.googleblog.com\/2020\/02\/exploring-transfer-learning-with-t5.html\">T5<\/a>, and in 2021 <a href=\"https:\/\/blog.google\/products\/search\/introducing-mum\/\">MUM<\/a>, which lets you ask Google much more nuanced questions. And with \u201csparse\u201d models like <a href=\"https:\/\/arxiv.org\/abs\/2006.16668\">GShard<\/a>, we can dramatically improve on tasks like translation while <a href=\"https:\/\/blog.google\/technology\/ai\/minimizing-carbon-footprint\/\">using less energy<\/a>.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>We\u2019ve driven a similar arc in understanding speech. In 2012, Google used deep neural networks to make major improvements to <a href=\"https:\/\/www.technologyreview.com\/2012\/10\/05\/18401\/google-puts-its-virtual-brain-technology-to-work\/\">speech recognition on Android<\/a>. We kept <a href=\"https:\/\/ai.googleblog.com\/2017\/12\/improving-end-to-end-models-for-speech.html\">advancing the state of the art<\/a> with higher-quality, faster, more efficient speech recognition systems. By 2019, we were able to <a href=\"https:\/\/ai.googleblog.com\/2019\/03\/an-all-neural-on-device-speech.html\">put the entire neural network on-device<\/a> so you could get accurate speech recognition even without a connection. And in 2021, we launched <a href=\"https:\/\/blog.google\/products\/pixel\/meet-pixel-6-pixel-6-pro\/\">Live Translate on the Pixel 6<\/a> phone, letting you speak and be translated in 48 languages &#8212; all on-device, while you\u2019re traveling with no Internet.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-image_carousel\">\n<div class=\"h-c-page article-module\" data-component=\"uni-image-carousel\">\n<div class=\"article-module glue-pagination h-c-carousel h-c-carousel--simple h-c-carousel--dark ng-cloak\" data-glue-pagination-config=\"{cyclical: true}\">\n<div class=\"h-c-carousel__wrap\">\n<ul class=\"glue-carousel ng-cloak\" data-glue-carousel-options=\"{pointerTypes: ['touch', 'mouse'], jump: true}\">\n<li class=\"h-c-carousel__item article-carousel__slide\">\n<figure class=\"h-c-grid\">\n<div aria-label=\"image of speech-to-text on phone\" class=\"article-carousel__slide-img h-c-grid__col h-c-grid__col--10 h-c-grid__col--offset-1 \" style=\"background-image: url(https:\/\/storage.googleapis.com\/gweb-uniblog-publish-prod\/images\/victor.max-1500x1500.png);\"><span class=\"h-u-visually-hidden\">image of speech-to-text on phone<\/span><\/div><figcaption class=\"article-carousel__caption h-c-grid__col h-c-grid__col--10 h-c-grid__col-l--8 h-c-grid__col--offset-1 h-c-grid__col-l--offset-2\">\n<div class=\"rich-text\">\n<p><a href=\"https:\/\/blog.google\/outreach-initiatives\/accessibility\/project-relate\/\">Project Relate<\/a>: A communication tool for people with speech impairments.<\/p>\n<\/div>\n<\/figcaption><\/figure>\n<\/li>\n<li class=\"h-c-carousel__item article-carousel__slide\">\n<figure class=\"h-c-grid\">\n<div aria-label=\"image of flood forecasting map on phone\" class=\"article-carousel__slide-img h-c-grid__col h-c-grid__col--10 h-c-grid__col--offset-1 \" style=\"background-image: url(https:\/\/storage.googleapis.com\/gweb-uniblog-publish-prod\/images\/flood_1.max-1500x1500.png);\"><span class=\"h-u-visually-hidden\">image of flood forecasting map on phone<\/span><\/div><figcaption class=\"article-carousel__caption h-c-grid__col h-c-grid__col--10 h-c-grid__col-l--8 h-c-grid__col--offset-1 h-c-grid__col-l--offset-2\">\n<div class=\"rich-text\">\n<p>ML-based <a href=\"https:\/\/blog.google\/technology\/ai\/expanding-our-ml-based-flood-forecasting\/\">flood forecasting<\/a> helps equip those in harm\u2019s way with accurate and detailed alerts.<\/p>\n<\/div>\n<\/figcaption><\/figure>\n<\/li>\n<li class=\"h-c-carousel__item article-carousel__slide\">\n<figure class=\"h-c-grid\">\n<div aria-label=\"image of mammogram\" class=\"article-carousel__slide-img h-c-grid__col h-c-grid__col--10 h-c-grid__col--offset-1 \" style=\"background-image: url(https:\/\/storage.googleapis.com\/gweb-uniblog-publish-prod\/images\/Google_Health_1.max-2000x2000.jpg);\"><span class=\"h-u-visually-hidden\">image of mammogram<\/span><\/div><figcaption class=\"article-carousel__caption h-c-grid__col h-c-grid__col--10 h-c-grid__col-l--8 h-c-grid__col--offset-1 h-c-grid__col-l--offset-2\">\n<div class=\"rich-text\">\n<p>Google Health&#8217;s AI system helps radiologists<a href=\"https:\/\/blog.google\/technology\/health\/improving-breast-cancer-screening\/\">identify cancer in mammograms<\/a> with greater accuracy.<\/p>\n<\/div>\n<\/figcaption><\/figure>\n<\/li>\n<\/ul>\n<div class=\"h-c-carousel__paginate glue-pagination-previous uni-click-tracker\" data-analytics='{\n            \"event\": \"page interaction\",\n            \"category\": \"interaction\",\n            \"action\": \"image carousel\",\n            \"label\": \"arrow - left click\"\n           }' data-glue-pagination-label=\"Previous\" data-glue-pagination-update-model=\"false\"><\/p>\n<div class=\"h-c-carousel__paginate-wrap\"><svg class=\"h-c-icon h-c-icon--keyboard-arrow-left\" role=\"img\"><use xlink:href=\"#mi-keyboard-arrow-right\"><\/use><\/svg><\/div>\n<\/div>\n<div class=\"h-c-carousel__paginate glue-pagination-next uni-click-tracker\" data-analytics='{\n            \"event\": \"page interaction\",\n            \"category\": \"interaction\",\n            \"action\": \"image carousel\",\n            \"label\": \"arrow - right click\"\n           }' data-glue-pagination-label=\"Next\" data-glue-pagination-update-model=\"false\"><\/p>\n<div class=\"h-c-carousel__paginate-wrap\"><svg class=\"h-c-icon h-c-icon--keyboard-arrow-right\" role=\"img\"><use xlink:href=\"#mi-keyboard-arrow-right\"><\/use><\/svg><\/div>\n<\/div>\n<\/div>\n<div class=\"h-c-carousel__navigation\">\n<div class=\"glue-pagination-page-list uni-click-tracker\" data-analytics='{\n            \"event\": \"page interaction\",\n            \"category\": \"interaction\",\n            \"action\": \"image carousel\",\n            \"label\": \"arrow - dot click\"\n           }'><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><b>More invention ahead<\/b><\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>As our research goes forward, we\u2019re <a href=\"https:\/\/research.google\/philosophy\/\">balancing<\/a> more immediately applied research with more exploratory fundamental research. So we\u2019re looking at how, for example, AI can aid scientific discovery, with a project like <a href=\"https:\/\/www.nytimes.com\/2021\/10\/26\/science\/drosophila-fly-brain-connectome.html\">mapping the brain of a fly<\/a>, which could one day help better understand and treat mental illness in people. We\u2019re also pursuing <a href=\"https:\/\/quantumai.google\/learn\/lab\">quantum computing<\/a>, which will likely take a decade or longer to reach wide-scale applications. This is why we publish nearly<a href=\"https:\/\/research.google\/pubs\/\">1000 papers a year<\/a>, including around 200 related to responsible AI, and we\u2019ve given over 6500 <a href=\"https:\/\/research.google\/outreach\/\">grants<\/a> to external researchers over the past decade and a half.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>Looking ahead from 2021 to 2031, I&#8217;m excited about the next-generation AI systems we can build, and how much more helpful they\u2019ll be. We\u2019re planting the seeds today with new architectures like <a href=\"https:\/\/blog.google\/technology\/ai\/introducing-pathways-next-generation-ai-architecture\/\">Pathways<\/a>, with more to come.<\/p>\n<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<h3>Marian Croak<\/h3>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><b>Minding the gap(s)<\/b><\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>As we develop these lines of research and turn them into useful technologies, we\u2019re mindful of the broader societal impact of AI, and especially that technology has not always had an equitable impact. This is personal for me \u2014 I care deeply about ensuring that people from all different backgrounds and circumstances have a good experience.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>So we\u2019re increasing the depth and rigor of how we review and evaluate our research to ensure we\u2019re developing it responsibly. We\u2019re also scaling up what we learn by inventing new tools to understand and calibrate critical AI systems across Google&#8217;s products. We\u2019re growing our organization to 200 experts in Responsible AI and Human Centered Technology, and working with hundreds of partners in product, privacy, security, and other teams across Google.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>As one example of our work on responsible AI, Google Research began <a href=\"https:\/\/ai.googleblog.com\/2016\/10\/equality-of-opportunity-in-machine.html\">exploring<\/a> the nascent field of ML fairness in 2016. The teams realized that on top of publishing papers, they could have a greater impact by teaching ML practitioners how to build with fairness in mind, as with the <a href=\"https:\/\/www.blog.google\/technology\/ai\/new-course-teach-people-about-fairness-machine-learning\/\">course<\/a> we launched in 2018. We also started building interactive tools that coders and researchers could use, from the <a href=\"https:\/\/ai.googleblog.com\/2018\/09\/the-what-if-tool-code-free-probing-of.html\">What-If Tool<\/a> in 2018 to the 2019 launch of our <a href=\"https:\/\/ai.googleblog.com\/2019\/12\/fairness-indicators-scalable.html\">Fairness Indicators<\/a> tool, all the way to <a href=\"https:\/\/ai.googleblog.com\/2021\/08\/a-dataset-exploration-case-study-with.html\">Know Your Data<\/a> in 2021. All of these are concrete ways that AI developers can test their datasets and models to see what kind of biases and gaps there are, and start to work on mitigations to prevent unfair outcomes.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><b>A principled approach<\/b><\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>In fact, fairness is one of the key tenets of our AI Principles. We developed these principles in 2017 and published them in 2018, announcing not only the <a href=\"https:\/\/www.blog.google\/technology\/ai\/ai-principles\/\">Principles themselves<\/a> but a set of <a href=\"https:\/\/ai.google\/responsibilities\/responsible-ai-practices\/\">responsible AI practices<\/a> with practical organizational and technical advice from what we\u2019ve learned along the way. I was proud to be involved in the AI Principles <a href=\"https:\/\/ai.google\/responsibilities\/review-process\/\">review process<\/a> from early on \u2014 I\u2019ve seen firsthand how rigorous the teams at Google are on evaluating the technology we\u2019re developing and deciding how best to deploy it in the real world.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>Indeed, there are paths we\u2019ve chosen not to go down \u2014 the AI Principles describe a number of areas we avoid. In line with our principles, we\u2019ve taken a very <a href=\"https:\/\/ai.google\/responsibilities\/facial-recognition\/\">cautious approach<\/a> on face recognition. We recognize how fraught this area is not only in terms of privacy and surveillance concerns, but also its potential for unfair bias and impacts on historically marginalized groups. I\u2019m glad that we\u2019re taking this so thoughtfully and carefully.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>We\u2019re also developing technologies that help engineers apply the AI Principles directly \u2014 for example, incorporating privacy design principles. We invented <a href=\"https:\/\/ai.googleblog.com\/2017\/04\/federated-learning-collaborative.html\">Federated Learning<\/a> in 2017 as a way to train ML models without your personal data leaving your phone. In 2018 we <a href=\"https:\/\/research.google\/pubs\/pub47586\/\">showed<\/a> how well this works on Gboard, the free keyboard you can download for your phone \u2014 it learns to provide you more useful suggestions, while keeping what you type private on your device.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>If you\u2019re curious, you can learn more about all these veins of research, product impact, processes, and external engagement in our <a href=\"https:\/\/storage.googleapis.com\/gweb-uniblog-publish-prod\/documents\/2021_AI_Principles_Progress_Update.pdf\">2021 AI Principles Progress Update<\/a>.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p><b>AI by everyone, for everyone<\/b><\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>As we look to the decade ahead, it\u2019s incredibly important that AI be built in a way that works well for everyone. That means building as inclusive a team as we can ourselves at Google. It also means ensuring the field as a whole increasingly represents the people whose lives it aims to improve.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>I\u2019m proud to lead the Black Leadership Advisory Group (BLAG) at Google. We helped craft and drive programs included in Google\u2019s recent <a href=\"https:\/\/blog.google\/outreach-initiatives\/diversity\/racial-equity-update-nov-2021\/\">update on racial equity work<\/a>. For example, we paired up new director-level hires with BLAG members, and the feedback has been really positive, with 80% of respondents saying they&#8217;d recommend the program. We\u2019re looking at extending this to other groups, including for Lantinx+ and Asian+ Googlers. We\u2019re holding ourselves accountable as leaders too \u2014 we now evaluate all VPs and above at Google on progress on diversity, equity, and inclusion. This is crucial if we\u2019re going to have a more representative set of researchers and engineers building future technologies.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>For the broader research and computer science communities, we\u2019re providing a wide variety of grants, programs, and collaborations that we hope will welcome a more representative range of researchers. Our <a href=\"https:\/\/ai.googleblog.com\/2021\/04\/announcing-2021-research-scholar.html\">Research Scholar Program<\/a>, begun in 2021, gave grants to more than 50 universities in 15+ countries \u2014 and 43% of the principal investigators identify as part of a group that\u2019s been historically marginalized in tech. Similarly, our <a href=\"https:\/\/research.google\/outreach\/explore-csr\/\">exploreCSR<\/a> and <a href=\"https:\/\/research.google\/outreach\/csrmp\/\">CS Research Mentorship<\/a> programs support thousands of undergrads from marginalized groups. And we\u2019re partnering with groups <a href=\"https:\/\/blog.google\/technology\/ai\/partnering-nsf-human-ai-collaboration\/\">like the National Science Foundation<\/a> on their new Institute for Human-AI Collaborations.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>We\u2019re doing everything we can to make AI work well for all people. We\u2019ll not only help ensure products across Google are using the latest practices in responsible AI \u2014 we\u2019ll also encourage new products and features that serve those who\u2019ve historically missed out on helpful new technologies. One example is <a href=\"https:\/\/blog.google\/outreach-initiatives\/accessibility\/project-relate\/\">Project Relate<\/a>, which uses machine learning to help people with speech impairments communicate and use technology more easily. Another is <a href=\"https:\/\/blog.google\/products\/pixel\/image-equity-real-tone-pixel-6-photos\/\">Real Tone<\/a>, which helps our imaging products like our Pixel phone camera and Google Photos more accurately and beautifully represent a diverse range of skin tones. These are just the start.<\/p>\n<\/div>\n<\/div>\n<div class=\"block-paragraph\">\n<div class=\"rich-text\">\n<p>We\u2019re excited for what\u2019s ahead in AI, for everyone.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/blog.google\/technology\/ai\/decade-deep-learning-and-whats-next\/\">Go to Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Author: Twenty years ago, Google started using machine learning, and 10 years ago, it helped spur rapid progress in AI using deep learning. Jeff Dean [&hellip;] <span class=\"read-more-link\"><a class=\"read-more\" href=\"https:\/\/www.aiproblog.com\/index.php\/2021\/11\/18\/a-decade-in-deep-learning-and-whats-next\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":458,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[24],"tags":[],"_links":{"self":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/posts\/5215"}],"collection":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/comments?post=5215"}],"version-history":[{"count":0,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/posts\/5215\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/media\/458"}],"wp:attachment":[{"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/media?parent=5215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/categories?post=5215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aiproblog.com\/index.php\/wp-json\/wp\/v2\/tags?post=5215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}