Tanvi Bugdani

Tanvi Bugdani

An Introduction To Streamlit

An Introduction to Streamlit

Data Science, Data Analytics, and Machine Learning are some of the emerging fields in the past few years. There has been a massive increase in the development of applications that employ the above techniques and Python is the go-to language…

The Tanh Activation Function Cover Image

The tanh activation function

In deep learning, neural networks consist of neurons that work in correspondence with their weight, bias and respective activation functions. The weights and biases are adjusted based on the error in the output. This is called backpropagation. Activation functions make…

Pos Tagging Cover Image

POS Tagging in NLP using Spacy

Parts of Speech (POS) are the words that perform different roles in a sentence. The English language has 8 parts of speech. They are: Nouns Pronouns Verbs Adverbs Adjectives Prepositions Conjunctions Interjunctions A PoS tag provides a considerable amount of…

Intro To Nlp Cover Image

An Introduction to NLP

Natural Language Processing (NLP) is a part of Computer Science, more particularly of Artificial Intelligence that deals with the interaction of computers with humans in natural languages. Humans use natural languages as a means of communication. Natural language processing aims…

Tkinter Font Size Featured Image

How to set the font size in Tkinter?

In this article, we are going to learn how to change the font size of the text in Tkinter. Font size refers to how large the characters displayed on the screen are. It is crucial to use proper font size…

Tkinter Colours Cover Image

Tkinter Colors – A Complete Guide

Tkinter is an inbuilt module available in Python for developing Graphical User Interfaces (GUI). It allows us to develop desktop applications. Tkinter is very simple and easy to work with. It provides us with different widgets like button, canvas, label,…