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

An Introduction to Machine Learning for Weather...

An Introduction to Machine Learning for Weather Prediction in Native Ruby

Title :

Forecasting the Future: An Introduction to Machine Learning for Weather Prediction in Native Ruby

Abstract:

Have you ever considered building a machine learning model in Ruby? It may surprise you to learn that you can train, build, and deploy ML models in Ruby. But what are the benefits of using Ruby over other languages?

One of the biggest advantages of using Ruby for machine learning is accessibility. You're no longer limited to specific languages or tools when exploring AI and ML concepts. It's time for Rubyists to dive into the world of machine learning! -

In this talk, we'll build a model that predicts the weather and explore the tools and libraries available for your own native Ruby Machine Learning projects.

Whether you're a seasoned Rubyist or just starting out, don't miss this opportunity to discover the possibilities of machine learning in Ruby.

Landon Gray

April 26, 2023
Tweet

More Decks by Landon Gray

Other Decks in Technology

Transcript

  1. 5 Core Values: PRCP = Precipitation SNOW = Snowfall SNWD

    = Snow depth TMAX = Maximum temperature TMIN = Minimum temperature
  2. Clean Up Data • Handling Missing values • Outliers •

    Malformed Data • Eliminate duplicate values
  3. Linear regression - is an attempt to model the relationship

    between two variables by fitting a linear equation to the observed data.