Skip to content

Python solutions of the Machine Learning Coursera MOOC taught by Andrew Ng.

Notifications You must be signed in to change notification settings

claramatos/ml-coursera-python-tensorflow

Repository files navigation

ml-coursera-python-tensorflow

This repository contains the python versions of the Machine Learning Coursera MOOC taught by Andrew Ng.

The starter code is available here.

The solutions are provided in numpy and tensorflow.

Each assignment is composed by a jupyter notebook and a python file. The functions should be implemented on the python file.

Some utility functions used in several assignments can be found on the utils.py file.

Submission

The solutions can be submitted directly on the jupyter notebook.

Alternatively just call the assignment python script from terminal.

Acknowledgements

The notebook code was developed by dibgerge.