
How to Build Knowledge Graphs With LLMs (python tutorial)
This video is from Johannes Jolkkonen | Getting Data. My previous video, showcasing how to use Large Language Models (LLMs) together with graph databases like Neo4J, had a lot of traction and many people were asking for details on the implementation. So, hereās a technical walkthrough from scratch, going through how I built the demo […]
Read More
Artificial Intelligence 3D Kit | Explore the three-dimensional recognition and positioning
This video is from Elephant Robotics. Artificial Intelligence 3D Kit is a robotic solution featuring a 3D camera for easy three-dimensional recognition. With 4 advanced recognition algorithms, this kit eliminates the need for complex position calibration. It supports 2 major application scenarios and offers open-source Python-based code for controlling robotic arms. It is compatible with […]
Read More
Simple Machine Learning GUI App with Taipy and Tensorflow
- Frank
- November 27, 2023
- AI
- Python
Python Simplified creates a beautiful machine learning GUI application. We will design a web interface, where an image classifying neural network lives š¤š¤š¤ We will use an open source library called Taipy for our stylish Python GUI and a framework called TensorFlow for all the machine learning tasks. By the end of this tutorial, you […]
Read More
George Hotz Explains What the Q* algorithm is.
- Frank
- November 27, 2023
- 7b
- AGI
- AI Safety
- Algorithm
- chat
- Data
- Dataset
- demo
- Feature
- float16
- geohot
- george
- georgehotz
- GitHub
- hermes
- Hermes 2
- hotz
- human
- Karl Cobbe
- language model
- livecoding
- local
- Math
- mathematical
- mistral
- model
- OpenAI
- OpenHermes
- papers
- prm800k
- process
- Programming
- Python
- Q Star
- Quentin
- reasoning
- sentencepieceprocessor
- source
- stream
- supervision
- teknium
- temperature
- Token
- tokenizers
- tokens
- transformer
- tts
- twitch
- variable
- verify step by step
- Voice
- weights
- yt:cc=on
George Hotz explains the Q8 algorithm and why it could be a big deal.
Read More
Python Programming on Linux Platform (From Novice to Advanced Level)
- Frank
- November 26, 2023
- Python
- Tutorial
This video is from MyWebUniversity. Python Programming on Linux Platform (From Novice to Advanced Level – Video Number 01) Everything you need to know on Python Programming language on Linux Platform from Novice level to Advanced level.
Read More
Python for AI #3: How to Train a Machine Learning Model with Python
- Frank
- November 25, 2023
- AI
- Python
- Tutorial
This video is from AssemblyAI. Python for AI Development Course #3: Today, we will learn how to train your first ML model with the data we prepared in the previous lesson. We will again use Jupyter Notebooks with Python and for the Machine Learning model training, we will use Scikit-learn. Get the code here: https://github.com/AssemblyAI/youtube-tutorials/blob/main/Data%20preparation%20and%20model%20training.ipynb […]
Read More
How to use Python and AI to Summarize Reviews | Python LLM Tutorial
- Frank
- November 21, 2023
- AI
- LLM
- Python
In this python AI tutorial, Kylie Ying will teach you how to use the Python Pyppeteer library to web scrape reviews from Google Reviews. Then, after we’ve scraped these reviews, we will use the the PaLM (LLM) API to summarize them, so we don’t have to read them all! Code: https://github.com/kying18/palm-api-projects/blob/main/reviews-summary/summarize.py
Read More
How to Create a Zelda style game in Python [with some Dark Souls elements]
- Frank
- November 20, 2023
- Game Dev
- Python
This video is from Clear Code. A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more.
Read More
An AI assistant for football analytics – Petar VeliÄkoviÄ (Google DeepMind)
This video from PyData shows that even sportscasters need to fear the AI.
Read More
How to Find Secret Social Media Profiles with this Program
More OSINT goodness in this video from Matty McTech. Using the Sherlock python script, you can use someone’s username to search hundreds of websites for other social media profiles they may own. I will go step by step with you to help you install python, download sherlock from Github and perform the profile search!
Read More