• Post category:StudyBullet-13
  • Reading time:5 mins read


Getting ready to welcome trollers and alike

What you will learn

How to use a pretrained model for content moderation

Using Angular Material, basics

Implementing artificila intelligence in Angular

How to use TensorFlowjs (deep learning)

Description

Online Content moderation is the process by which one must decide what stays online vs. what should be moderated or even eliminated; no one is happy to be moderated, I was not when I was the target of several online moderations on YouTube, Facebook and Twitter. The β€œNapalm girl” was a famous case in which Facebook classified as nudity, which is a historical picture.

“even the prime minister of Norway herself, reposted the photo to Facebook, only to have it quickly removed.” Custodians of the Internet: Platforms, Content Moderation, and the Hidden Decisions That Shape Social Media Book by Tarleton Gillespie

What is the best and most efficient way to safely moderate content online?

Several programming savvies are doing their best. Like in String Theory, they gather the best, but no practical answer came out yet.


Get Instant Notification of New Courses on our Telegram channel.


On this course, I want to share a trivial case, which was not also easy to solve: direct insult (i.e., calling people names).

The bot is a classical pattern recognition: it gives out a number, and you must decide your tolerance for insults. This number, already standard on deep learning, is a sort of properly, loosely speaking.

We are going to use two MIT license Google public tools: TensorFlow.js and Angular. The former is a deep learning tool for freely creating smart web application, whereas the latter is a free framework for creating frontend application, no need to create servers.

English
language

Content

Preliminaries

Meet our Gitbook, an ebook for assisting on learning
Meet our app, a bot for detecting insults
Meet our github repository

Getting started

Initials
Installing @tensorflow-models/toxicity: getting ready to be insulted by trollers
Getting to know the library: a basic parametrization
Getting to know the library: “******”, testing this insult

Creating an User Interface using Angular Material

Getting started
Getting started, part II
Using Angular Material to create a card
Adding a button to our card
Adding an input for moderation to our card
Connect button to our logic
Preparing the code for showing the moderation result from input
Just some final adjustments, and we are ready to go: “you suck!”
Closing lines, just a final test

Take a pick on our course before buying it!

Error type I and II on online content moderation: parametrizing @tensorflow-mode
“****” is a way to insult black people in America; is our bot able to flag it?
Getting to know me briefly

Anexo A: webinars

Artificial Intelligence: An exponential growth in the last decade, past, present
Computational Thinking: How computers think, decide and learn