Wednesday, December 2, 2020

Google adds password breach alerts to Chrome

 .

The recent Chrome version adds features that are aimed at bolstering password protection and as well as adding a more safe and secure browsing experience.

Chrome will now compare your saved login credentials against a list of login details that are known to have been compromised; if a match is found, it will alert you. If possible, the browser will also redirect you to the form where you can change your credentials.

Check your login credential now to avoid any hacking risk.

A. For Chrome Desktop Version

Open your Chrome Browser, copy the highlighted text below and paste it to the url box as shown in the accompanying image.

1.copy:

chrome://settings/passwords/check

2.paste:



B. For Chrome Mobile Version

Follow the steps below.

1. Go to menu/settings.



2. Select Password.



3. You should be able to see the password check feature.







.

Read More

Tuesday, December 1, 2020

[tutorial] Machine Learning Crash Course



 .

.

https://developers.google.com/machine-learning/crash-course/ml-intro

Read More

[how-to] Use NLTK Tool Online



.

Python NLTK Online for Natural Language Text Processing

There are currently 4 Python NLTK online demos available. On the top left you can do sentiment analysis, which uses text classification to determine sentiment polarity. On the top right, you can see how different word tokenizers work. On the bottom left, you can try stemming text in 17 supported languages. On the bottom right, you can do part of speech tagging with 22 different part of speech taggers, along with the possibility of chunk extraction and named entity recognition. Enter some text and see what happens!

.

http://text-processing.com/demo/

Read More