This blog post, I will show you how to setup mysql with JDBC drivers in matlabStep-1: Add JDBC driver to the MATLAB java classpath using javaaddpathFirst of all, download mysql-jdbc jar file and save it in some desired location, I am on ubuntu and I saved it under /usr/local/. I use … [Read more...] about How to configure mysql with matlab
Deep Learning: Image classification from webcam
In this blog post, we will see how to do image classification based on images captured from web camera using matlabPrerequisitesAs a prerequisite, we will require the following add-ons, which can be installed from the add-ons manager. Once the installation is complete, you should be able to … [Read more...] about Deep Learning: Image classification from webcam
Deep Learning: Image classification using Alexnet
In this blog post we will discuss how to do image classification using MATLAB, Let's begin.What is deep learning?Deep learning is a subset of machine learning in Artificial Intelligence (AI) that has networks capable of learning unsupervised from data that is unstructured or unlabeled. … [Read more...] about Deep Learning: Image classification using Alexnet
how to install octave on linux
In this blog post I will show you how to install octave Introduction GNU Octave is software featuring a high-level programming language, primarily intended for numerical computations. Octave helps in solving linear and nonlinear problems numerically. And also, for performing other numerical … [Read more...] about how to install octave on linux
How to install MATLAB on ubuntu
In this blog post I am going to show you how to install MATLAB on linux in a step by step procedure. Step-1: Create an account on mathworks.com visit mathworks & click on signin & if you scroll down you see an option to create account click on that. If you are exploring this for … [Read more...] about How to install MATLAB on ubuntu