Skip to content

Instantly share code, notes, and snippets.

View famunir's full-sized avatar

Fahad A. Munir famunir

  • Zoneomics
View GitHub Profile
@famunir
famunir / installing_nvidia_driver_cuda_cudnn_linux.md
Created October 14, 2022 05:19 — forked from kmhofmann/installing_nvidia_driver_cuda_cudnn_linux.md
Installing the NVIDIA driver, CUDA and cuDNN on Linux

Installing the NVIDIA driver, CUDA and cuDNN on Linux (Ubuntu 20.04)

This is a companion piece to my instructions on building TensorFlow from source. In particular, the aim is to install the following pieces of software

on an Ubuntu Linux system, in particular Ubuntu 20.04.

Introduction

This document will not be providing any details, mathematics, algorithms or complex ideas on machine learning (By the way a series of blog posts by Chris McCormik provide details about lots of basic ideas). Instead, in this document I will try my best to provide a pathway to the beginners on how to approach the topic of machine learning (specifically in terms of NEURAL NETWROKS).

So basically, if you are new to the field, I will try to provide you a path way by pointing out the best sources (IN MY OPINION) that will give you the best understanding of a machine learing related topic. In addition, I will also try to provide the sources of prerequisite topics for machine learning, instead of saying, for instance, you should know the signal processing. Now signal processing is a vast field and includes a gazzilion important topics. One may not need to learn (THOUGH YOU SHOULD TRY TO) all the major concepts of signal processing for learning or atleast start learn

@famunir
famunir / Installation guide for NVIDIA Drivers, CUDA and CUDNN.md
Last active August 9, 2021 19:18 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver, CUDA and CUDNN on Ubuntu 16.04.4 LTS