Skip to content

Instantly share code, notes, and snippets.

View imsrgadich's full-sized avatar

Srikanth Gadicherla imsrgadich

View GitHub Profile
@abhinishetye
abhinishetye / 100daysLog.md
Last active November 9, 2019 17:34
100DaysofMLCode

100 Days Of ML Code

Hi! I am Abhini, a Machine Learning Enthusiast and this is my log for the 100DaysOfMLCode Challenge

Day 1: July 08, 2018

Today's Progress: Understood the basics of Neural Network and how to build ANN. Also practiced Python on Hackerrank.

Thoughts: Cleared up my concepts on ANN in which I had earlier found confusing like Activation and Cost functions, Batch and Stochastic Gradient Descent and Backpropagation.

@wchargin
wchargin / extract_scalars.py
Created November 13, 2017 16:09
Extract scalars to CSV using the TensorBoard event multiplexer API
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import csv
import errno
import os
import re