Category Archives: Neural Networks

Run local jupyter notebook on a Pytorch container

Introduction When, I was learning Pytorch I had already two separate Python version (2.x and 3.x) together with a lot of packages installed on my machine and I did not want to risk messing up my laptop. So, I decided … Continue reading

Posted in Linux, Machine Learning, Neural Networks, programming, Python, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | 2 Comments

Function Approximation – 1 (Radial Basis Network)

Here I give an example about the function approximation technique in MATLAB, than can be used in many areas, e.g., machine learning, robotics, artificial intelligence, optimization. The function approximation in this tutorial is accomplished using Radial Basis Networks. There are … Continue reading

Posted in Linux, Machine Learning, MATLAB, Neural Networks, Optimization, programming, Robotics, SIMULINK, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Random Search Algorithm

Random Search Algorithm (Pure RSA) This is the simplest optimization (minimization) algorithm, You can find many related subject on internet. Here, I am going to provide a MATLAB code for this algorithm. The problem here is  min f(x) : f(x)=Σ … Continue reading

Posted in Linux, Machine Learning, MATLAB, Neural Networks, Optimization, programming, Robotics, Software, Ubuntu | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

General Categorization of Machine Learning methods

There are three main branches of learning methods: 1-Supervised learning – These methods require labeled data to learn from. For instance given a 10000 images of cats and dogs which are labeled correctly by a supervisor, a machine learning approach … Continue reading

Posted in Machine Learning, Neural Networks, Reinforcement Learning, Robotics, Thoughts | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment