Workshops materials for the University of Southampton Artificial Intelligence Society
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.
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".
- Use "git clone https://github.com/aisoc/Workshops-22-23.git"
- OR upload the file to https://colab.research.google.com/
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".
- Use "git clone https://github.com/aisoc/Workshops-22-23.git"
- OR upload the file to https://colab.research.google.com/ along with the "/src" folder