Neural networks and Deep Learning

Carlos Diaz
2 min readFeb 26, 2021

In the last couple of weeks I’ve been taking the Neural Networks and Deep Learning course from Coursera and there are multiple sections where you want to validate and interact with the code that is being provided.

Photo by Robina Weermeijer on Unsplash

One of the alternatives that I found for playing around with Jupyter and Python was this option named Cocalc, it’s an incredible tool and you can avoid the process of installing multiple libraries on your local system.

I signed up for trial account and I was able to create my initial and simple exercise in Python in just a couple of minutes:

There are some other options as mybinder.org which offers pretty much the same functionalities.

Is not my intention to make a comparison between those two but only present a couple of options so that you can decide which one fits better for you.

Hopefully this post is helpful and saves some time searching for alternatives in the web. I would be more than happy of knowing what other options are out there.

--

--