Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 305 Bytes

machine-learning

(2020) Machine Learning Coursework and Resources

How to update the dependencies (reference)

# Access your submodule directory
cd submodule

# Pull
git pull remote your_branch
# i.e
git pull origin master