
Solid in 100 Seconds
SolidJS is a JavaScript framework for building fast, declarative UIs on the web. It shares many ideas with React, but does not use the virtual DOM to deliver a more performant and pragmatic developer experience.
Read More
Neural Network Layers – Deep Learning Dictionary
- Frank
- May 16, 2022
- 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
What are the layers that make up an artificial neural network?
Read More
Tauri in 100 Seconds
Tauri is a tool for building cross-platform desktop apps on Windows, MacOS, and Linux with JavaScript & Rust. It is very lightweight and fast compared to similar tools like Electron, which is neither.
Read More
Assembly Language in 100 Seconds
Assembly is the lowest level human-readable programming language and it goes back to the beginning of the computer age. Today, it is used for precise control over the CPU and memory on the bare metal hardware of a computer. Learn the basics Assembly with NASM in 100 Seconds.
Read More
Deep Learning with TensorFlow – Course Reflection
- Frank
- May 9, 2022
- 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
Here’s the final video on DeepLizard’s Deep Learning with TensorFlow course.
Read More
100+ Computer Science Concepts Explained
Learn the fundamentals of Computer Science with a quick breakdown of jargon that every software engineer should know. Over 100 technical concepts from the CS curriculum are explained to provide a foundation for programmers.
Read More
Perl in 100 Seconds
It’s hard to believe that at one time, Perl was the reigning language of web development. Perl is a dynamic scripting language popular among system administrators and web developers. It is syntactically similar to the C Programming Language, but designed for efficient text processing tasks.
Read More
Building 10 web apps in 10 different languages
The following question always sparks debate: “Which serverside web framework is the best?” Here’s one objective way to find out. To find out, I built the same app 10 times with 10 different programming languages.. Learn the fundamentals of fullstack web development by comparing MVC frameworks.
Read More
Deep Q-Network Solves Cart and Pole – Reinforcement Learning Code Project
- Frank
- March 28, 2022
- agent environment
- AI
- AlphaGo
- artificial intelligence
- artificial neural network
- Bellman equation
- CNN
- Deep Learning
- Deep Q-network
- DQN
- Education
- experience replay
- Machine Learning
- markov decision process
- MDP
- Neural Network
- OpenAI Five
- OpenAI Gym
- policy gradients
- policy network
- Python
- PyTorch
- Q-learning
- Q-value
- Reinforcement Learning
- replay memory
- SGD
- stochastic gradient descent
- Supervised Learning
- TensorFlow
- Tutorial
- Unsupervised Learning
In this episode, learn how to use a deep Q-network to solve the Cart and Pole environment.
Read More
10 very promising Open Source Projects you haven’t heard of
This videos explores 10 game-changing open source libraries that can make your code faster, prettier, and cheaper.
Read More