Skip to content

Instantly share code, notes, and snippets.

@pajayrao
pajayrao / Installing Nvidia Graphics Driver and Cuda on Ubuntu.md
Last active June 24, 2019 03:03
Installing Nvidia Graphics Driver and Cuda on Ubuntu

Installing Nvidia Graphics Driver and Cuda on Ubuntu

Remove any previously installed Nvidia drivers

$ sudo apt-get remove --purge nvidia-*
$ sudo apt-get autoremove
$ sudo apt-get autoclean

You can choose to install CUDA drivers from .deb file or .run file

@pajayrao
pajayrao / multinode devstack configuration.md
Last active February 14, 2017 15:30
Multinode Devstack configuring local.conf file

Installing Multinode Devstack On Controller And Computer Node

The main part in setting up a multinode devstack is to config the local.conf file before running ./stack.sh on both controller and compute node

Controller Node devstack/local.conf


# DEFAULT SETTINGS

Installing and Basic Programs on MPI C

Installing MPI on Ubuntu

Run the following command on terminal

$ sudo apt-get install libcr-dev mpich2 mpich2-doc

Compiling MPI Programs

@pajayrao
pajayrao / Machine Learning 101 videos for Beginners.md
Last active July 21, 2024 19:22
Machine Learning 101 videos for Beginners

Machine Learning 101 videos for Beginners

Introduction to Machine Learning Videos

These courses are for freshers to machine learning. One of these courses is enough to get you acquainted to machine learning and its terminologies

  • Machine Learning course by Andrew NG coursera course:

    Includes detailed introduction and a full-fledged course to machine learning with proper mathematical concpets that help to understand advanced machine learning course.

  • Neural Networks for Machine Learning course by Geoffrey Hinton coursera course:

@pajayrao
pajayrao / setting up openstack conjure-up on ubuntu system.md
Last active May 26, 2018 11:59
The guide explains how to install OpenStack on CSE Dept available resource and make VMs available for medium and large-scale projects. OpenStack is deployed using Ubuntu Conjure-up charm on single workstation.

Installing Openstack (conjure-up) on Ubuntu

The guide explains how to install OpenStack on available resource and make VMs available for medium and large-scale projects. OpenStack is deployed using Ubuntu Conjure-up charm on single workstation.

Hardware Available

  • 2 x Intel Xeon(R) CPU E5-2620 - 2.4 GHz
  • 128 GB RAM
  • 2 x 1000 Mbps LAN port
  • 2 TB Storage with RAID
@pajayrao
pajayrao / 1. Introduction to Tensorflow.md
Last active April 1, 2017 08:21
Few introduction programs on tensorflow
import tensorflow as tf
a=tf.Variable([1,2,3,4,5])
@pajayrao
pajayrao / Apache Solr.md
Last active March 19, 2018 07:48
Introduction to Apache Solr

screenshot from 2018-03-19 13-06-03 screenshot from 2018-03-19 13-06-06 screenshot from 2018-03-19 13-06-09 screenshot from 2018-03-19 13-06-11 screenshot from 2018-03-19 13-06-14 screenshot from 2018-03-19 13-06-16 screenshot from 2018-03-19 13-06-19 ![screenshot from 2018-03-19 13-06-23