- 16
- 10 514
Nicholas Facciola
เข้าร่วมเมื่อ 16 ก.พ. 2016
Welcome to my channel! I cover a variety of topics in tech including AI, data science, game development and more! You can find videos on my channel that are tutorial based, concept overviews, or even just me giving my take on interesting science & technology related material. If you vibe with my content please drop a sub as it helps me out a lot, and give me feedback in my videos if you want me to make a video on a specific topic. Thanks for coming to my channel and I hope to see you around here more often ;)
Can ChatGPT PREDICT the Future of AI After Trump's Presidency?
In this video, we dive into the potential impacts of Donald Trump’s upcoming presidency on AI policy and regulation. With Trump’s administration likely to roll back President Biden’s executive order on AI, major shifts in the development, regulation, and application of artificial intelligence are expected. We’ll explore how this move could accelerate AI innovation by reducing regulatory barriers for tech giants, enabling the military to advance AI-driven defense projects, and allowing high-risk applications in surveillance, healthcare, and finance to flourish.
However, with this increased freedom, we’ll also examine the risks and ethical concerns that come with fewer safeguards, especially for vulnerable communities. From autonomous vehicles to real-time surveillance systems and predictive policing, this video sheds light on what kinds of AI applications might be fast-tracked in a low-regulation environment, and which groups stand to be most affected. Join us for an in-depth analysis of how a Trump administration could reshape the future of artificial intelligence in the U.S.!
Tags:
#AIpolicy #ArtificialIntelligence #AIFuture #AIregulation #AIethics #SurveillanceTech #MilitaryAI #InnovationInAI #AIinHealthcare #AutonomousVehicles #FacialRecognition #TechNews #AIdevelopment #AlgorithmicBias #EthicsInTech #FutureOfAI #PrivacyConcerns #AIandSociety #MachineLearning #bigtech
However, with this increased freedom, we’ll also examine the risks and ethical concerns that come with fewer safeguards, especially for vulnerable communities. From autonomous vehicles to real-time surveillance systems and predictive policing, this video sheds light on what kinds of AI applications might be fast-tracked in a low-regulation environment, and which groups stand to be most affected. Join us for an in-depth analysis of how a Trump administration could reshape the future of artificial intelligence in the U.S.!
Tags:
#AIpolicy #ArtificialIntelligence #AIFuture #AIregulation #AIethics #SurveillanceTech #MilitaryAI #InnovationInAI #AIinHealthcare #AutonomousVehicles #FacialRecognition #TechNews #AIdevelopment #AlgorithmicBias #EthicsInTech #FutureOfAI #PrivacyConcerns #AIandSociety #MachineLearning #bigtech
มุมมอง: 62
วีดีโอ
IS Outlier.ai a SCAM or LEGIT?
มุมมอง 3.4Kหลายเดือนก่อน
Are you considering using Outlier.ai for your business or personal needs, but you're not sure if it's a legitimate service or a scam? In this video, we'll dive deep into the world of Outlier.ai and explore its features, benefits, and drawbacks to help you make an informed decision. So, is Outlier.ai a scam or is it a legit tool that can help you achieve your goals? Watch until the end to find o...
HOW I WOULD LEARN DATA SCIENCE IN 2024 (If I had to Start Over)
มุมมอง 468หลายเดือนก่อน
Starting from scratch in data science can be overwhelming, especially with all the information out there. In this video, I break down how I'd approach learning data science in 2024 if I were just beginning. From the value of college (and alternatives) to choosing the right tools, building a solid portfolio, and networking like a pro-I'll guide you through the essential steps to get you on the p...
I Tried Using AI to Win Powerball… The Results Shocked Me!
มุมมอง 123หลายเดือนก่อน
Link to Data: www.texaslottery.com/export/sites/lottery/Games/Powerball/Winning_Numbers/index.html_2013354932.html In this video, I took on the ultimate data science challenge: trying to predict Powerball lottery numbers with AI! With odds of winning the jackpot at a staggering 1 in 292,201,338, it's safe to say that predicting the Powerball is nearly impossible. But that didn't stop me from th...
AI 101 Lesson1 | Intro to Search Algorithms - Random, Greedy, and A* Explained
มุมมอง 462 หลายเดือนก่อน
Welcome to the first episode in our AI Fundamentals series! In this video, we'll dive into the basics of search algorithms-a core concept in artificial intelligence. Using a fun treasure-hunting game as our example, we’ll explore three popular search algorithms: Random Search, Greedy Best-First Search, and A* Search. 📍 What You’ll Learn: The basics of a grid-based search game setup. How Random,...
Pandas AI Lesson 03 - Scrape and Preprocess Yahoo Finance News | Preparing Data for AI Analysis
มุมมอง 782 หลายเดือนก่อน
In today's video, we dive deep into scraping Yahoo Finance news articles on Microsoft (MSFT) and using NLP techniques to preprocess the data. We cover setting up Jupyter Notebook in VS Code, fetching and cleaning article data, performing sentiment analysis, and preparing data for fine-tuning a language model. This video is for educational purposes only and not intended to be taken as financial ...
Pandas AI Lesson 02 - Overcoming API Limits with Local LLM | Integrating Ollama with Pandas AI
มุมมอง 1772 หลายเดือนก่อน
In this video, we take our Pandas AI journey to the next level by overcoming the limitations of the API with Ollama, a local large language model! 🚀 We'll guide you step-by-step on how to install Ollama on Windows, run the "mistral-nemo" model, and integrate it with Pandas AI to perform natural language queries on your data-all without API limits! 🎉 If you've got a powerful GPU and you're ready...
Pandas AI Lesson 01 - Unleash the Power of AI in Data Analysis | Introduction to Pandas AI
มุมมอง 2372 หลายเดือนก่อน
🚀 Welcome to Pandas AI Lesson 01 - In this video, we'll introduce you to the incredible world of Pandas AI and show you how to integrate the power of AI into your data analysis workflows. Whether you're a data science pro or a beginner, this tutorial will help you get started with Pandas AI. In this lesson, we'll cover: Downloading and installing Visual Studio Build Tools. Setting up your Panda...
How to make a leaderboard in Unity WebGL
มุมมอง 1.2K2 ปีที่แล้ว
This video demonstrates how you can use the Loot Locker API to make a leaderboard for a Unity WebGL game
UNITY OLD INPUT SYSTEM SPLITSCREEN TUTORIAL
มุมมอง 8273 ปีที่แล้ว
I have seen many videos on TH-cam detailing how to make a split screen game in unity with the new input system. I have not seen many tutorials detail how to do it with the old input system. Use this tutorial if you do not want to change your movement to the new input system, but want to add split screen play. Link to the two scripts on github: github.com/mustangThunderBird/SplitscreenTutorial
LEETCODE: Split a String in Balanced Strings
มุมมอง 1384 ปีที่แล้ว
A demonstration of how to solve the Leetcode challenge, split a string in balanced strings. This challenge was done in java. Please like comment and subscribe for more!
LEETCODE: Create Target Array in the Given Order
มุมมอง 4704 ปีที่แล้ว
LEETCODE: Create Target Array in the Given Order