do you want to join me on TensorFlow journey?
I have decided to follow Tensorflow in this repository in an advanced way. you will learn lots of informaion such as devoloping you own layers, functions and models. also you will work with advanced computer vision techniques to implement reall world projects lets have fun!
- functional API will free your hand to design model
- at the Multi_output.ipynb notebook you can see the model which support the multiple output. look at the bottom picture :
- siamese network: (t.ly/R6ga)
- custom loss function: another important thing is that you can create your own loss function, at this repository you can see the structer and usage.