kishmat

Kishmat Bhattarai

Undergraduate Bachelor of Computer Science
Software Developer | Python, Web, ML, NLP

Kathmandu, Nepal

[email protected]
Blogs

How to setup git hooks(pre-commit, commit-msg) in my project?

In this blog, we’ll explore the wonders when taking advantage of Git hooks and how it can be your trusted ally in creating a smooth and error-free development experience.

Dysphoria in Front End World

Deep dive to the Front End world starting from all the way from start to the cutting-edge practices in today’s web.

Understanding them(LLMs)

This article talks about LLMs and how it works.

Understanding to write Python better

This article talks about writing Python in better way.

What are all these language models?

Let’s try to understand them. Their differences and what is the current situation in the LLM world.

The Beginning of Artificial Neural Network

In this blog, I am going to talk about some basics of Neural Networks from the beginning.

How does AI model generates text?

In this blog, lets learn what are the different methods that AI model generates text.

How Python Framework creates Web Application and server?

In this blog, lets learn how framework in Python like Flask and Django creates web application.

Understanding NLP and BERT

Today in this particular blog we are going to talk about the BERT, a bidirectional model developed by Google. This is one of the historical leaps in the field of NLP by the researchers involved in this field for many years.

Why do we need scaling in Gradient Descent?

In this article, I am going to talk about the specific answer to the Why do we need scaling particularly for Gradient Descent implementation for Linear Regression.