Open in app

Sign In

Write

Sign In

Jeril Kuriakose
Jeril Kuriakose

56 Followers

Home

About

Published in Analytics Vidhya

·Sep 15, 2022

A Simple Linear Regression using PyTorch

In this article we will buld a simple Linear Regression model using PyTorch. We will cover the following: Step 1: Generate and split the data Step 2: Processing generated data Step 3: Build Linear Regression model Step 4: Training the Linear Regression model Step 5: Saving the trained model Step…

Pytorch

5 min read

A Simple Linear Regression using PyTorch
A Simple Linear Regression using PyTorch
Pytorch

5 min read


Published in Analytics Vidhya

·Jan 31, 2022

A Simple Neural Network Classifier using PyTorch, from Scratch

In this article we will buld a simple neural network classifier model using PyTorch. In this article we will cover the following: Step 1: Generate and split the data Step 2: Processing generated data Step 3: Build neural network classifier from scratch Step 4: Training the neural network classifier Step…

Deep Learning

4 min read

A Simple Neural Network Classifier using PyTorch, from Scratch
A Simple Neural Network Classifier using PyTorch, from Scratch
Deep Learning

4 min read


Published in Analytics Vidhya

·May 6, 2021

Setup MongoDB Replica

In 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 replica setup using Python programming language. A replica set in MongoDB is a group of mongod processes that maintain the same data…

Mongodb

3 min read

Setup MongoDB Replica
Setup MongoDB Replica
Mongodb

3 min read


Published in Analytics Vidhya

·Nov 16, 2020

Using large NLP model’s in production

Bidirectional Encoder Representations from Transformers (BERT) is a Transformer-based machine learning technique for natural language processing (NLP) pre-training developed by Google [1]. BERT model or other NLP models that are trained on large datasets utilises more memory. For example BERT-base requires around 450 MB of memory, whereas BERT-large requires around…

Naturallanguageprocessing

3 min read

Using large NLP model’s in production
Using large NLP model’s in production
Naturallanguageprocessing

3 min read


Published in Analytics Vidhya

·Feb 18, 2020

Word Embedding using Python

In this post we will see how to generate word embedding’s and plot a chart for the corresponding words. Dependencies - NLTK - Sklearn - Gensim - Plotly - Pandas First we need to get a paragraph or text for which we need to find the embeddings, I took a pragraph…

Data Visualization

4 min read

Word Embedding using Python
Word Embedding using Python
Data Visualization

4 min read


Jan 7, 2020

spaCy Training using GPU

In this article we will use GPU for training a spaCy model in Windows environment. spaCy is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython. spaCy is designed to help you do real work — to build real products, or gather…

Machine Learning

2 min read

spaCy Training using GPU
spaCy Training using GPU
Machine Learning

2 min read


Published in Analytics Vidhya

·Dec 19, 2019

BIO / IOB Tagged Text to Original Text

In 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 common tagging format for tagging tokens in a chunking task in computational linguistics (ex. named-entity recognition). The B- prefix before a tag indicates…

Programming

3 min read

BIO Tagged Text to Original Text
BIO Tagged Text to Original Text
Programming

3 min read


Mar 6, 2018

Keyboard 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 Power-off option. I Googled a lot, and finally got the terminal command to Suspend the system. In this article, we will be learning…

Sketch

3 min read

Keyboard shortcuts for custom terminal commands in Ubuntu 17.10 (an example to suspend the system)
Keyboard shortcuts for custom terminal commands in Ubuntu 17.10 (an example to suspend the system)
Sketch

3 min read


Sep 26, 2017

Context managers using Python for HDFStore

In this post we will be making a context manager using Python. Context managers comes in handy when we are using the with statement in Python. We will be making a context manager for writing HDFS file in Pandas. This will be a continuation of my previous post, regarding HDFS using Python Pandas. We will start be creating a class for our context manager: __enter__ and __exit__ are the magic functions of with statement. __enter__ is called immediately after the __init__ function and __exit__ is called at the end of the with statement.

Python

1 min read

Context managers using Python for HDFStore
Context managers using Python for HDFStore
Python

1 min read


Aug 3, 2017

Heat-maps with Dendrogram using Python

In this post I will be showing how to make heat-maps with dendrogram using Python’s Matplotlib library. I came across a post about heat-maps with dendrogram using R and I tried using it with R, but I found R bit tough because of my lack of exposure with R. Thats when I decided to do the same using Python. I searched the web and did some research, and was finally able to do it using Python. The dependencies are as follows:

Python

1 min read

Heat-maps with Dendrogram using Python
Heat-maps with Dendrogram using Python
Python

1 min read

Jeril Kuriakose

Jeril Kuriakose

56 Followers

Senior Data Scientist

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech