Posts

Showing posts from May, 2020

Intro to data -datascience

Image
Introduction to Data Data is basically useful information about anything and of anybody. Data is commonly known as big data. this could be anything like the rating for a movie by a user, purchasing history, searching history, preferences of a user, likes and dislikes of a user, etc. in the field of Data Science, the Data/Big Data is classified into two categories:- Qualitative Data Quantitative Data     Qualitative Data it deals with characteristics and descriptions that can't be measured easily but can be observed subjectively.  Qualitative data is a type of data that describes the information. It is investigative and also often open-ended, allowing respondents to fully express themselves. it is also known as categorical data.  this data type isn’t necessarily measured using numbers but rather categorized based on properties, attributes, labels, and other identifiers. example:- qualifications,sex,name, etc. this data is also classified in...

Automate your tasks

Image
                              Automating tasks  you can automate simple tasks such as the following : Moving and renaming thousands of files and sorting them into folders Filling out online forms, no typing required Downloading files or copy text from a website whenever it updates Having your computer text you custom notifications Updating or formatting Excel spreadsheets Checking your email and sending out prewritten responses These tasks are simple but time-consuming for humans, and they’re often so trivial or specific that there’s no ready-made software to perform them. Armed with a little bit of programming knowledge, you can have your computer does these tasks for you.            Automate boring stuff Download

Regular Expression -Introduction

Image
                      Introduction To Regular Expressions A  regular expression  is a special sequence of characters that helps you match or find other strings or sets of strings, using a specialized syntax held in a pattern. Regular expressions are widely used in the UNIX world. example:- Searching date and time in the datasheet, textbook, etc. Regular expressions can contain both special and ordinary characters. they simply match themselves. these are generally made by using meta-characters and repetition qualifiers. Meta Characters are shown below:- Repetition Qualifiers are shown below:- Note:- these are used in text mining and text analysis, etc.

ML Adavantages

Image
                                 Advantages Of Machine Learning To wrap up our discussion of the microlending example, we list some of the most prominent advantages to using a machine-learning system, as compared to the most common alternatives of manual analysis, hardcoded business rules, and simple statistical models. The five advantages of machine learning are as follows: Accurate:-  ML uses data to discover the optimal decision-making engine for your problem. As you collect more data, accuracy can increase automatically. Automated:-  As answers are validated or discarded, the ML model can learn new patterns automatically. This allows users to embed ML directly into an automated workflow. Fast:-  ML can generate answers in a matter of milliseconds as new data streams in, allowing systems to react in real-time. Customizable:-  Many data-driven problems can ...

Decision tree For chatbots

Image
                    Decision Tree Algorithms for Building Chatbots A decision tree is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains conditional control statements. How Does a Decision Tree Help? Decision trees are simple to write and understand, but they are a powerful representation of the solution made for the problem in question. They inherit a unique capability to help us understand a lot of things. • Help in creating a full picture of the problem at hand. Looking at the decision tree, we can easily understand what’s missing or what needs to be modified. Hel ps debug faster. Decision trees are like a short bible or, say, a visual representation of a software requirement specification document, which can be referred by developers, pro...

Building chatbot with python book

Image
                                Building Chatbots In Python E-Book Building Chatbot with python