SciShow
Is This About To Revolutionize Antidepressants?
Wouldn't it be nice if psychiatrists could stick patients with depression in an EEG and find out what antidepressant, like an SSRI, might be best for them, eliminating months of trial and error? A new study shows how that might be coming...
TED Talks
TED: AI is dangerous, but not for the reasons you think | Sasha Luccioni
AI won't kill us all — but that doesn't make it trustworthy. Instead of getting distracted by future existential risks, AI ethics researcher Sasha Luccioni thinks we need to focus on the technology's current negative impacts, like...
TED Talks
TED: Can AI help solve the climate crisis? | Sims Witherspoon
AI can be a transformational tool in our fight against climate change, says Sims Witherspoon, a leader at the AI research lab Google DeepMind. Using wind power as her case study, she explains how powerful neural networks can help us...
Bozeman Science
Thinking in Proportion: Level 5 - Proportional Relationships
In this video Paul Andersen shows conceptual thinking in a mini-lesson on proportional relationships. TERMS Quantities - the amount (or number) of a thing Proportional relationship - relation of one dataset to another dataset Directly -...
SciShow
We Found Two Planets Using Artificial Intelligence!
Artificial Intelligence has helped astronomers discover 2 new planets in systems that we'd already looked at, and new theories about how Mars lost some of its water have surfaced.
Curated Video
What is Artificial Intelligence (AI)?
In this video, I want to answer the question, what is Artificial Intelligence? 2023 is the Year of Artificial Intelligence in Project Management, at OnlinePMCourses. This is how I define Artificial Intelligence, in my eBook, Decode the...
Curated Video
What If Our Clothes Could Disrupt Surveillance Cameras?
What do you get when you combine mass surveillance with A.I.? It’s a dystopia that’s already a reality in places across the world. Fashion designers are pushing back, crafting clothing and accessories that trick facial recognition...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Is This for Beginners or Experts? Academic or Practical? Fast or Slow-Paced?
Here, we will see an overview of the course content and its target audience, gain insights into whether this course is suitable for beginners or experts in financial analysis, whether it focuses more on academic or practical...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT for Pairs
In this lesson, you will learn to effectively query ChatGPT to identify potential pairs for your pairs trading strategy, including appropriate prompts, questions, or instructions to engage with the language model and to interpret and...
Curated Video
Fundamentals of Neural Networks - Purpose of Neural Networks
This video explains the purpose of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will learn every...
Curated Video
Fundamentals of Neural Networks - Linear Regression
This video explains statistical machine learning, where you will start with the linear regression model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Overview
In this video, you will learn about the taxonomy of recommender systems and use the recommender systems to get appropriate results.
Curated Video
Choosing the Best Charts and Graphs to Represent Data
Mr. Addit reviews the charts and graphs he had discussed in previous lessons. He then presents two data sets and models how to determine which chart or graph is the best representation for the given data.
Curated Video
These Language Models Talk to Each Other! | Socratic Models
These Language Models Talk to Each Other! | Socratic Models
Curated Video
Not Actually That Similar To Your Brain | AI 101
In AI 102, we’re talking about how neural networks work, and how they’re really not that similar to your brain after all.
Curated Video
How Much AI Do You Need To Make A Neuron? | Neuromorphic Design
How similar are perceptrons to neurons anyway? We'll look at a few papers that try to figure this out.
Curated Video
Is AI Racist? Sometimes. | AI 103: Ethics (Part 1 of Many)
AI can be kind of racist. How does that happen, and how can we fix it?
Curated Video
How To Train Your First Machine Learning Model For Free | Free ML Resources for Beginners
How To Train Your First Machine Learning Model For Free | Free ML Resources for Beginners
Curated Video
How I Would Learn Machine Learning (If I Had To Start Over)
If I had to learn machine learning from scratch, here’s how I’d do it.
Curated Video
Can AI Tell Whether You're A Criminal From Your Face? | Machine Learning and Physiognomy
Can AI Tell Whether You're A Criminal From Your Face? | Machine Learning and Physiognomy
Curated Video
How AI Preserves Systemic Racism
Systemic racism, and the institutions built by it, have existed for far longer than AI has. As the newest tool available to build systems, how has AI preserved (and chipped away at) systemic racism?
Curated Video
Does Algorithmic Fairness Include the LGBTQ+ Community?
Does Algorithmic Fairness Include the LGBTQ+ Community?
R Programming 101
Group by and Summarise functions in R programming - use the tidyverse package to wrangle your data
If you are learning to work with data then being able to structure, manipulate and summarize your data is extremely important. This forms part of what we call descriptive statistics. the group_by() and summarise() functions are part of...