Jatin Madaan15 hours ago0 min readWeek 1 – Neural Networks & Activation Functions | IITM Deep Learning
Jatin MadaanJun 3, 20203 min readExceptional - Handling This post is about very basics of exceptional handling . Exceptions - It is a type of error if not taken care of then code may crash . To...
Jatin MadaanMay 31, 20202 min readFunctions in PythonThis Post is about basics of functions in Python . Functions are created so that we don't have to write same code repeatedly . Syntax :...
Jatin MadaanMay 30, 20202 min readFile Input & Output in PythonThis Post is about using files with Python . There are basically 3 operations we can perform : Read Write Append Reading Files Reading...
Jatin MadaanMar 18, 20207 min readSQL Group Functions Let's say we have below student data select * from student; id. student_name student_gender student_age 1 Sally Female ...
Jatin MadaanMar 15, 20206 min readProductionization Spark Code & Tuning How Spark Runs on a Cluster Architecture of a spark application contains following main components : Spark Driver : It is just a process...