Artificial Intelligence Against Depression

APPLICATION: BREAKING THE MISERY LOOP ON SOCIAL MEDIA AND BUILDING AN ANTI-DEPRESSION CONTENT FLOW

LIFE LOOP DETECTION

LOOP OF MISERY

Algorithm

a = [True, True, True, False, True, True]
X = lambda n : a[n] if n < 1 else X(n-1) and a[n]
def explore (): .
. EACH HUMAN STRATEGY OF LIFE
. UPDATING a
. UPDATING environment_elements
.
while X(len(a) - 1):
continue
explore()
explore()

CONTENT STRATEGY

CHOICE THEORY BASIC NEEDS

Characteristics of the Five Basic Needs:

6 SOCIAL MEDIA CONTENT CATEGORIES TO DELIGHT YOUR FANS

MATRIX OF CONTENT SATISFACTION STRATEGY PER HUMAN

|       -       | Survival | Belonging | Power | Freedom | Fun  |
|---------------|----------|-----------|-------|---------|------|
| Entertainment | Ϝ 1 | Ϝ 2 | Ϝ 3 | Ϝ 4 | Ϝ 5 |
| Inspiration | Ϝ 6 | Ϝ 7 | Ϝ 8 | Ϝ 9 | Ϝ 10 |
| Education | Ϝ 11 | Ϝ 12 | Ϝ 13 | Ϝ 14 | Ϝ 15 |
| Conversation | Ϝ 16 | Ϝ 17 | Ϝ 18 | Ϝ 19 | Ϝ 20 |
| Connection | Ϝ 21 | Ϝ 22 | Ϝ 23 | Ϝ 24 | Ϝ 25 |
| Promotion | Ϝ 26 | Ϝ 27 | Ϝ 28 | Ϝ 29 | Ϝ 30 |

Ϝ, ϝ (waw) Calculation

|       -       | Survival | Belonging | Power | Freedom | Fun  |
|---------------|----------|-----------|-------|---------|------|
| Entertainment | ϝ 1 | ϝ 2 | ϝ 3 | ϝ 4 | ϝ 5 |
| Inspiration | ϝ 6 | ϝ 7 | ϝ 8 | ϝ 9 | ϝ 10 |
| Education | ϝ 11 | ϝ 12 | ϝ 13 | ϝ 14 | ϝ 15 |
| Conversation | ϝ 16 | ϝ 17 | ϝ 18 | ϝ 19 | ϝ 20 |
| Connection | ϝ 21 | ϝ 22 | ϝ 23 | ϝ 24 | ϝ 25 |
| Promotion | ϝ 26 | ϝ 27 | ϝ 28 | ϝ 29 | ϝ 30 |

Notes

--

--

Information Technology Student

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store