The Data Life Podcast
Kostenloser Podcast

The Data Life Podcast

Podcast von Sanket Gupta

Dies ist ein kostenloser Podcast, den du auf allen Podcast-Playern hören kannst. Du kannst auf alle kostenlosen Podcasts in der Podimo App ohne Abonnement zugreifen.

This is a podcast where we talk all-about real life experiences of dealing with data and data science science tools, techniques, models and personalities. If you deal with data in your work, want to get better at machine learning, data science or CS- or just want to hear the “life” aspect- this is the podcast for you! Support this podcast: https://anchor.fm/the-data-life-podcast/support 

Andere exklusive Podcasts

Dein Angebot

Unbegrenzter Zugang zu allen exklusiven Podcasts
Ohne Werbung
10 Stunden Hörbücher / Monat
Nach der Testphase nur 4,99 € / Monat. Keine Vertragsbindung.

Alle Folgen

24 Folgen
episode 24: Promoting Women in Tech - With Rupal Gupta artwork
24: Promoting Women in Tech - With Rupal Gupta
In this episode, we are talking about women in tech with Rupal Gupta. Rupal, a recent graduate from Online MS in CS from Georgia Tech, is a data engineer in the industry and is passionate to help promote women in tech. She also has some great tips and resources for anyone trying to break into data science and tech! In this episode we talk about things that can help promote women in tech, women in tech conferences such as Grace Hopper, looking for jobs, resources to prepare for the interviews etc. If you want to reach out to Rupal for any help or to collaborate with her project womenmentors.co, here is her LinkedIn: https://www.linkedin.com/in/rupalgupta15/ FREE Women in Tech Conference by Manning Publications on Oct 13th at 12pm ET on Twitch: https://freecontent.manning.com/livemanning-conferences-women-in-tech/ 🎉 There will be women in tech speakers from Dropbox, Microsoft, Warby Parker and more. 🌟 Programs and conferences covered in the episode: OMSCS program at Georgia Tech: https://omscs.gatech.edu/ Grace Hopper conference: https://ghc.anitab.org/ Anita Borg Institute: https://anitab.org/ 🌟 Interviewing resources: 1. Pramp: https://www.pramp.com/#/ 2. Interviewing.io: https://interviewing.io/ 3. Educative "Grokking the System Design Interview": https://www.educative.io/courses/grokking-the-system-design-interview 4. AWS Certifications: https://aws.amazon.com/certification/ Disclaimer: All opinions on this podcast are our own and not the views of our employers or organizations. ~Thanks for listening~ --- Send in a voice message: https://anchor.fm/the-data-life-podcast/message Support this podcast: https://anchor.fm/the-data-life-podcast/support [https://anchor.fm/the-data-life-podcast/support]
08. Okt. 2020 - 15 min
episode 23: 10 Reasons Amazon SageMaker is great for ML Model Development artwork
23: 10 Reasons Amazon SageMaker is great for ML Model Development
In this episode, we talk about what makes Amazon SageMaker great for ML model development including model building, training and deployment. We cover 3 advantages in each of these 3 areas. We cover points such as: 1. Host ML endpoints for deploying models to thousands or millions of users. 2. Saving costs for model training using SageMaker. 3. Use CloudWatch logs with SageMaker endpoints to debug ML models. 4. Use preconfigured environments or models provided by AWS. 5. Automatically save model artifacts in AWS S3 as you train in SageMaker. 6. Use of version control for SageMaker notebooks with Github. and more… Please rate, subscribe and share this episode with anyone who might find SageMaker useful in their work. I feel that SageMaker is a great tool and want to share about it with data scientists. For comments/feedback/questions or if you think I have missed something in the episode, please reach out to me at sanket@omnilence.com [//sanket@omnilence.com] or LinkedIn: https://www.linkedin.com/in/sanketgupta107/ [https://www.linkedin.com/in/sanketgupta107/] Thanks for listening! --- Send in a voice message: https://anchor.fm/the-data-life-podcast/message Support this podcast: https://anchor.fm/the-data-life-podcast/support [https://anchor.fm/the-data-life-podcast/support]
17. Juni 2020 - 19 min
episode 22: Transfer Learning for NLP - With Paul Azunre artwork
22: Transfer Learning for NLP - With Paul Azunre
In this episode, we are talking with Paul Azunre. Paul is one of the world’s experts in the area of Transfer Learning for NLP and is also an author of the upcoming book Transfer Learning for NLP published by Manning Publications. In this episode we talk about things such as: 1) Paul’s background and how his background in maths and optimization as well as fake news detection got him started in transfer learning in NLP. 2) How Paul got started with the book, book writing process as well as tips to the listeners for writing a technical book. 3) High level summary of transfer learning in both computer vision and NLP and why this is the ImageNet moment of NLP. 4) Why ML and NLP practitioners today should be excited about transfer learning (such as how students in Ghana are able to build their own Google Translate using transfer learning) 5) How BERT, ELMo and ALBERT work at the high level and how they differ from traditional techniques like Word2Vec or FastText. 6) Differences between BERT, ELMo and ALBERT. 7) What makes Paul’s new book a must-read for anyone interested in this field. ✨Paul's Info👇 Paul’s Website: azunre.com [https://azunre.com] (with all social media handles) Please reach out to Paul if you have any questions about transfer learning in NLP or the book. ✨Chance for one of 2 free copies of Transfer Learning for NLP 🎉 Get a chance to win the free copy of Paul's book! Please share this episode on Twitter and add my Twitter handle "sanket107 [https://twitter.com/sanket107]" to it, you will get a chance to win one of 2 free books. My Twitter: https://twitter.com/sanket107 [https://twitter.com/sanket107] ✨Discount Code for all Manning Publications books! 🎊🤩 Special Link to get extra discount for Paul’s book: https://www.manning.com/books/transfer-learning-for-natural-language-processing?a_aid=Omnilence&a_bid=d53fed17 [https://www.manning.com/books/transfer-learning-for-natural-language-processing?a_aid=Omnilence&a_bid=d53fed17]As The Data Life Podcast listeners, you can also go to this link http://www.manning.com/?a_aid=Omnilence [http://www.manning.com/?a_aid=Omnilence] to get any Manning book with 40% discount with the code: poddlife20 This will help support this show as well and is much appreciated. Thank you Manning Publications and Paul as well as sponsors to make this show a reality. ~Thanks for listening~ --- Send in a voice message: https://anchor.fm/the-data-life-podcast/message Support this podcast: https://anchor.fm/the-data-life-podcast/support [https://anchor.fm/the-data-life-podcast/support]
13. Apr. 2020 - 46 min
episode 21: Why Scikit-Learn and Keras are Awesome for ML artwork
21: Why Scikit-Learn and Keras are Awesome for ML
In this episode, we talk about why the two libraries Scikit-Learn and Keras are great for machine learning. These two libraries combined with Pandas form the 3 core libraries in Python for a data scientist today. We cover things like: 1)  Data Exploration and data cleaning - how Pandas and Jupyter notebooks provide a good way to get started here. 2) Data Transformation - how Scikit-Learn provides many useful functions like train_test_split, Scalers, PCA etc. 3) Data Fitting - how Scikit-Learn provides good shallow models and Keras provides great support to quickly get started with neural networks. We also cover various tidbits on things to take note in building ML pipelines and preparing models to be deployed in production, so tune into the episode to find out! Fantastic Resources: 1) Book by head of Youtube DS team Aurelien Geron: https://www.amazon.com/dp/1492032646/?tag=omnilence-20 [https://www.amazon.com/dp/1492032646/?tag=omnilence-20] This is one of the best book I have read on this topic as it covers practical tips incl. Scikit-Learn API etc. 2) Developing Scikit-Learn estimators: https://scikit-learn.org/stable/developers/develop.html [https://scikit-learn.org/stable/developers/develop.html] 3) Guide to Keras Sequential API: https://keras.io/getting-started/sequential-model-guide/ [https://keras.io/getting-started/sequential-model-guide/] 4) Guide to Keras Functional API: https://keras.io/getting-started/functional-api-guide/ [https://keras.io/getting-started/functional-api-guide/] 5) My previous episode on Pandas: https://podcasts.apple.com/us/podcast/17-why-pandas-is-the-new-excel/id1453716761?i=1000454831790 [https://podcasts.apple.com/us/podcast/17-why-pandas-is-the-new-excel/id1453716761?i=1000454831790] Thanks for listening! Please consider supporting this podcast from the link in the end. --- Send in a voice message: https://anchor.fm/the-data-life-podcast/message Support this podcast: https://anchor.fm/the-data-life-podcast/support [https://anchor.fm/the-data-life-podcast/support]
26. Jan. 2020 - 19 min
episode 20: Yogi's Guide to Analytics - An Interview with Akshay Kanade artwork
20: Yogi's Guide to Analytics - An Interview with Akshay Kanade
In this episode, we talk with Akshay Kanade. He is a business analyst working in New York City who likes taking a big view of data, and has very interesting spiritual views on data analytics and life in general, he is also a handwriting expert- he can read people’s handwriting and can recognize a lot about their personalities. In this interview we will cover several things such as: - How has been an analyst influenced Akshay's life? - Introspection about data and analytics - Taking high level view of data - connecting deep learning with deep thinking - People who don’t have background in analytics- how they can use their unique backgrounds for decisions - Power of consciousness and spirituality at work - Hand-writing analysis and whether it is a science or an art It was a fascinating conversation, and I took a lot away talking with Akshay's view points. This interview is a must-listen if you deal with data and analytics in your work. Akshay's hand-writing analysis and mentorship website: www.pradnyatantra.com [www.pradnyatantra.com] (will be live soon) Reach Akshay on LinkedIn [https://www.linkedin.com/in/akshaykanade06/] at https://www.linkedin.com/in/akshaykanade06/ [https://www.linkedin.com/in/akshaykanade06/] Some of Akshay's favorite books: 1. Autobiography of a Yogi https://www.amazon.com/dp/8120725247/?tag=omnilence-20 [https://www.amazon.com/dp/8120725247/?tag=omnilence-20 ]2. The Monk Who Sold His Ferrari https://www.amazon.com/dp/0062515675/?tag=omnilence-20 [https://www.amazon.com/dp/0062515675/?tag=omnilence-20 ]3. Mastery https://www.amazon.com/dp/B00A6G9CGG/?tag=omnilence-20 [https://www.amazon.com/dp/B00A6G9CGG/?tag=omnilence-20 ] To add to this list, one of my favorite books is: The Power of Now https://www.amazon.com/dp/B00A6G9CGG/?tag=omnilence-20 [https://www.amazon.com/dp/B00A6G9CGG/?tag=omnilence-20 ] [https://www.amazon.com/dp/B00A6G9CGG/?tag=omnilence-20 ]If you have any feedback drop me a note at thedatalifepodcast@gmail.com [thedatalifepodcast@gmail.com] or reach me on LinkedIn [https://www.linkedin.com/in/sanketgupta107/] at https://www.linkedin.com/in/sanketgupta107/ [https://www.linkedin.com/in/sanketgupta107/] ~ Thanks for listening~ --- Send in a voice message: https://anchor.fm/the-data-life-podcast/message Support this podcast: https://anchor.fm/the-data-life-podcast/support [https://anchor.fm/the-data-life-podcast/support]
01. Dez. 2019 - 35 min

Beliebte Hörbücher

Der neue Look und die “Trailer” sind euch verdammt gut gelungen! Die bisher beste Version eurer App 🎉 Und ich bin schon von Anfang an dabei 😉 Weiter so 👍
Eine wahnsinnig große, vielfältige Auswahl toller Hörbücher, Autobiographien und lustiger Reisegeschichten. Ein absolutes Muss auf der Arbeit und in unserem Urlaub am Strand nicht wegzudenken... für uns eine feine Bereicherung
Spannende Hörspiele und gute Podcasts aus Eigenproduktion, sowie große Auswahl. Die App ist übersichtlich und gut gestaltet. Der Preis ist fair.

Nutze Podimo überall

Höre Podimo auf deinem Smartphone, Tablet, Computer oder im Auto!

Ein ganzes Universum für Unterhaltung für die Ohren

Tausende Hörbücher und exklusive Podcasts

Ohne Werbung

Verschwende keine Zeit mit Werbeunterbrechungen, wenn du bei Podimo hörst

Andere exklusive Podcasts

Beliebte Hörbücher