Neural Networks explained in a mathematical way
This tutorial is synchronized with the Youtube course of Neural Networks in my youtube channel. Nowadays, many companies take advantage of neural networks. They are […]
Continue reading »This tutorial is synchronized with the Youtube course of Neural Networks in my youtube channel. Nowadays, many companies take advantage of neural networks. They are […]
Continue reading »Taylor series is a representation of a function as an infinite sum of a polynomial expression. These series are really helpful for programming because of […]
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 »Neural Networks are an essential field in Artificial Intelligence. They are widely used in cutting-edge technology. Our smartphones have a lot of AI parts that […]
Continue reading »Nowadays , all aplications are connected with their self cloud services and you can interact easily with other people. You will be able to create […]
Continue reading »Neural Networks are a great tool for aritificial learning. Here you will see a pleasing visualization of a neural network represented in 3D working and […]
Continue reading »I have created a Self Driving Car Simulation using Unity 3D and C#. In this tutorials you will be able to create your own Self […]
Continue reading »