You May Also Enjoy
Deep Learning in Tensorflow - The Perceptron
less than 1 minute read
Published:
In this blogpost, the fundamental building block (the perceptron) has been discussed to
- Translate the perceptron model to code
- Visualise the number of trainable hyper-parameters when number of layers and input changes
Basic Reinforcement Learning Algorithms
less than 1 minute read
Published:
In this blogpost, SARSA and Q-Learning Reinforcement Learning Algorithms have been used to solve classic OpenAI Gym problems of -
- Balancing a pole on a moving cart
- Driving a car up a mountain.
Autonomous Driving using Computer Vision
less than 1 minute read
Published:
In this blogpost, Convolution Neural Network based Computer Vision algorithms were used to train an autonomous virtual car.
