scarecrow1123 / blog

My name is Ananda Seelan and this is my blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am Ananda Seelan and this is my blog (or rather just a list of interesting things that I would like to note down for myself or a few others who might find it interesting). You can find the actual blog entries in the Issues tab of this repo. Each blog is labelled and hence can be filtered with tags linked below. Links for individual blog entry is listed in the ToC.

Tags: #5319e7 gatech-omscs | #9eef73 python | #30ffe0 deep-learning | #0052cc software

Table of Contents

#9 OMS CS6601 Artificial Intelligence - Spring '20 #5319e7
This is my second year in the OMS program and CS6601 proved to be way more serious than the previous ones that I had taken before ... Read More

May 10, 2020


#8 Audio pre-processing for Machine Learning: Getting things right #30ffe0 #0052cc #9eef73
For any machine learning experiment, careful handling of input data in terms of cleaning, encoding/decoding, featurizing are paramount. When it comes to applying ... Read More

Jan 1, 2020


#7 OMS CS7646 Machine Learning for Trading - Fall '19 #5319e7
This was my third OMS course after Robotics - AI Techniques and ... Read More

Dec 31, 2019


#6 How to handle multi process logging in Python? #9eef73 #0052cc
Python's logging module provides a list of super useful handlers to handle/redirect log messages to required target destinations. For instance FileHandler sends the messages to a file, DatagramHandler sends to UDP ports, etc. In a multi process, ... Read More

Sep 26, 2019


#5 OMS CS7638 Robotics - AI Techniques - Summer '19 #5319e7
This happened to be my second OMS course following KBAI. Previously known as AI for Robotics(AI4R popularly), ... Read More

Aug 1, 2019


#4 Exploring Jsonnet #30ffe0 #0052cc
Jsonnet is a DSL for creating data templates and comes in handy to generate JSON based configuration data. It comes with a standard library std that includes features. ... Read More

July 6, 2019


#3 OMS CS7637 - Knowledge-Based AI (KBAI) - Spring '19 #5319e7
I applied for OMSCS in 2018 and joined the Spring '19 batch. I intend to do Machine Learning(ML) Specialization. KBAI is in no way related to anything that is machine learning and it does not fall under the core/elective courses that is required for the specialization. ... Read More

May 5, 2019


#2 About Georgia Tech OMSCS #5319e7
Georgia Tech introduced their Online Master's program way back in 2014 IIRC. I remember reading one of the early Hacker News(HN) threads about the program when this program was introduced. MOOCs were... Read More

May 4, 2019


#1 Python Control Flow: EAFP Vs LBYL #9eef73
These are two different ways to do control flow. LBYL style pertains to writing if/else blocks to make decisions. According to [1], in this not so standard Pythonic way of doing control flow, exceptional cases get the emphasis by the way... Read More

Apr 22, 2019


A note on using Github issues for writing a blog

Whilst I started writing by using only README.md, I stumbled upon Luke Gorrie's blog where this style was being followed. It never occurred to me that Github Issues has all the features necessary for maintaining a blog until I saw Luke's repo! Some of the stuff necessary for a blog that are available here:

  • Adding reactions to a post(issues)
  • Discussions through commenting on posts
  • Get notified of new stuff by "Watching" this repository
  • Or just bookmark it by "Star"ring this repository
  • Categorize posts using "Labels"
  • Search
About Me:

LinkedIn Profile

profile for scarecrow on Stack Exchange, a network of free, community-driven Q&A sites

About

My name is Ananda Seelan and this is my blog