Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
Music
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts112/v4/8d/35/07/8d3507bc-38b8-bb1c-cfc8-f41f3f3bf6ac/mza_16157218722710866962.jpg/600x600bb.jpg
Talking AWS for Datascience
Kalicharan m
13 episodes
5 days ago
Implementing Data science on AWS could be a daunting task, but if you know the right kind of tools to use then then life of a data scientist becomes very easy. In this podcast, two data science experts Kali and Deepti having more than 2 decades of software development experience talk about our experience of implementing successful data science projects with the help of AWS Cloud. Hopefully our conversions on using the AWS services will help you become a great data scientist. Please give your feedback by sending an email to mkalicharan42@gmail.com
Show more...
Technology
RSS
All content for Talking AWS for Datascience is the property of Kalicharan m and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Implementing Data science on AWS could be a daunting task, but if you know the right kind of tools to use then then life of a data scientist becomes very easy. In this podcast, two data science experts Kali and Deepti having more than 2 decades of software development experience talk about our experience of implementing successful data science projects with the help of AWS Cloud. Hopefully our conversions on using the AWS services will help you become a great data scientist. Please give your feedback by sending an email to mkalicharan42@gmail.com
Show more...
Technology
Episodes (13/13)
Talking AWS for Datascience
Demand Forecast made easy

Forcasting has huge number of use cases across industries. Be it Inventory forcasting, product sales or man power, forcasting helps us in eliminating unwanted expenses. Todays episode we talk about forcasting on aws. How to upload the timeseries data and forcast for each product also about additional benefits like what if analysis

Show more...
3 years ago
16 minutes 51 seconds

Talking AWS for Datascience
How can managers save time on Datascience Projects?

Managing your datascience projects is different from managing your typical IT projects. Here we provide tips on how managers can use AWS Sagemaker Feature store to save time and streamline the entire process of feature engineering across their datascience projects.

Show more...
3 years ago
12 minutes 23 seconds

Talking AWS for Datascience
Talking to CEO of an IIOT based AI Startup

Todays episode, I will be talking to the founder and CEO of an AI Startup called MeghaAI (www.meghaai.com). Meghani has build a product where he claims to have automated the entire datascience pipeline for collecting industrial IOT data to building anomaly detection on it. This he claims helps many industries perform automated machine learning without the need of hiring datascientists. Lets listen to him talk about how he started his journey and how AWS has helped him build the product.

Show more...
3 years ago
17 minutes 47 seconds

Talking AWS for Datascience
Understanding Bias and Variance

Todays episode we introduce you to machine learning models that have prediction errors, and these prediction errors are usually known as Bias and Variance. In machine learning, there will always be a deviation between the model predictions and actual predictions. The main aim of ML/data scientists is to reduce these errors in order to get more accurate results. In this episode we are going to discuss bias and variance, Bias-variance trade-off, Underfitting and Overfitting. Also, we would take a quick look on how AWS Sagemaker clarify helps us to understand data and model bias

Show more...
3 years ago
12 minutes 37 seconds

Talking AWS for Datascience
Monitor ML models in Production

Machine learning models are very different from code. When you deploy code you don't really need to monitor it on how it is delivering the results. However, ML models are different, we need to monitor their input data and measure them to a baseline. This is what we talk about in todays episode and talk on Services like AWS Sagemaker, Model Monitor, Model Drift and data collection. The process of Model Monitor is part of the MLOps lifecycle

Show more...
3 years ago
12 minutes 50 seconds

Talking AWS for Datascience
Machine Learning with Zero Code

If you are someone with zero programming skills and would still like to build ML models. Sagemaker Auto Pilot is the right tool for you. In this podcast me and deepti discuss a simple usecase of how to build a text classifier using Service Now dump. Listen on

Show more...
3 years ago
12 minutes 31 seconds

Talking AWS for Datascience
Implementing MLOps on AWS

MLOps is a set of practices for collaboration and communication between data scientists and operations professionals. Applying these practices increases the quality, simplifies the management process, and automates the deployment of Machine Learning and Deep Learning models in large-scale production environments. We talk about using AWS Sagemaker, Jenkins, Github and Stepfunction along with Sagemaker Pipelines

Show more...
3 years ago
11 minutes 42 seconds

Talking AWS for Datascience
How to build data pipelines on AWS?

In computing, a pipeline, also known as a data pipeline, is a set of data processing elements connected in series, where the output of one element is the input of the next one. Here in AWS we talk about the data pipeline service and also talk about other services datascientists can use to build the end to end data processing pipelines for machine learning. The services we talk about are

  • DynamoDB
  • AWS S3
  • EC2
  • Data Pipelines
  • Sagemaker


Show more...
3 years ago
12 minutes 22 seconds

Talking AWS for Datascience
How startups build an AI Webapp under 11 minutes

We all learn datascience in courses and get certifications but always in short of realtime projects. Here we talk how startups can build an end to end AI Webapp using AWS. We talk about an image classification example and talk about the end to end pipeline.Data ingestion, Data Labelling, Model Building, Model Inference and hosting a webapp. The services we talk about in this episode are AWS Amplify, AWS Lambda, API Gateway, Sagemaker, AutoML, Elastic Beanstalk and EC2

Show more...
3 years ago
11 minutes 42 seconds

Talking AWS for Datascience
Introduction to AWS Step Functions

Having a visual flow chart of the entire piece of code is definitely a huge advantage while building a product. It enables a seamless way to debug at any point of time. AWS step functions step functions as a service, where in with a simple click of a button you could visually keep track of what is going on. Moreover, the console also highlights errors by which you could quickly pin point and trouble shoot them. In this episode, the discussion is to introduce this seamless approach to build Data science models and deploy them using AWS Step Functions.

Show more...
3 years ago
11 minutes 7 seconds

Talking AWS for Datascience
All about AWS Sagemaker Datawrangler

Listen to Kali and Deepti talk about how SageMaker Data Wrangler can be used for data preparation and feature engineeringwalk you thorough use cases of data preparation workflows, including data selection, cleansing, exploration, and visualization. We talk about few examples in ver 300 built-in data transformations of SageMaker Data Wrangler so you can quickly normalize, transform, and combine features which saves a lot of time for the users without having to write code

Show more...
3 years ago
14 minutes 54 seconds

Talking AWS for Datascience
AWS Lambda for Datascience

With machine learning algorithms getting more popular in every field, it is very important to understand how to implement server less applications. Cloud services from Amazon offers a variety of web services to ease the process. One of the most commonly used service is AWS Lambda. This server less microservice offered by AWS, is pretty much well known. However, in this talk the idea is to discuss the practical applications as well as the problems that Data Scientists face while using Lambda function.

We discuss the following topics on this podcast

  • What is Lambda?
  • How can we use it for data processing, model building and inferencing.
  • What are the limitations of Lambda?
  • How to work with large data?
  • How to work with large data science models?

and a lot more.

Show more...
3 years ago
13 minutes 54 seconds

Talking AWS for Datascience
Using AWS Athena for Datascience

Implementing Data science on AWS could be a daunting task, but if you know the right kind of tools to use then then life of a data scientist becomes very easy. 

In this podcast, two data science experts talk about our experience of implementing successful data science projects with the help of AWS Cloud. Hopefully our conversions on using the AWS services will help you become a great data scientist.

Show more...
3 years ago
11 minutes 23 seconds

Talking AWS for Datascience
Implementing Data science on AWS could be a daunting task, but if you know the right kind of tools to use then then life of a data scientist becomes very easy. In this podcast, two data science experts Kali and Deepti having more than 2 decades of software development experience talk about our experience of implementing successful data science projects with the help of AWS Cloud. Hopefully our conversions on using the AWS services will help you become a great data scientist. Please give your feedback by sending an email to mkalicharan42@gmail.com