Skip to content

VapsTech/AI_Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI and Machine Learning Workshops

Welcome to the repository for the Artificial Intelligence and Machine Learning Workshops @ FIU! This repository contains all the code and materials used throughout the workshops.

Workshop 1: Python Review

Overview:

In the first workshop, we cover the basics of Python programming. This includes essential concepts such as:

  • If Statements
  • For Loops
  • While Loops
  • Functions
  • Object-Oriented Programming (OOP) Basics
  • Libraries (e.g., scikit-learn for machine learning)

Workshop 2: AI Foundations

Overview:

In the second workshop, we cover the essential concepts and models for Machine Learning. This includes topics such as:

  • AI vs ML vs DL
  • Data: Training Data vs Testing Data
  • Supervised Learning
  • Unsupervised Learning
  • K-means Model
  • Reinforcement Learning
  • K-Nearest-Neighbors Model

Workshop 3: Linear Regression & Neural Networks

Overview:

In the third workshop, we cover a essential model in Machine Learning called Linear Regression. Then, we implement this model in a House Price Predictor. After that, we introduce concepts for Neural Networks and implement this model in the House Price Predictor. This includes topics such as:

  • Linear Regression
  • House Price Predictor using Linear Regression
  • Intro to Neural Networks
  • Implementing Neural Networks in the House Price Predictor

Workshop 4: Stock Price Predictor

Overview:

In the last workshop, we build a full project using three AI Models to predict stock prices in the market! Key concepts included are:

  • Data Preparation (Pandas, NumPy)
  • SVR Model (Scikit-Learn)
  • Random Forest Model (Scikit-Learn)
  • LSTM Model (Tensorflow)
  • Results Evaluation (MatPlotLib)

About

In the Artificial Intelligence Workshop series at FIU 2025, this contains all the code used so anyone can have access to learn and play around with it..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages