Image Processing and Classification
Nowadays, analyzing images has become a very important task for Artificial Artificial problems such as the Autonomous Driving, object detection, intelligent cameras and also facial […]
Continue reading »Nowadays, analyzing images has become a very important task for Artificial Artificial problems such as the Autonomous Driving, object detection, intelligent cameras and also facial […]
Continue reading »Neural Networks are complex models that can be trained to get better results and predictions. This training sometimes is fast and useful but others not. […]
Continue reading »Activations functions are widely used in almost every type of Neural Networks. Feed-forward neural network, Convolutional Neural Networks and Recurrent Neural Networks use activation functions. […]
Continue reading »In this post you will learn how I have created this Self Driving Simulation with interesting features and innovative ideas that will help you to […]
Continue reading »Nowadays self driving cars has become a very interesting area of technology where different companies such as Google, Tesla and Nvidia are trying to create […]
Continue reading »This application is my biggest project I have ever made. It is programmed in Java and you can create and test different neural networks. It’s […]
Continue reading »A Self Driving car simulation will be made in this post. You will understand how Genetic Algorithms and Neural Networks work in a practical way. […]
Continue reading »Genetic algorithm (GA) is a type of reinforcement learning inspired in the Universal Law of Evolution of Darwin. It can be easily used with neural […]
Continue reading »A Feed-Forward Neural Network was the first model that was invented and implemented for machine learning. Its inspired in the biological brains and they are […]
Continue reading »Convolutional Neural Networks are widely used for image classification. With some filters we can simplify an colored image with its most important parts. The main […]
Continue reading »