Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 461 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 461 Bytes

machine-learning

This repository contains all the code of the exercises made for the Machine Learning Crash Course offered by Google

It's a Pycharm project that includes a virtual environment with the necessary libraries installed (venv folder).

  • pandas folder contains a brief introduction to pandas library.
  • tensorflow folder contains code with the basic operations.
  • python folder contains code for learning the basic python operations.