
Smart Mirror Touchscreen with Facial Recognition using Raspberry Pi 4
Eben Kouao created a smart mirror that, in addition to built-in facial recognition, integrated with Alexa built with a Raspberry Pi 4, using the latest Operating System, Raspbian Buster (2020) You can find the compiled face detection image on our website: https://smartbuilds.io/ Introducing Smart Mirror AI (SMAI). An IoT focused smart mirror connecting your favorite […]
Read More
PyTorch Dataset Normalization
- Frank
- June 2, 2020
- activation function
- AI
- artificial intelligence
- artificial neural network
- Autoencoders
- batch normalization
- Clustering
- CNN
- Convolutional Neural Network
- CUDA
- cuDNN
- data augmentation
- Deep Learning
- Education
- fine-tune
- GPU
- image classification
- Keras
- Learning
- Machine Learning
- neural net
- Neural Network
- Nvidia
- Python
- PyTorch
- relu
- Sequential model
- SGD
- Supervised Learning
- TensorFlow
- tensorflow.js
- TFJS
- train
- Training
- Transfer Learning
- Tutorial
- Unsupervised Learning
deeplizard teaches us how to normalize a dataset. We’ll see how dataset normalization is carried out in code, and we’ll see how normalization affects the neural network training process. Content index: 0:00 Video Intro 0:52 Feature Scaling 2:19 Normalization Example 5:26 What Is Standardization 8:13 Normalizing Color Channels 9:25 Code: Normalize a Dataset 19:40 Training […]
Read More
How to Change Default Meeting Durations in Outlook
- Frank
- June 2, 2020
- change default outlook meeting length
- End meetings early
- end meetings early option in outlook
- end meetings early outlook
- how to schedule a meeting in outlook
- Microsoft Outlook
- Office 365
- office 365 end meetings early
- outlook 365 tips and tricks
- outlook calendar
- outlook meeting
- outlook meeting default duration
- outlook meeting duration
- outlook meeting invite
- outlook meeting request
- outlook meeting schedule
- outlook meeting scheduler
- Teams meetings
Microsoft Mechanics shares this working from home tip: how to change default Outlook meeting length in the desktop app to give others – and yourself – a little time between meetings. By default, meetings in Outlook are set to 30 minutes, but did you know you can set them to end earlier – as a […]
Read More
GPT-3: Language Models are Few-Shot Learners
- Frank
- June 2, 2020
- AI
- artificial intelligence
- Arxiv
- attention
- autoregressive
- Bert
- boolq
- common crawl
- context
- corpus
- deep language
- Deep Learning
- explained
- Few Shot
- glue
- GPT-2
- gpt-3
- gpt2
- gpt3
- heads
- language model
- Machine Learning
- Math
- Microsoft
- mlm
- Natural Language Processing
- natural questions
- Neural Networks
- news
- NLP
- OpenAI
- Paper
- preplexity
- question answering
- sota
- strings
- superglue
- training data
- Transformers
- turing
- Wikipedia
- zero shot
How far can you go with ONLY language modeling? Can a large enough language model perform NLP task out of the box? OpenAI take on these and other questions by training a transformer that is an order of magnitude larger than anything that has ever been built before and the results are astounding. Yannic Kilcher […]
Read More
OBS running on Raspberry Pi 3 or 4
OBS has changed the game for live streamers. What if it could run on a device like a Raspberry Pi? Novaspirit Tech shows us how to get OBS working with Raspberry pi 4, and compile instructions. it’s still limited on what it can do, due to the missing hardware encoder / decoder provided by OMX […]
Read More
Explainability of ML.NET Regression Models
Jon Wood shows the importance of model explainability and a few ways you can do this ML.NET with linear regression models in this video. Related links: Paper mentioned in video and where wolf vs husky photo is from – https://arxiv.org/pdf/1602.04938.pdf Code – https://github.com/jwood803/MLNetExamples/blob/master/MLNetExamples/ModelExplainability/Program.cs ML.NET Playlist – https://www.youtube.com/watch?v=8gVhJKszzzI&list=PLl_upHIj19Zy3o09oICOutbNfXj332czx
Read More