Hello there!
This Tutorials repository is the consolidation of notes I made about some specific topics. They do not pretend to be absolute guides nor replace any formal documentation or literature. They are the reflection of me delving into different subjects and finding my way through these topics.
In the following lines, you will find a brief description of the content of each of the tutorials contained in this repository.
The objective of this tutorial is to provide an easy and quick setup guide for both Git and GitHub — making them both work together — and to give some simple and core understanding of both tools such that the reader can develop a simple but sustainable workflow that allows it to integrate git
and GitHub as part of its everyday tools.
The objective of this tutorial is to show how to set up a Jupyter Notebook server on a virtual machine, specifically in an AWS EC2 VM. This tutorial also presents a feature to prevent from the effects of connection interruptions, between the local computer (e.g. your machine) and the server, on the Jupyter notebooks opened and any running subprocesses.
The objective of this tutorial is to demonstrate, through thorough calculations, how to derive a forward pass and a backpropagation pass through a feedforward neural network (FFNN) of
The objective of this tutorial is to show how to re-enable command-line applications, namely those default in MacOS distributions like git
, and user-installed Anaconda, that would not launch or work after installing MacOS Catalina and its new default shell, zsh
.