Page Not Found
Page not found. Your pixels are in another canvas.
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Page not found. Your pixels are in another canvas.
About me
This is a page not in th emain menu
Published:
The last few weeks have been extremely fulfilling while I learnt more about Gen, Arviz and the entire PPL ecosystem. I’m almost close to the completion of my project and the next 2 weeks I will be focusing on winding up and making any changes required to the code. Since I have been learning to use Gen for some time now I realised it would be helpful to put a tutorial out there.
Gen is a platform for probabilistic modeling and inference. Gen includes a set of built-in languages for defining probabilistic models and a standard library for defining probabilistic inference algorithms, but is designed to be extended with an open-ended set of more specialized modeling languages and inference libraries.
Published:
Short description of portfolio item number 1
Short description of portfolio item number 2
Creating a model for protein-ATP binding sites prediction based on sequence information.
Compared supervised, semi-supervised and self-supervised approaches on image classification task on STL 10 dataset. Used a ResNet-18 model for supervised, vanilla CNN for semi-supervised and SimCLR for unsupervised learning.
This project aims to implement various Meta Learning methods and benchmark them on few-shot learning tasks. The goal is to build a modular extensible and well documented library of these methods in JAX.
Trained a classifier model on SNLI Dataset to determine the inference relationship between the sentence pairs and performed probing on thee model’s layers for POS tags.
Developing a model to perform code search, syntax error detection and code repair on different programming languages.
Published in Journal 1, 2009
This paper is about the number 1. The number 2 is left for future work.
Recommended citation: Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1). http://academicpages.github.io/files/paper1.pdf
Published in Journal 1, 2010
This paper is about the number 2. The number 3 is left for future work.
Recommended citation: Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2). http://academicpages.github.io/files/paper2.pdf
Published in Journal 1, 2015
This paper is about the number 3. The number 4 is left for future work.
Recommended citation: Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3). http://academicpages.github.io/files/paper3.pdf
Published:
This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
Introductory course, BITS Pilani, 2021
The course intends to help students with no experience in machine learning take their first steps in the field. We will start off with the basic Machine learning theory and look into essential tools needed for ML; libraries like numpy and pandas. Then we will proceed to teach the students about various machine learning algorithms, the maths behind it. With the help of scikit learn, the students will learn how to implement various models as well.