Skip to content

Workshops materials for the University of Southampton Artificial Intelligence Society

Notifications You must be signed in to change notification settings

hellenhellen/Workshops-22-23

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshops-22-23

Workshops materials for the University of Southampton Artificial Intelligence Society

Workshop - 6: Introduction to Neural Networks

Go to the /6-NN/ folder and just load up the ipynb file.

Loading up an ipynb file:

  • Google Collaboratory (EASIEST): https://colab.research.google.com/. Make sure to upload BOTH the .ipynb file and the .csv file
  • Using VSCode: VSCode already has an extension called "Jupyter" which will load the Jupyter file for you however you'd need to have tensorflow, seaborn and pandas installed already. If you have pip installed, pip install tensorflow pandas seaborn will do the job.

Workshop - 7: Recurrent Neural Networks

With the rising electricity prices, its important we know the cheapest times to use electricity. We'll need to harness the power of RNN to accurately predict this into the future!

All code is in "electricity_forecast.ipynb" in the folder "/7 - RNN".

Workshop - 8: Latent Diffusion Models

We will uncover the inner workings of game changing Stable Diffusion Model! By the end of the workshop you will code your own custom Stable Diffusion Model, and explore current state-of-art research in this area!

All code is in "Generate_Image.ipynb" in the folder "/8 - LDM".

About

Workshops materials for the University of Southampton Artificial Intelligence Society

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.2%
  • Python 20.8%