Einstein 101 - Salesforce AI Demystified


Fourth Industrial Revolution is here! And, thanks to Industry 4.0 (also known as 4IR) we are experiencing a smarter and connected world than ever before. Going beyond the industry jargon: we have seen how computer and internet with technology advancement had changed our life in past decades. This digital revolution is now taken to next level with AI, Robotics, Blockchain, Quantum computing, IOT, 3D printing, Autonomous vehicles, Virtual reality and so on. As consumer our day to day experience is upgraded and taken to another level.



Artificial Intelligence (AI) and Machine Learning (ML) are key cogs in this revolution. Your personal phone assistant (Siri on iOS, Google assistant on Android, Alexa), effective recommendations from your shopping apps or video streaming apps, GPS navigation to check best available route, Gmail smart composer and on. We have been using AI in our daily life knowingly or unknowingly for quite some time now.

While for consumers its the best ever experience, its not so easy for businesses. As consumers are expecting smarter, unified, connected experiences, businesses need to step up to power their processes with latest technology advancement including AI. And, implementation of AI is always complex and time consuming. Beginning with identification of right business use case to collecting & preparing appropriate data sets, examining data to create patterns & correlations, model generation & testing, computing power, appropriate skills - it takes quite an investment of money and time. Its get huge when a given business has multiple use cases and this investment is to be multiplied by n times.



Here comes Salesforce Einstein - the AI offering from Salesforce.com ecosystem. Salesforce AI focuses specifically around customer experience related scenarios so that businesses can have smarter business applications easily and faster.

Salesforce Einstein offers ready-to-use AI capabilities as extension to the Salesforce SaaS clouds. On-demand capabilities are built into the proven Salesforce Lightning platform. This leverages data from existing Salesforce ecosystem to spot correlations & patterns and combines seamlessly with other platform capabilities such as process builder, flows, workflow rules etc. Based on the given business problem, external data sets can also be used.

In the background, Salesforce deploys an automated machine learning framework which takes care of all necessary steps such as data enrichment, feature engineering, model selection, score calibration, training and develops unique predictive model for each Einstein customer. With this automation, customers don't necessarily need deep data science skill anymore to implement AI in respective businesses. Thanks to Salesforce Einstein - AI is for everyone!



Salesforce started this journey years back. But it achieved the breakthrough with acquisition of RelateIQ (a Sales automation company, now offered as SalesforceIQ) in 2014. More internal research & development and acquisition were followed. This included Tempo AI (Smart calendar assistant) in 2015, PredictionIO (machine learning startup), MetaMind (Palo Alto-based AI Company), BeyondCore, and Implisit Insights (Tel Aviv-based AI company) in 2016. It's in 2016 Dreamforce, Salesforce launched Salesforce Einstein, the AI offering from Salesforce.com. And, evolution through internal research and acquisition continued - with each release, we have better, easier, richer Salesforce Einstein capabilities.

Salesforce Einstein capabilities can be categorized into four high level groups.

  • Out of box Einstein Apps (Sales cloud einstein, Commerce cloud einstein)
  • myEinstein - Point and Click
  • myEinstein - API services
  • PredictionIO based custom model


Salesforce Einstein offering at a glance

Out-of-the-Box Apps

Built-in intelligent features with each Salesforce SaaS cloud covers most common AI use cases for respective business areas. Driven by the automated machine learning framework, these features are offered as out-of-the-box apps.

Sales Cloud Einstein - Features include: Einstein Lead & Opportunity scoring (to prioritize the most likely ones to convert), Einstein Account & Opportunity insights (to observe key developments on the accounts & opportunities), Einstein Forecasting, Einstein Activity capture & Einstein Automated contacts (to capture data and add new contacts automatically), Einstein Recommended connections (to retrieve insights about team’s network to identify who knows the customers and can help out on a deal). This app needs additional license fees (per user per month).

Service Cloud Einstein - Einstein Bots, Einstein Case Classification features are part of this app. And, more features are on the way. At this time Service Cloud Einstein is included with live agent chat feature license or unlimited edition licenses.

Marketing Cloud Einstein - Offered at additional license fees (subject to specific capabilities). Features include - Einstein Social Insights (analyze social conversations to get deeper insights about customers), Einstein Recommendations (suggest the next best product, content or offer), Einstein Engagement Scoring (predict customer's likelihood to engage with emails or convert on the web), Einstein Splits (send customers to right journey builder path based on engagement score or persona), Einstein Segmentation (From Salesforce DMP - Data Management Platform), Einstein Journey Insights (From Salesforce DMP), Einstein Vision for Social Studio (gather insights from customer's images on the social web), Einstein Lookalikes(From Salesforce DMP) etc.

Commerce Cloud Einstein - Features include: Einstein Product Recommendations (setup personalized recommendations for each shopper), Einstein Search Recommendations (personalized type-ahead search), Einstein Predictive Sort (tailored product sorts based on customer data), Einstein Commerce Insights (to transform customer data into actionable merchandising insights). Included with commerce cloud license.

Community Cloud Einstein - Einstein Recommendations (serves the most relevant and tailored content), Einstein Experts (to find certified experts on the topics that matter most to them), Einstein Feed Insights (to display the most interesting discussions intelligently), Einstein Feed Search. Licenses are included with Community cloud.


myEinstein - Point and Click

More than 80% of the records in Salesforce are on custom objects. And, every business has a different problem to address. Hence, Einstein allows to create customized AI model on any Salesforce object or field to predict business outcomes. There are several capabilities in this group and few are yet not available generally. But at the core, Salesforce Einstein offers automated machine learning framework which creates customer specific models; these models are self-learning and improve the more they are used.


Prediction Builder (beta) - Custom AI model for the given business scenario. Step-by-step wizard to configure prediction model through point-and-click. This supports Binary classification (meaning answers business problem in Yes or No) and Regression (answers business problem in numeric fields). The predicted outcomes can be stored in appropriate custom fields and can drive other platform based actions/automation.

Einstein Next Best Action (pilot) - Combines platform capabilities such as Recommendation object, Strategy builder, Flows with predictive models and provides optimal intelligent recommendations at the point of maximum impact. The given predictive models can be designed using Salesforce and non-Salesforce data. This feature can be used with or without AI capability.

Einstein Bots - Both standard and AI powered chat-bots are supported by Salesforce. Intelligent chat-bots leverage Natural Language Understanding (NLU). NLU trains chat-bots to create a learning model.

Einstein Voice (pilot) - New kid in the block. At this time, the Voice capabilities are offered in two folds: Einstein Voice Assistant (for employees) and Einstein Voice Bots (for customers). Einstein Voice leverages Automatic Speech Recognition (ASR) and NLU technologies in the background.
Audio frames are converted into sequences of text by ASR model and then, NLU model works on these unstructured data inputs to convert them into machine friendly structured form. Intents and entities are identified and mapped to appropriate Salesforce actions.

Einstein Discovery - This analytics cloud feature helps to find important correlations and make accurate predictions based on Einstein Analytics datasets. This feature can run on organization wide data (Salesforce as well as non-Salesforce) - including encrypted information to answer critical questions - such as What happened, Why, Predictions & Improvements, in context of the given business problem.

myEinstein - API Services

In addition to out-of-the-box app features and point-and-click platform features, API services are available for developers to create and train their own custom model and use the same as 'service' to predict relevant business outcomes. With APIs, these prediction services can be made available for business applications as easily as any other service.

Salesforce Einstein platform offers the following types of API services at this time:

  • Einstein Vision - Image classification and Object detection
  • Einstein Language - Intent and Sentiment analysis
At high level this group of Einstein features work in the following steps:



0) Prerequisite - Registration of Einstein Platform services, Download key file (.pem), Token generation

1) Define/create label/classes - This is the first step for any AI implementation with platform services. Identify the problem business needs to address and accordingly define appropriate label/classes. For example, (in context of Intent API services) we can create labels like sales, information, complaint for analyzing the incoming tweets from end customers.

2) Gather relevant data, prepare/cleanse, and upload dataset - In the next step, appropriate dataset need to be identified which can be used to spot correlations and patterns. This identified dataset to be cleansed as appropriate and uploaded to the Einstein platform using 'upload' api (…/vision/datasets/upload).

curl -X POST -H "Authorization: Bearer <token>" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "data=@<zip file path>" -F "name=mercedesvsbmw" -F "type=image"  https://api.einstein.ai/v2/vision/datasets/upload

This API can be consumed as REST service from apex or any other programming constructs.

3) Train the model - Once dataset is successfully uploaded, this is used to train the given predictive model. API (…/vision/train) is used to train the model/engine.

curl -X POST -H "Authorization: Bearer <token>" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "name=mercedesvsbmw" -F "datasetId=<dataset id>" https://api.einstein.ai/v2/vision/train

Training is very important in the whole scheme and better & relevant data used in the training - better the predicted outcome is.

4) Make prediction - Once the model is trained successfully, it is ready for use to make prediction based on specific inputs. Once again, developers can use API service to request for prediction (…/vision/predict).

curl -X POST -H "Authorization: Bearer <token>" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "sampleContent=@<image path>" -F "modelId=<model id from last step>" https://api.einstein.ai/v2/vision/predict

5) Feedback, Retrain, and Improve - Once the service is deployed and in use, the predicted outcomes can be assessed, corrected/enriched (as needed) and feed into the model through retrain/feedback API (…/vision/feedback).

curl -X POST -H "Authorization: Bearer <token>" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "modelId=<model id>" -F "trainParams={\"withFeedback\" : true}" https://api.einstein.ai/v2/vision/retrain

This allows the model to improve its performance over the time.

PredictionIO based Custom Model

This fourth variation is not directly part of the Salesforce Einstein pack. This is more of custom AI implementation with or without Salesforce platform. This is useful if business needs to implement custom prediction model, custom algorithm, combination of more than one algorithms and customization in all elements. In this, the custom AI model is deployed using PredictionIO framework.


Apache PredictionIO® is an open source Machine Learning Server. PredictionIO's Event Server continuously collects data from different application(s). It can also unify data coming from multiple platforms. The PredictionIO engine then builds predictive model(s) with one or more algorithms using the data. Once deployed as a web service, it listens to queries and respond with predicted results in real-time.

PredictionIO template gallery offers number of engine templates which can fast track the implementation. Templates consist of D-A-S-E components ([D] Data Source and Data Preparator, [A] Algorithm, [S] Serving, [E] Evaluation Metrics) and are fully customizable for given use cases.

What next

Einstein has emerged as the key and focused offering from Salesforce.com stack for obvious reasons. This offers AI capabilities in an integrated and user-friendly manner. As next steps:

Visit the web sessions and demos at our YouTube channel. (Coming soon!!!)
Earn some badges (includes hands-on) on Trailhead.
Explore Salesforce Einstein documentation

99 comments:

  1. The beginning of BigData has made occupation titles, for example, the previously mentioned, which are not selective to BigData ventures. data science course in pune

    ReplyDelete
  2. I feel very grateful that I read this. It is very helpful and very informative and I really learned a lot from it.
    business analytics course in delhi

    ReplyDelete
  3. This is an awesome post.Really very informative and creative contents.
    SEO company in Chennai

    ReplyDelete
  4. Attend The Machine Learning course in Bangalore From ExcelR. Practical Machine Learning course in Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Machine Learning course in Bangalore.
    Machine Learning course in Bangalore

    ReplyDelete
  5. Well, the most on top staying topic is Data Analytics. Data Analytics is one of the most promising technique in the growing world. I would like to add Data Analytics training to the preference list. Out of all, Data analytics course in Mumbai is making a huge difference all across the country. Thank you so much for showing your work and thank you so much for this wonderful article.

    ReplyDelete
  6. Such a very useful article. I have learn some new information.thanks for sharing.
    data scientist course in mumbai

    ReplyDelete
  7. Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.
    Data Analytics Course in Mumbai

    ReplyDelete
  8. Nice Blog...Very interesting to read this article. I have learn some new information.thanks for sharing.
    ExcelR Mumbai

    ReplyDelete
  9. This is an awesome blog. Really very informative and creative contents. This concept is a good way to enhance the knowledge. Thanks for sharing.
    ExcelR business analytics course

    ReplyDelete

  10. You completed a number of nice points there. I did a search on the issue and found ExcelR Business Analytics Courses In Pune nearly all people will have the same opinion with your blog.

    ReplyDelete
  11. It has fully emerged to crown Singapore's southern shores and undoubtedly placed her on the global map of residential landmarks. I still scored the more points than I ever have in a season for GS. I think you would be hard pressed to find somebody with the same consistency I have had over the years so I am happy with that.
    data analytics course fees in hyderabad

    ReplyDelete
  12. I just got to this amazing site not long ago. I was actually captured with the piece of resources you have got here. Big thumbs up for making such wonderful blog page!
    data analytics courses

    ReplyDelete
  13. I have been searching to find a comfort or effective procedure to complete this process and I think this is the most suitable way to do it effectively.
    Please check ExcelR Data Science Courses in Pune

    ReplyDelete
  14. I have a mission that I’m just now working on, and I have been at the lookout for such information.
    Please check ExcelR Data Science Courses

    ReplyDelete
  15. This post is very simple to read and appreciate without leaving any details out. Great work! data science courses

    ReplyDelete
  16. Great post i must say and thanks for the information. Education is definitely a sticky subject. However, is still among the leading topics of our time. I appreciate your post and look forward to more.
    data analytics courses
    business analytics courses

    ReplyDelete
  17. Attend The Course in Data Analytics From ExcelR. Practical Course in Data Analytics Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Course in Data Analytics.
    ExcelR Course in Data Analytics
    Data Science Interview Questions

    ReplyDelete
  18. Such a very useful article. I have learn some new information.thanks for sharing the info
    tableau training
    business analytics

    ReplyDelete
  19. Attend The Course in Data Analytics From ExcelR. Practical Course in Data Analytics Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Course in Data Analytics.
    ExcelR Course in Data Analytics
    Data Science Interview Questions

    ReplyDelete
  20. This is also a very good post which I really enjoyed reading. It is not every day that I have the possibility to ExcelR Machine Learning Courses see something like this..

    ReplyDelete
  21. One stop solution for getting dedicated and transparent Digital Marketing services and We take care of your brands entire digital presence.
    The digital marketing services we provide includes SEO, SEM, SMM, online reputation management, local SEO, content marketing, e-mail marketing, conversion rate optimization, website development, pay per click etc. We will definitely promote your brand, product and services at highest position with consistency in order to generate more revenue for your business.Digital Marketing Services in visakhapatnam



    ReplyDelete
  22. Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.

    Braces in Bangalore

    ReplyDelete
  23. After reading your article I was amazed. I know that you explain it very well. And I hope that other readers will also experience how I feel after reading your article.
    Know more Data Scientist Course

    ReplyDelete
  24. Just saying thanks will not just be sufficient, for the fantasti c lucidity in your writing. I will instantly grab your rss feed to stay informed of any updates.
    data science course
    360DigiTMG

    ReplyDelete
  25. The information provided on the site is informative. Looking forward for more such blogs. Thanks for sharing .
    Artificial Inteligence course in Chandigarh
    AI Course in Chandigarh

    ReplyDelete
  26. I feel very grateful that I read this. It is very helpful and very informative and I really learned a lot from it.

    data analytics courses

    data science interview questions

    business analytics courses

    data science course in mumbai

    ReplyDelete
  27. Attend The Machine Learning course Bangalore From ExcelR. Practical Machine Learning course Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Machine Learning course Bangalore.
    Machine Learning course Bangalore

    ReplyDelete
  28. Your work is particularly good, and I appreciate you and hopping for some more informative posts
    Know more about Data Analytics

    ReplyDelete
  29. I have express a few of the articles on your website now, and I really like your style of blogging. I added it to my favorite’s blog site list and will be checking back soon…
    More Info of Machine Learning

    ReplyDelete
  30. wonderful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article resolved my all queries.
    Data science Interview Questions

    ReplyDelete
  31. I like viewing web sites which comprehend the price of delivering the excellent useful resource free of charge. I truly adored reading your posting. Thank you!
    data analytics courses mumbai

    ReplyDelete
  32. I have to search sites with relevant information ,This is a
    wonderful blog,These type of blog keeps the users interest in
    the website, i am impressed. thank you.
    machine learning course in hyderabad

    ReplyDelete
  33. I have to search sites with relevant information ,This is a
    wonderful blog,These type of blog keeps the users interest in
    the website, i am impressed. thank you.
    machine learning course in hyderabad

    ReplyDelete
  34. wonderful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article resolved my all queries. keep it up.
    data analytics course in Bangalore

    ReplyDelete
  35. wonderful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article resolved my all queries. keep it up.
    data analytics course in Bangalore

    ReplyDelete
  36. wonderful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article resolved my all queries.
    Data Science Course

    ReplyDelete
  37. Attend The Digital Marketing Course Bangalore From ExcelR. Practical Digital Marketing Course Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Digital Marketing Course Bangalore.
    Digital Marketing Course Bangalore

    ReplyDelete
  38. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance

    ReplyDelete
  39. Great post i must say and thanks for the information. Education is definitely a sticky subject. However, is still among the leading topics of our time. I appreciate your post and look forward to more.

    Simple Linear Regression

    ReplyDelete
  40. Great post i must say and thanks for the information. Education is definitely a sticky subject. However, is still among the leading topics of our time. I appreciate your post and look forward to more.

    Correlation vs Covariance

    ReplyDelete
  41. Such a very useful article. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article.

    Simple Linear Regression

    Correlation vs Covariance

    ReplyDelete
  42. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance
    Simple linear regression

    ReplyDelete
  43. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance
    Simple linear regression
    data science interview questions

    ReplyDelete
  44. I wanted to leave a little comment to support you and wish you a good continuation. Wishing you the best of luck for all your blogging efforts.
    Data Analytics Course in Pune
    I like viewing web sites which comprehend the price of delivering the excellent useful resource free of charge. I truly adored reading your posting. Thank you!
    Cool stuff you have, and you keep overhaul every one of us.

    ReplyDelete
  45. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance
    Simple linear regression
    data science interview questions

    ReplyDelete
  46. Very interesting to read this article.I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance
    Simple linear regression
    data science interview questions

    ReplyDelete
  47. Just saying thanks will not just be sufficient, for the fantasti c lucidity in your writing. I will instantly grab your rss feed to stay informed of any updates.<a href="https://www.excelr.com/business-analytics-training-in-pune/”> Courses in Business Analytics</a>
    I really enjoy reading and also appreciate your work.

    ReplyDelete
  48. Attend The Data Science Training Bangalore From ExcelR. Practical Data Science Training Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Science Training Bangalore.
    Data Science Training Bangalore

    ReplyDelete
  49. Amazing Article ! I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Simple Linear Regression
    Correlation vs covariance
    data science interview questions
    KNN Algorithm

    ReplyDelete
  50. Attend The Business Analytics Courses From ExcelR. Practical Business Analytics Courses Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Analytics Courses.
    Business Analytics Courses

    ReplyDelete
  51. Attend The Data Analyst Course From ExcelR. Practical Data Analyst Course Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Analyst Course.
    Data Analyst Course

    ReplyDelete
  52. Amazing Article ! I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Simple Linear Regression
    Correlation vs covariance
    data science interview questions
    KNN Algorithm
    Logistic Regression explained

    ReplyDelete
  53. This Was An Amazing ! I Haven't Seen This Type of Blog Ever ! Thankyou For Sharing data science training in Hyderabad

    ReplyDelete
  54. As the internet users across the world have been increased massively by year on year and when it compares to since 2000-2018 the ratio is increasing year by year. digital marketing training in hyderabad

    ReplyDelete
  55. Attend The Data Analyst Course From ExcelR. Practical Data Analyst Course Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Analyst Course.
    Data Analyst Course

    ReplyDelete
  56. Amazing Article ! I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance
    Simple Linear Regression
    data science interview questions
    KNN Algorithm
    Logistic Regression explained

    ReplyDelete
  57. Attend The Data Analyst Course From ExcelR. Practical Data Analyst Course Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Data Analyst Course.
    Data Analyst Course

    ReplyDelete
  58. Amazing Article ! I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Simple Linear Regression
    Correlation vs covariance
    data science interview questions
    KNN Algorithm
    Logistic Regression explained

    ReplyDelete
  59. Really nice and interesting post. I was looking for this kind of information and enjoyed reading this one. Keep posting. Thanks for sharing.

    data science interview questions

    ReplyDelete
  60. Amazing Article ! I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Correlation vs Covariance
    Simple Linear Regression
    data science interview questions
    KNN Algorithm
    Logistic Regression explained

    ReplyDelete
  61. I have to search sites with relevant information on given topic and provide them to teacher our opinion and the article.

    Simple Linear Regression

    Correlation vs covariance

    KNN Algorithm

    Logistic Regression explained

    ReplyDelete
  62. A Computer Scientist figures out how to plan programming frameworks and gains top to bottom learning of the hypothesis of calculationdata scientist courses

    ReplyDelete
  63. very well explained .I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Simple Linear Regression
    Correlation vs covariance
    data science interview questions
    KNN Algorithm
    Logistic Regression explained

    ReplyDelete
  64. Cool stuff you have and you keep overhaul every one of us

    data science interview questions

    ReplyDelete
  65. Very nice blogs!!! i have to learning for lot of information for this sites…Sharing for wonderful information.Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing, data sciecne course in hyderabad

    ReplyDelete
  66. very well explained. I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Logistic Regression explained
    Correlation vs Covariance
    Simple Linear Regression
    data science interview questions
    KNN Algorithm

    ReplyDelete
  67. There is no dearth of Data Science course syllabus or resources. Learn the advanced data science course concepts and get your skills upgraded from the pioneers in Data Science.
    data science course syllabus

    ReplyDelete
  68. Attend The Machine Learning Course Bangalore From ExcelR. Practical Machine Learning course Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Machine Learning course Bangalore.
    Machine Learning Course Bangalore

    ReplyDelete
  69. Leave the city behind & drive with us for a Thrilling drive over the Desert Dunes & Experience a lavish dinner with amazing shows in our Desert Camp.
    desert safari dubai

    ReplyDelete
  70. very well explained. I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Logistic Regression explained
    Correlation vs Covariance
    Simple Linear Regression
    data science interview questions
    KNN Algorithm

    ReplyDelete
  71. I have to search sites with relevant information on given topic and provide them to teacher our opinion and the article.

    Simple Linear Regression

    Correlation vs Covariance

    ReplyDelete
  72. very well explained. I would like to thank you for the efforts you had made for writing this awesome article. This article inspired me to read more. keep it up.
    Logistic Regression explained
    Correlation vs Covariance
    Simple Linear Regression
    data science interview questions
    KNN Algorithm

    ReplyDelete
  73. Very nice blogs!!! i have to learning for lot of information for this sites…Sharing for wonderful information.Thanks for sharing this valuable information to our vision. You have posted a trust worthy blog keep sharing, data science courses

    ReplyDelete
  74. Very informative blog
    Join 360digiTMG for best courses
    Data science course

    ReplyDelete
  75. It’s good to check this kind of website. I think I would so much from you.ExcelR Data Analytics Course

    ReplyDelete
  76. This is exactly the information I'm looking for, I couldn't have asked for a simpler read with great tips like this... Thanks! ExcelR Data Scientist Course In Pune With Placement

    ReplyDelete
  77. Informative blog post,
    Digital Marketing is right now the most stable job you could have. There are many openings for Digital Marketers around the globe. Hence we suggest you to attend our Digital Marketing Course in Hyderabad to acquire skills that a Digital Marketer needs.

    ReplyDelete
  78. Thanks for posting the best information and the blog is very important.data science interview questions and answers

    ReplyDelete
  79. Stupendous blog huge applause to the blogger and hoping you to come up with such an extraordinary content in future. Surely, this post will inspire many aspirants who are very keen in gaining the knowledge. Expecting many more contents with lot more curiosity further.

    Data Science Certification in Bhilai

    ReplyDelete
  80. Extraordinary blog filled with an amazing content which no one has touched this subject before. Thanking the blogger for all the terrific efforts put in to develop such an awesome content. Expecting to deliver similar content further too and keep sharing as always.

    Data Science Training

    ReplyDelete
  81. 3RI Technologies data analytics courses in pune
    3ri Technologies has been committed to providing quality education and knowledge to the data analytics courses in pune We recognize that different students have different training requirements, so we provide a variety of courses to different student groups. 3ri technologies in pune provide the ideal platform to meet the demands of the constantly evolving data analytics courses in pune market. Our training ensures IT professionals, business users and decision-makers have the knowledge they need to drive an enterprise effectively..

    ReplyDelete
  82. data Analytics courses in pune
    3RI Technologies is the leading institution offering instructor-data analytics courses in pune Fresh graduates and working professionals can also enroll in it. 3RI Technologies offers well-managed data analytics courses in pune and also provides placement assistance through its industrial classes experts the division that interfaces with the global giants hiring data analytics Professionals.
    data analytics Courses in Pune

    ReplyDelete
  83. Extremely overall quite fascinating post. I was searching for this sort of data and delighted in perusing this one. Continue posting. A debt of gratitude is in order for sharing.data scientist course in warangal

    ReplyDelete
  84. This is really very nice post you shared, i like the post, thanks for sharing.. business analytics course in mysore

    ReplyDelete
  85. I really appreciate this wonderful post that you have provided for us. I assure this would be beneficial for most of the people.
    data analytics course in hyderabad

    ReplyDelete
  86. Really nice and interesting post. I was looking for this kind of information and enjoyed reading this one.
    full stack development course

    ReplyDelete
  87. Your work is very good and I appreciate you and hopping for some more informative posts
    business analytics training in hyderabad

    ReplyDelete
  88. I have read your excellent post. This is a great job. I enjoyed reading your post for the first time. I want to say thanks for this post. Thank you...
    data science training in hyderabad

    ReplyDelete

Powered by Blogger.