This technical blog is my own collection of notes , articles , implementations and interpretation of referred topics in coding, programming, data analytics , data science , data warehousing , Cloud Applications and Artificial Intelligence . Feel free to explore my blog and articles for reference and downloads . Do subscribe , like , share and comment ---- Vivek Dash
Thursday, August 5, 2021
One Hot Encoding and Dummy Variables Generation upon a dataframe | Scenario - Perform One-Hot Encoding upon Un-Ordered Data in a sample dataframe and generate One-hot encoded feature variables | Conceptual Infographic Note
Sunday, July 25, 2021
Regular Expressions in Python | Scenario - Finding sub-string match patterns to validate a genuine number from a numeric string using Regular Expressions and search() method in Python | Conceptual Infographic Note
Case 01 : Ascertaining a positive match using "\w" to match a specific phone number to a generic string
Case 02 : Ascertaining a negative match or mismatch using "\w" whether a match over given string occurs or not
Regular Expressions in Python | Scenario - Finding a sub-string match and its count from a main string using Regular Expressions and findall() function in Python | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Replacing a word ("sub-string") with another word ("sub-string") in a main string using Regular Expressions and substitute function in Python | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Finding matching pattern of the main string using Regular Expressions and findall() function in Python | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Finding Positional Indexes of each matching pattern of the main string using Regular Expressions | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Finding and Retrieving specific sub-strings with commonality in patterns using Regular Expressions | Conceptual Infographic Note
Thursday, July 22, 2021
Examples of Using "JOIN" function on Python Data Structures | Sample Conceptual Questions with Answers with examples | Infographic Note
Example - 01 : Joining Numeric List Elements with char string
Example - 02 : Joining Tuples with character string
Example - 03 : Joining List elements with long string
Example - 04 : Joining Character List Elements with long string
Example - 05 : Joining Character List Elements with null string
Wednesday, July 21, 2021
StopWords Filtering using NLTK library Conceptual Infographic Notes | Pre-Requisite Concept for Natural Language Processing Projects and Analysis with sample example , code and analysis
Tuesday, July 20, 2021
Monday, July 19, 2021
Sunday, July 18, 2021
Twitter Sentiment Analysis Conceptual Infographic Notes | Getting Started with Sentiment Analysis based NLP Project with its main objectives , considerations , challenges , Approach and Steps
Introduction to the concept of "Term Frequency - Inverse Document Frequency (TF-IDF)" with 3 general questions and answers | An Infographic Note
More on this at : https://towardsdatascience.com/tf-idf-for-document-ranking-from-scratch-in-python-on-real-world-dataset-796d339a4089