Sign up for my newsletter to not miss a post like this
https://divingintogeneticsandgenomics.ck.page/newsletter
In my last post, I showed you how to build a neural network in Keras with less than 20 lines of code. One of the key road blocks for beginners is to transform the input to the right shape of tensor (the deep learning terminology) or array (the R built-in type).
In this post, I am going to show you some basic manipulations of the array.