Skip to content Skip to sidebar Skip to footer

All Posts

Viewing 65-72 posts

vit-age-classifier

A vision transformer finetuned to classify the age of a given person's face. import requests from PIL import Image from io import BytesIO from transformers import ViTFeatureExtractor, ViTForImageClassification # Get example image from official fairface repo + read it in as an image r = requests.get('https://github.com/dchen236/FairFace/blob/master/detected_faces/race_Asian_face0.jpg?raw=true' ) im = Image.open (BytesIO(r.content)) # Init model, transforms…

Huggy

ppo Agent playing Huggy This is a trained model of a ppo agent playing Huggy using the Unity ML-Agents Library. Usage (with ML-Agents) The Documentation: https://unity-technologies.github.io/ml-agents/ML-Agents-Toolkit-Documentation/ We wrote a complete tutorial to learn to train your first agent using ML-Agents and publish it to the Hub: A short tutorial where you teach Huggy the Dog 🐶 to fetch…

Logistic Regression (Binary Classification) | Machine Learning Tutorial

In this video, learn Logistic Regression (Binary Classification) | Machine Learning Tutorial. Find all the videos of the Machine Learning Course in this playlist: https://www.youtube.com/playlist?list=PLjVLYmrlmjGe-xLyoCdDrt8Nil1Alg_L3 💎 Get Access to Premium Videos and Live Streams: https://www.youtube.com/channel/UC0T6MVd3wQDB5ICAe45OxaQ/join WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India. We help businesses of all sizes…

Structured Output From OpenAI (Clean Dirty Data)

Twitter: https://twitter.com/GregKamradt Newsletter: https://mail.gregkamradt.com/signup Code: https://github.com/gkamradt/langchain-tutorials/blob/main/data_generation/Clean%20and%20Standardize%20Data.ipynb LangChain: https://langchain.readthedocs.io/en/latest/ 0:00 - Intro 0:40 - Preview of Output 1:34 - Code 2:20 - How To Get Structured Output 4:00 - Prompt Template 7:31 - Call OpenAI API 8:34 - Review Output 10:12 - Next Steps Music by lofigenerator.com / CC BY source