29 Aug :: Week 2 Live Bootcamp

INTRODUCTION TO WEEK 2

In week 2 of the internship, our focus will be on how AI Fake News Detector helps detect fake news through binary classification techniques and helps build better experiences by controlling the flow of disinformation in politics, businesses, climate change, and more. Through the Week 2 Live Bootcamp and Coding Project, we will learn how to apply Machine Learning & NLP techniques for building a Fake News Detector Engine using Training data, NLP pipeline, TF-IDF vectorizer, and Text classifier.


LEARNING OBJECTIVES

After completing this week’s Bootcamp & Coding Project you will:

  • Have a good working knowledge of the Fundamentals of Natural Language Processing(NLP).
  • Learn various concepts involved in building the Fake News Detector such as data analysis, text mining, calculating sentence embeddings, and computing sentence similarity.
  • Have a fully functional Fake News Detector prototype that you can customize and fine tune the model to enhance its performance.

LIVE BOOTCAMP

AI Fake News Detector is built on top of various powerful machine learning libraries. The tool works by training a neural network to spot fake articles based on their text content. When you run your own data through the tool, it gives you back a list of articles it thinks are likely fake.

Watch this Live Bootcamp (recording available below after live session) on building your own Fake News Detector Engine & learn how to train the model, and use supervised learning algorithms like Naive Bayes, and Logistic RegressionCV.

NOTE :: You must sign in/sign up (top right corner of this page) to record your attendance while watching this live or recorded bootcamp. Just sign in and then watch - it’s as easy as that!


PRACTICAL EXERCISE

Click the below button to access the Fake News Detector kandi kit. This kit has all the required dependencies and resources you need to build your application.

Click on the 1-Click Installer button on the kandi kit page to install the Fake News Detector kit. On installing and running this kit, you will have a working model that you can customize and use in your project.

kandi 1-Click Kit - Dark

Below are three sample coding exercises that will help you advance in your journey in Fake News Detector Using Natural Language Processing(NLP). To get started, use the relevant keywords to search for simple code snippets in the search bar on kandi .

Sample Exercise 1 - Spam filtering: remove Stopwords: This exercise shows how you can filter stopwords, an essential step in NLP pipeline.

Sample Exercise 2 - Lemmatization using SpaCy: Try this exercise to get to the root form of the word using the Spacy library.

Sample Exercise 3 - Create word cloud from CSV: Learn to build a very simple word cloud using Python using only a few lines of code to create a visual representation (image) of word data.


CODING PROJECT

Complete and submit this interesting Coding Project and receive your AI Engineering Learner Badge!

It is mandatory for you to complete your weekly Coding Project in order to receive your final Internship Completion Certificate.

NOTE :: For questions 6-10, please ensure you upload screenshots of your code and outcome in PNG format ONLY. We will not be able to consider answers provided in text or any other format. You will receive your Badge #4 if you meet the minimum requirement of 60% correct answers. If not, you will receive an email from us requesting you to retake the Coding Project.

Coding Project - Week 2

Showcase your progress & win exciting prizes!

  1. Share your badge on social media. You can save the image and share.
  2. Add a short note on why you are excited to learn new digital skills.
  3. Ensure you tag #Ready2GoDigital @ICTAcademy @OpenWeaver.

Win goodies every week! Share badges every week and stand to win Airpods at the end of the internship!


SUPPORT

Reach out to us by replying below for any questions! You must be signed in with your registered email address to use the ‘reply’ feature.


2 Likes

1. What is the full form of NLG?

  • Natural Language Grammar
  • Natural Language Generation
  • Natural Language Growth
  • Natural Language Genre
0 voters
2 Likes

2. Fake News kit works on which algorithm to classify an article as Fake or Real?

  • K means clustering
  • Naïve Bayes
  • Support Vector Machines
  • Decision Trees
0 voters
2 Likes

3. Are we required to unzip the Fake News Kit before installation?

  • Yes
  • No
0 voters
1 Like

4. Using TF-IDF (Term Frequency - Inverse Document Frequency) values for features in a uni-gram bag-of-words model should have an effect most similar to which of the following?

  • Lowercasing the data
  • Dropout regularization
  • Removing stop words
  • Increasing the learning rate
0 voters
1 Like

5. What test data ratio was set for the Fake News Detection kit to run?

  • 0.40
  • 0.30
  • 0.50
  • 0.20
0 voters
2 Likes

Mam, I have already submitted the coding project 1 on 24th August, but haven’t received Enthusiast badge till now !!
Please resolve this issue !!

2 Likes

Mam for this week coding project we need to download this kit ?

1 Like

yes you have to download it

1 Like

news about the any new technology with out any proper facts

1 Like

If you have submitted the coding project and have secured the minimum 60% score, you will receive your badge today evening. If not, you will receive an email asking you to retake the coding project.

4 Likes

Thank you so much mam it is useful for me

1 Like

Mam, I have already submitted the coding project 1 on 27th August, but haven’t received Enthusiast badge till now !!
Please resolve this issue !!

1 Like

This kit help us to learn about the fake new detection

Can I download my badget or not? Please reply me

If you have submitted the coding project and have secured the minimum 60% score, you will receive your badge today evening. If not, you will receive an email asking you to retake the coding project.

Yes, you can save your badge from the mail that you must have received after submitting the coding project and have secured the minimum 60% score.

I received mam but I unable to download the badge

Good session, Today we got to learn about NLP and Naive Bayes how this algorithm used to classify the Fake news and non fake news.