Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arbitrary deep network structures in Keras

I'm new to Keras. Is it possible to write arbitrary deep learning graph structures using Keras (say something like Faster R-CNN model)?

like image 923
Naimish Agarwal Avatar asked Feb 19 '26 05:02

Naimish Agarwal


1 Answers

Yes, Keras 1.0 has the functional API, and older versions of Keras have a graph API. Implementing Faster R-CNN with them is pretty easy.

More information at this guide. You should prefer the functional API since it is easier to use and the prefered way. The Graph API was removed in Keras 1.0 I believe.

like image 109
Dr. Snoopy Avatar answered Feb 22 '26 00:02

Dr. Snoopy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!