Category Python Programming

Python is one of the most widely used programming languages. It’s getting a lot of popularity these days because of so many Python frameworks in IoT, Machine Learning, Deep Learning, and Artificial Intelligent space.

These Python Tutorials will help you in getting mastery over the Python Programming. The tips and tricks shared by us will enable you to write pythonic code with high performance, reusability, readability, and maintainability.

Beginners Python Programming Interview Questions

Python Interview Programming Questions

Python is a dynamically typed, general-purpose, garbage-collected, and high-level programming language that focuses on reader-friendly code with the use of indentation to make it this way. Python supports multiple paradigms like procedural (step-by-step), functional, and object-oriented programming. Python was created…

The tanh activation function

The Tanh Activation Function Cover Image

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 in NLP using Spacy

Pos Tagging Cover Image

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…