Exploring Netflix Productions with Python

Exploring Netflix Productions with Python Exploring Netflix Productions with Python I found a dataset of Netflix’s original films and documentaries. I analyze their IMDB Scores, runtime, premier date, and languages. I… Exploring Netflix Productions with PythonI found a dataset of Netflix’s original films and documentaries. I analyze their IMDB Scores, runtime, premier date, and languages. I…… Continue reading Exploring Netflix Productions with Python

Power is a social construction

Power is a social constructionThe SopranosPower exists as a subconsciously embedded psychotechnology to navigate self in society. It is an extension of a desire to manipulate or influence others. A projection of values you hold important gives someone influence and power.Climbing up societal dominance hierarchies gives you a sense of control. Paradoxically, you have little…… Continue reading Power is a social construction

“Our lockdown is worse”

“Our lockdown is worse”SatireFrustrations regarding lockdown have grown but it’ll get worse before it gets better. People have a lot to say, about the lockdown.“I could always eat, “ shares tempted millenial. “I thought I couldn’t get lonelier,” comments a puzzled student on Zoom. “At the end, it’ll all be worth it. Right?” he doubts. “I…… Continue reading “Our lockdown is worse”

Compromises of Patriotism

Compromises of PatriotismPassionate sentiment for community-belonging and patriotism belies unquestioned conformism. This passion sells and affects through conditioned absorption of opinions and biases presented to you. The feeling persists across the military, Taliban, Antifa, and Lakers’ fans.Nationalistic or tribalistic belonging can be a rewarding feeling if your happiness is contingent on other people in your…… Continue reading Compromises of Patriotism

Exploring Global Socioeconomic Data with Python and Tableau

Exploring Global Socioeconomic Data with Python and Tableau Exploring Global Socioeconomic Data with Python and Tableau I was curious about how the cost of living varies across the world. So, I found a Kaggle dataset to explore. Exploring Global Socioeconomic Data with Python and TableauI was curious about how the cost of living varies across the…… Continue reading Exploring Global Socioeconomic Data with Python and Tableau

Studying fake news propagation in social network data

Studying fake news propagation in social network dataThe impact of mass propagation of misinformation on social media became glaringly obvious with Trumpism. “Fake news” dynamically marries fiction with reason to make a seemingly persuasive argument by triggering certain emotions, affirming a demographic’s biases, and preserving certain insecurities. It is deceptive manipulation that appeals to ideals. These…… Continue reading Studying fake news propagation in social network data

How Conversational AI systems understand language

How Conversational AI systems understand languageMan falls in love with AI in Her, filmUnderstanding speech is a nuanced problem for a computer program. The literal interpretation of speech may be different from or influenced by the tone, expression, and subtext.Voice-activated systems like Alexa and Siri are great for instruction but having sustained dialogue seems to be…… Continue reading How Conversational AI systems understand language

Reinforcement Learning to teach robots Table Tennis

Reinforcement Learning to teach robots Table TennisReinforcement Learning (RL), a subdiscipline of Machine Learning, is self-learning driven by the feedback of an agent’s actions to maximize reward in an environment. It concerns an agent learning a task in an environment through iterative trial-and-error actions, using the feedback from the actions to inform future actions to generate…… Continue reading Reinforcement Learning to teach robots Table Tennis

Generative AI Algorithms to Create Music

Generative AI Algorithms to Create MusicComputational Creativity (CC) aims to emulate or replicate human-like creativity using a computer. Its algorithms are used to generate novel and recombined music with aesthetic value. Machine Learning-based intelligence involves the synthesis of novel ideas or insights, given data. If intelligence can be learned, so, can creativity.Grimes uses AI to augment…… Continue reading Generative AI Algorithms to Create Music

Real-time object detection with AI — YOLO

Real-time object detection with AI — YOLO“You Only Look Once” to detect common (~9000) objects and their respective, mostly high, probabilities. YOLO is a cutting-edge AI algorithm used to detect objects in images and videos. Speed, learning variance in objects, and customizability are its fundamental merits. Its speed can be attributed to programming complex convolutional neural nets…… Continue reading Real-time object detection with AI — YOLO