Skip to content

This repo contains the learnings from the Coursera Specialization Course - Mathematics for Machine Learning

License

Notifications You must be signed in to change notification settings

aminrohan892/mathematics_for_machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MML

This repo contains the learnings from the Coursera Specialization Course - Mathematics for Machine Learning All the setup was done on a Mac laptop. If you are using Windows some commands might not work as is and you would have to find a replacement

Setup Steps

1. Initiate the Virtual Environment named venv:

python3 -m venv venv

2. Activte the Virtual Environment:

source venv/bin/activate

3. Install Numpy:

pip3 install numpy

About

This repo contains the learnings from the Coursera Specialization Course - Mathematics for Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published