Tanishka Dhondge

Hill Climbing Algorithm in Python

In this article, let’s try to understand the Hill Climbing Algorithm. This is a commonly used Heuristic search technique in the field of artificial intelligence. The heuristic technique is a criterion for choosing which of multiple options will be most successful in accomplishing a particular goal. Also read: Branch and Bound Search with Examples and

Hill Climbing Algorithm in Python Read More »

Bind in Tkinter: A Complete Guide

In this article let’s try to understand the concept of bind used in Tkinter. Before starting with this topic, we must remember that Python’s Tkinter package is used to design GUI-based interfaces. Tkinter has a variety of built-in functionalities and extensions that can be used to enhance the functionality and performance of the application. What

Bind in Tkinter: A Complete Guide Read More »

What is NLTK PUNKT?

Hello readers, in this article we will try to understand a module called PUNKT available in the NLTK. NLTK (Natural Language Toolkit) is used in Python to implement programs under the domain of Natural Language Processing. It contains a variety of libraries for various purposes like text classification, parsing, stemming, tokenizing, etc. Also read: Tokenization

What is NLTK PUNKT? Read More »