Code

 Codes


I did do some of the coding questions of job interviews for fun. They are collected in my GitHub account and they include the name of the company asking the questions, some with link to leetcode links … . The GitHub Link: https://github.com/HNoorazar/job_coding_interviews


My R codes that are written for my postdoctoral projects are accessible here: https://github.com/HNoorazar/Kirti


DSC_2980.jpg

You wanna go down the hill and you wanna do it quickly, right? Check out the Gradient Descent, GD with momentum, Adam optimization codes I put on GitHub (for deep learning).


I am adding new python functions related to machine learning/data science to my GitHub repos. I just added mean encoding (with cross-validation regularization loop) function.