An open API service indexing awesome lists of open source software.

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

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).