Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AutoGluon: AutoML for Image, Text, Time Series,...

Avatar for Tech Enthusiasts Tech Enthusiasts
February 11, 2024
27

AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data

AutoML for Image, Text, Time Series, and Tabular Data.AutoGluon automates machine learning tasks enabling you to easily achieve strong predictive performance in your applications. With just a few lines of code, you can train and deploy high-accuracy machine learning and deep learning models on image, text, time series, and tabular data.

Avatar for Tech Enthusiasts

Tech Enthusiasts

February 11, 2024
Tweet

Transcript

  1. Share your knowledge. It is a way to achieve immortality.

    ~ Dalai Lama XIV~ Learning is not attained by chance, it must be sought for with ardor and attended to with diligence ~ Abigail Adams~
  2. Disclaimer* ★ The views expressed are solely those of the

    speaker and do not reflect the views of their employer or affiliated organizations. ★ Information presented is for educational purposes only and should not be taken as professional advice. ★ No endorsement of any products, services, or organizations is intended by their mention. ★ Content is accurate to the best of the speaker's knowledge as of the presentation date; future changes are not accounted for. ★ Content is recorded , deck for sharing after consent for speakers
  3. Speaker : Paul Antony Cyber Security Engineer @ Amazon 12+

    Years Experience Hobby: Badminton, Driving, Walking, FPV LinkedIn : Paul Antony @LinkedIn Speaker Photo
  4. Agenda - HighLevel - ML and AI - When to

    use ML for projects? - Modalities - General steps - Simplified - AutoGluon - Demo - Bonus - Q&A
  5. When to use ML for projects? - Cannot code the

    rules - Cannot scale - Needs to change with data
  6. Steps - Preparing data - Separate dataset into: - Train

    data - Test data - Train and create a model using Train data - Test the model with test data - Adjust model or Original data set - Repeat
  7. Modalities - We mentioned data earlier for training. This data

    can be: - Text - Images - Time series based - Tabular
  8. Summary for code #1 load D_tr = TabularDataset(data=”data.csv”) D_te =

    TabularDataset(data=”test.csv”) #2 create model Predictor = TabularPredictor(label=”to_predict”, eval_metric=”mean_squared_error”).fit(tra in_data=D_tr) #3 predict Predict_out = Predictor.predict(D_te)
  9. Whats next? - Visit link to download demo code discussed

    - You can go look for datasets on web at: - Kaggle - Huggingface - Train your models by replacing train and test data I also have a blog version of this presentation here https://www.thesynonymsofopinion.com/post/machine-learning-for-newbies
  10. I want to be a future speaker Please reach out

    with your topic @ [email protected] @ http://tinyurl.com/techenthus2024 (WhatsApp) Social Media Handles @ Youtube : https://www.youtube.com/@NextGenTechEnthusiasts @ Twitter : @MeetTechEnthus @ Code demos: https://github.com/nextgen-tech-enthusiasts
  11. Content Sharing Consent: Speaker (Fill in) May we share this

    deck with the Tech Enthusiast Group Yes ( Paul Antony) This is live Streamed on Youtube.Permission to use this video and other social media handles to promote Tech Enthusiast and Sharing Yes ( Paul Antony)