Skip to content

Instantly share code, notes, and snippets.

View iamirulofficial's full-sized avatar
😊
Available

Amirul Islam iamirulofficial

😊
Available
View GitHub Profile
@iamirulofficial
iamirulofficial / Recommendation.md
Created October 26, 2023 15:22
Product Recommendations WatsonX

WatsonX Product Recommendations

WatsonX.ai can be applied to the realm of marketing campaigns platforms and feedback surveys platforms of Infosys in a customer experience enhancer. following are the potential applications in this domain:

  1. Sentiment Analysis: WatsonX.ai can be used to analyze customer feedback and survey responses to determine sentiment towards a brand, product, or campaign. By leveraging prompt lab, we can identify sentiments expressed in text data. This information can help businesses understand customer perceptions and sentiment trends, enabling them to make data-driven decisions for their campaigns and improve customer experience.
  2. Customer Segmentation: WatsonX.ai mlops can be utilized to code and deploy machine learning algorithms to segment customers based on their responses to surveys or campaign interactions.The campaign interaction can include opening of mail, time spent, hyperlink clicked and other telemetry metadata collected using cookies. By clustering customers into dis
//Thursday 12 November 2020 03:40:08 PM IST
#include <bits/stdc++.h>
using namespace std;
#define N 3
// state space tree nodes
struct Node
{
// stores the parent node of the current node
// helps in tracing path when the answer is found
whole {
color: #cc00cc;
background-color : powderblue;
width 100%;
}
heading {
text-shadow: 2px 2px 2px #606060;
text-align: center;
color: #00FF00;
font-size : 50px;
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="w.css"?>
<whole>
<heading>WEATHER REPORT by AMIRUL</heading>
<city1>
<div></div>
<cityname>KOLKATA</cityname>
<temp>Temperature: 22°C</temp>
<humidity>Humidity: 57%</humidity>
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,greek' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/2.6.0/math.min.js"></script>
https://www.instagram.com/itsme_aadii/
https://www.facebook.com/aadi.rizwan.3
https://twitter.com/logKyaKhenge
<!DOCTYPE html>
<html>
<head>
<title>Amirul | Islam</title>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Rokkitt:400,700|Lato:400,300' rel='stylesheet' type='text/css'>
<style>
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
#include <stdio.h>
#include<stdlib.h>
#define MAX 5
void insert();
void delete();
void display();
int q[MAX];
int rear = - 1;
int front = - 1;
#!/bin/bash
#Program: using if and else
if grep "$1"$2
then
echo "pattern found"
else
echo "pattern not found"
fi