
REGEX – How to match and search any pattern or validate input? (Regular expressions 30-min course)
- Frank
- August 22, 2022
- Beginner
- C++
- c++ regex
- code beauty
- codebeauty
- Crash Course
- email regex
- for beginners
- how to match and search pattern
- how to match and search pattern with regex
- how to match any pattern
- how to search pattern
- how to validate input
- match and search any pattern
- password regex
- RegEx
- regex c++
- regex course
- regex for beginners
- regex full course
- regex match
- regex search
- regex tutorial
- regular expression
- Regular Expressions
- regular expressions examples
RegEx, while not difficult, has its rough edges. Here’s a great video on how to learn RegEx quickly.
Read More
Learn PyTorch for deep learning in a day. Literally.
- Frank
- August 22, 2022
- PyTorch
All code on GitHub – https://dbourke.link/pt-github
Read More
Mr. Wizard on How Telephones Work?
I remember watching this episode on TV as a kid and being fascinated by how the tones sounded. Thanks to YouTube, I can watch this again.
Read More
Azure Developer Associate (AZ-204) — Full Course Pass the Exam!
- Frank
- August 22, 2022
- Az-204
- Azure
Prepare for the Microsoft Azure Developer Associate Certification! Course developed by Andrew Brown of ExamPro.
Read More
Unlocking your CPU cores in Python
How to use all your CPU cores in Python? Due to the Global Interpreter Lock (GIL) in Python, threads don’t really get much use of your CPU cores. Instead, use multiprocessing! Process pools are beginner-friendly but also quite performant in many situations. Don’t fall into some of the many traps of multiprocessing though, this video […]
Read More
Intro to Natural Language Processing (NLP)
- Frank
- August 22, 2022
- AI
- artificial intelligence
- artificial neural network
- Autoencoders
- Clustering
- Convolutional Neural Network
- CUDA
- cuDNN
- data augmentation
- Deep Learning
- fine-tune
- GPU
- image classification
- Keras
- Learning
- Machine Learning
- Natural Language Processing
- neural net
- Neural Network
- Nvidia
- Python
- PyTorch
- relu
- Sentiment Analysis
- Sequential model
- Supervised Learning
- TensorFlow
- tensorflow.js
- Text Classification
- TFJS
- train
- Training
- Transfer Learning
- Tutorial
- Unsupervised Learning
This course provides an introduction to the field of Natural Language Processing (NLP) with a focus on sentiment analysis and text classification using artificial neural networks. In this lesson, we’ll get introduced to the field of Natural Language Processing, otherwise known simply as NLP.
Read More
From DEF CON 30: Bio Hacking, Voting Machine Village, RF FoxHunt & More!
Here’s Hak5’s coverage of DEFCON30. #DEFCON30 was huge this year! With a new venue, new villages, and new contests, there was something for everyone. This video rounds up some of my favorite new villages and some old favorites, discussing the CTFs, badges #badgelife, and demos shown off during the convention weekend. Enjoy!
Read More
Quantum Computing Explained
In this video, I explain the concept of quantum computing (a new and transformational technology) and compare its characteristics with that of current digital computers.
Read More