Skip to content

Instantly share code, notes, and snippets.

View SauravMaheshkar's full-sized avatar
I use nix btw ❄️

Saurav Maheshkar SauravMaheshkar

I use nix btw ❄️
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / initialization-in-keras.ipynb
Last active June 7, 2022 17:28
Initialization in Keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / normalization-tutorial.ipynb
Created January 19, 2023 10:11
Normalization-Tutorial.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / llm-bootcamp-bert-roberta.ipynb
Created August 25, 2023 18:05
LLM Bootcamp: BERT & RoBERTa
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / graph-isomorphism-network-gin.ipynb
Created September 1, 2023 05:36
Graph Isomorphism Network (GIN 🥃)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / residual-gated-graph-convolutional-networks.ipynb
Created September 1, 2023 05:38
Residual Gated Graph Convolutional Networks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / graph-attention-networks-v1.ipynb
Created September 3, 2023 19:10
Graph Attention Networks v1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / mixture-model-networks-monet.ipynb
Created September 5, 2023 20:11
Mixture Model Networks (MoNet)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SauravMaheshkar
SauravMaheshkar / vss.ino
Created October 12, 2023 13:36
Vehicle Security System
#include <MFRC522.h>
#include <SPI.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#define SS_PIN 10
#define RST_PIN 9
int buttonstate = 0;
int buttoncount=0;
int avg=0;