-
Three Key Rules To Create Complex Neural Networks

Let me give you a scenario, you are a university student scouring online trying to find literature that would help you in your research project/thesis. You finally found the paper that you think will be useful to you. You are happy, you have accomplished the first phase of your project. You happily move on to…
-
How to create deep and dynamic custom Tensorflow models ? (Part-1)

So, I was recently trying to implement a custom architecture that involved a lot of layers and it was tedious and I eventually got bored of keeping track of my layers and it’s parameters. Anyone who likes to code does not like to hard code anything and initially when I started learning Tensorflow it really…
-
How to create deep and dynamic custom Tensorflow models ? (Part-2)

In the previous post we covered the fundamentals needed to understand the code. If you have not yet read it I recommend giving it a read. In this blog post, I will cover how to use the config file to create a dynamic tensorflow model. This post assumes that you know the basics of creating…