Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 962 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 962 Bytes

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.