Skip to content

Instantly share code, notes, and snippets.

View anirban94chakraborty's full-sized avatar
🎯
Focusing

Anirban Chakraborty anirban94chakraborty

🎯
Focusing
View GitHub Profile
@anirban94chakraborty
anirban94chakraborty / namaste_javascript_notes.md
Created June 25, 2022 08:54 — forked from YourAKShaw/namaste_javascript_notes.md
Namaste 🙏 JavaScript is a YouTube playlist by Akshay Saini. These are the notes I've made when I was learning JavaScript from Scratch using the playlist.

How JavaScript Works?

Is JavaScript:

  • Synchronous or Asynchronous?
  • Single-threaded or Multi-threaded?
  • Everything in JavaScript happens inside an Execution Context
    • You can assume this execution context to be a big box or a container in which the whole JavaScript code is executed.
  • This big box has two components in it:
@anirban94chakraborty
anirban94chakraborty / tensorflow-gpu-in-jupyter-lab.md
Last active February 12, 2024 16:38
Install Tensorflow-GPU (for NVIDIA GPUs) for use in JupyterLab using Anaconda

Install Tensorflow-GPU (for NVIDIA GPUs) for use in JupyterLab using Anaconda

This tutorial is for computers with NVIDIA GPUs installed.

Tensorflow for GPU significantly reduces the time taken by Deep Neural Networks (like CNNs, LSTMs, etc) to complete each Epoch (compute cycle) by utilizing the CUDA cores present in the GPU for parallel processing.

The following steps are to be followed:

  1. Make sure that you have installed the latest drivers of your NVIDIA GPU for your OS.
@anirban94chakraborty
anirban94chakraborty / docker-help.md
Created September 9, 2019 18:30 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info