https://github.com/ikemtz/ceis312
Coursework for CEIS312 Intro to Machine Learning and Artificial Inteligence
https://github.com/ikemtz/ceis312
flask keras-tensorflow tensorflow2
Last synced: 2 months ago
JSON representation
Coursework for CEIS312 Intro to Machine Learning and Artificial Inteligence
- Host: GitHub
- URL: https://github.com/ikemtz/ceis312
- Owner: ikemtz
- License: mit
- Created: 2024-04-11T21:35:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T12:37:54.000Z (about 2 years ago)
- Last Synced: 2025-03-30T07:14:02.157Z (over 1 year ago)
- Topics: flask, keras-tensorflow, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CEIS312
Coursework for CEIS312 Intro to Machine Learning and Artificial Inteligence
## Google Colab Notebooks
* [Titanic Survivability Demo](https://colab.research.google.com/drive/1xDPte-gFkRRd3tOTaBX77x8sP-lGUakc?usp=sharing)
* [Simple Linear Regression with Keras Demo](https://colab.research.google.com/drive/1nHYPftNhtYuKLDrAc_knW57y7pelgMXI?usp=sharing)
## Module Python Scripts
* [Week 2](./module-scripts/module-2-execute-python.py)
* [Week 3](./module-scripts/module-3-execute-python.py)
* [Week 6](./module-scripts/module-6-execute-python.py)
* [Week 8](./module-scripts/module-8-execute-python.py)
## Flask (webserver) Demo
This is a Flask webserver that runs our trained model. [Flask Web Server](./flask/readme.md).