Jeril KuriakoseinAnalytics VidhyaA Simple Linear Regression using PyTorchIn this article we will buld a simple Linear Regression model using PyTorch. We will cover the following:Sep 15, 20222Sep 15, 20222
Jeril KuriakoseinAnalytics VidhyaA Simple Neural Network Classifier using PyTorch, from ScratchIn this article we will buld a simple neural network classifier model using PyTorch. In this article we will cover the following:Jan 31, 20222Jan 31, 20222
Jeril KuriakoseinAnalytics VidhyaSetup MongoDB ReplicaIn this post we will setup a replica node for an already existing mongoDB or for a new mongoDB. We will also see how to access a mongoDB…May 6, 2021May 6, 2021
Jeril KuriakoseinAnalytics VidhyaUsing large NLP model’s in productionBidirectional Encoder Representations from Transformers (BERT) is a Transformer-based machine learning technique for natural language…Nov 16, 20201Nov 16, 20201
Jeril KuriakoseinAnalytics VidhyaWord Embedding using PythonIn this post we will see how to generate word embedding’s and plot a chart for the corresponding words.Feb 18, 2020Feb 18, 2020
Jeril KuriakosespaCy Training using GPUIn this article we will use GPU for training a spaCy model in Windows environment. spaCy is an open-source software library for advanced…Jan 7, 2020Jan 7, 2020
Jeril KuriakoseinAnalytics VidhyaBIO Tagged Text to Original TextIn this post we will see how to convert BIO tagged text to original text. The BIO / IOB format (short for inside, outside, beginning) is a…Dec 19, 20194Dec 19, 20194
Jeril KuriakoseKeyboard shortcuts for custom terminal commands in Ubuntu 17.10 (an example to suspend the system)I recently got a new HP Laptop, and it does not have an inbuilt keyboard shortcut for Suspend , and I couldn’t find it either in the…Mar 6, 20181Mar 6, 20181
Jeril KuriakoseContext managers using Python for HDFStoreIn this post we will be making a context manager using Python. Context managers comes in handy when we are using the with statement in…Sep 26, 20171Sep 26, 20171
Jeril KuriakoseHeat-maps with Dendrogram using PythonIn this post I will be showing how to make heat-maps with dendrogram using Python’s Matplotlib library. I came across a post about…Aug 3, 2017Aug 3, 2017