Note that you can always open the notebooks on Google Colab ( No need to install anything ) you just need a stable internet connection :
- Implementing Logistic regression with a NN mindset
Anaconda is a distribution of the Python and R programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.), that aims to simplify package management and deployment.
Note that you need to have python installed ( v3.8 or + ) if you don't, go and install python first, then we can move forward.
Download the latest version of Anaconda
that matches your system.
Windows | Mac | Linux | |
---|---|---|---|
64-bit | 64-bit (Graphical installer) | 64-bit (Graphical installer) | 64-bit (x86) Installer |
32-bit | 32-bit (Graphical installer) |
Check Anaconda Documentation for more details
- Clone this repository , you can find diffrent ways to do that here.
- Open Jupyter Notebook and navigate to your cloned repo.
- All step up and done , open a notebook and start your training.