Tagged in

Machine Learning


How to use TFRecord with Datasets and Iterators in Tensorflow with code samples

In the previous article, I have demonstrated how to make use of Tensorflow’s Datasets and Iterators. There we had created Datasets directly from Numpy (or Tensors). Another methodology of…


[NOTE] Caffe: How to train a model

Reference: http://caffe.berkeleyvision.org/gathered/examples/imagenet.html

I created this note because I would like to note down steps for training a model using Caffe library. I will not mention about how to install Caffe.


Machine Learning in Node.js With TensorFlow.js

TensorFlow.js is a new version of the popular open-source library which brings deep learning to JavaScript. Developers can now define, train, and run machine learning models using the high-level library API.


First impression of Deep Learning with fast.ai

This post is about my introduction to Machine Intelligence and encouragement to…


A.I. Articles of the Week, Aug. 2018 #1

Natural Language Processing is Fun!

How computers understand Human Language

Program Synthesis in 2017–18

…this post — a high-level overview

How AI is Disrupting Human Jobs

Last year the BBC reported that Robot automation will ‘take 800 million jobs by 2030’. Lucky for most of…


Big Ideas in CS/AI: toteach@jnrSchool

I recently had some words with an Academic about what is wrong with CS teaching in Scotland. Then I proposed what I considered would be a potential solution that would encourage P7, S1-S3 level students to study CS later in school. Rather than chewing over this…

Mastering Machine Learning

Installation and configuration

Data Preprocessing

Regression Techniques
Simple Linear Regression
Multiple Linear Regression
Polynomial Linear Regression
Support Vector Regression
Decision Tree Regression
Random Forest Regression…