Jaisshree has Published 121 Articles

Rainfall Prediction using Machine Learning

Jaisshree

Jaisshree

Updated on 21-Jul-2023 10:55:18

373 Views

The power of machine learning has enabled us to predict rainfall with several algorithms, including Random Forest and XGBoost. There are no best algorithms for predicting rainfall, every algorithm has its advantages and disadvantages. The Random Forest is efficient with small datasets, while the XGboost is efficient with large datasets. ... Read More

Medical Insurance Price Prediction using Machine Learning in Python

Jaisshree

Jaisshree

Updated on 21-Jul-2023 10:52:41

415 Views

Like in many other sectors, predictive analysis is quite helpful in the finance and insurance sector as well. Using this machine learning technique, we can find out useful information about any insurance policy and therefore save huge sums of money. Here, we will be using this approach of predictive analysis ... Read More

Learn Machine Learning in 45 Days

Jaisshree

Jaisshree

Updated on 21-Jul-2023 10:49:17

104 Views

Machine learning is a subset of artificial intelligence (AI) that enables machines to learn from data without being explicitly programmed. From predicting customer behavior to recognizing images and speech, it is a rapidly growing field. Adding machine learning to your toolkit can help you excel in many sectors such ... Read More

How to create a button which belongs to one or more forms in HTML5?

Jaisshree

Jaisshree

Updated on 22-May-2023 11:51:40

371 Views

The form attribute of the HTML tag allows us to create buttons of this type that are applicable to multiple forms. The button's id can be specified using this attribute, which is helpful for initiating form submission or carrying out other form-related operations. Using a single button that is ... Read More

Creating Browsers Window using HTML and CSS

Jaisshree

Jaisshree

Updated on 22-May-2023 11:45:20

694 Views

A browser window is the graphical user interface (GUI) element of a web browser that displays web pages and web applications. It usually consists of a title bar, menu bar, address bar, navigation buttons, and content area. Algorithm Make a container div with rounded corners, a border, and concealed ... Read More

Creating Breadcrumbs navigation using HTML and CSS

Jaisshree

Jaisshree

Updated on 22-May-2023 11:42:32

618 Views

Breadcrumbs is a useful navigation tool that displays the user's current location within a website. They provide a clear path for users to easily navigate back to previously visited pages, and they also help search engines understand the structure of your website. Approach - 1 We will create horizontal breadcrumb ... Read More

Creating bottom-positioned icon selects using jQuery Mobile

Jaisshree

Jaisshree

Updated on 22-May-2023 11:30:32

174 Views

Bottom-positioned icon selects is a user interface element that allows users to select options from a dropdown menu. It is a variation of a standard select element with added functionality provided by jQuery Mobile. The icons are added to each option of the select menu to provide a visual cue ... Read More

Creating Border Animation using CSS

Jaisshree

Jaisshree

Updated on 22-May-2023 11:20:46

4K+ Views

CSS is used to create beautiful and engaging border animations, which add movement and interest to a web page. To create border animation, we will first need to define a border for the element we want to animate, then we’ll use CSS transitions and animations to add movement to the ... Read More

How to create Basic flip toggle switch using jquery mobile?

Jaisshree

Jaisshree

Updated on 22-May-2023 11:16:47

228 Views

JQuery Jquery is a fast and simple Javascript library which is used to make a client-side through HTML, It simplifies some of the Javascript functions like, DOM Manipulation, traversal, Event Handling and AJAX calls. This also has Cross-Browser compatibility. Jquery Mobile JQuery mobile is another framework which is designed ... Read More

Emotion classification using NRC Lexicon in Python

Jaisshree

Jaisshree

Updated on 22-May-2023 10:11:45

1K+ Views

Emotion identification or recognition is the ability of a person or an object to sense a particular emotion exhibited in the environment and place it into one of the many categories of emotions. Emotion Classification in python is a feasible alternative to the traditional sentiment analysis technique which labels words ... Read More

Advertisements