Skip to content

Instantly share code, notes, and snippets.

View Anirudh257's full-sized avatar
💭
Hustling

Anirudh Thatipelli Anirudh257

💭
Hustling
View GitHub Profile
@Anirudh257
Anirudh257 / Fifteen.c
Created June 17, 2016 04:24
CS50 problem set3
/**
* fifteen.c
*
* Computer Science 50
* Problem Set 3
*
* Implements Game of Fifteen (generalized to d x d).
*
* Usage: fifteen d
*
@Anirudh257
Anirudh257 / CSS styling to it
Created June 29, 2016 08:08
This is the first website I have built after the completion of the web design course at Udemy
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
.jumbotron {
text-align:center;
background-image: url('../images/hero_image.jpg');
color: white;
}
/**
* dictionary.c
*
* Computer Science 50
* Problem Set 5
*
* Implements a dictionary's functionality.
*/
#include <stdbool.h>
#Till now, I have used grep and stored the index of the Clapping feature in a class_label_index variable. Then,
#I have stored the Tensorflow IDs in an examples variable.
#Then, I will store the prefixes of the tfrecord separatley in a tf_record_prefixes variable
#Then, I create the tfrecord_filenames variable to store the tfrecord in a file format like '['bal_train/1I.tfrecord', 'bal_train/0F.tfrecord']'
#When I run this part of the code, I get NotFoundError: bal_train/1I.tfrecord
audio_embeddings_dict = {}
audio_labels_dict = {}
#Load embeddings

Questions to ask potential employers

I bundled these up into groups and wrote some thoughts about them!

Onboarding and the workplace

https://medium.com/@cvitullo/questions-to-ask-your-interviewer-82a26e67ce6c

  • How long will it take to deploy my first change? To become productive? To understand the codebase?
  • What kind of equipment will I be provided? Will the company pay/reimburse me if I want something specific?
@Anirudh257
Anirudh257 / Convolutional Arithmetic.ipynb
Created December 21, 2018 12:23 — forked from akiross/Convolutional Arithmetic.ipynb
Few experiments on how convolution and transposed convolution (deconvolution) should work in tensorflow.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.