Use Keras model on Android Part1 +Sub

preview_player
Показать описание
In this video, I will discuss how to use your pre-build Keras model on Android.
In part 1, I discuss converting a Keras-based ML model into a TensorFlow (TF) model, not a TensorFlow Lite!!!
Here, I assume that you know how to develop your own Machine learning (ML) models using Keras library, as well as a good knowledge of android development!

The used python codes could be found in the following link:

Regards,
Yahya
Рекомендации по теме
Комментарии
Автор

This video supports 6 languages using subtitles CC
These languages are: Arabic, Russian, French, English, Spanish, and German

AlaqrabChannel
Автор

after your permission @yahya I’d to say kinda a quote “people cant be mad blame others whether friend or person not know coz everybody have a vida, so sure there should be excuses to give otherwise no humanity. So when a person trying best to share his knowledge to help benefit this community & some just spread negativity around they should been faceing by patience & laugh”✌🏻

elianaleo
Автор

I'm using SVC using scikit-learn
But I couldn't convert to tensor flow
Please can you help me in this?

alhanoofaldossary
Автор

Do you have GitHub where the code is present?

harshithagovindaraju
Автор

I trained my model with 22k images and now the model size is 480 MB.Is there any way in which I can reduce the size?

yogeshwarshendye
Автор

the keras model is successfully converted to tf model with tf version 1.13.0rc1 cpu, thank you .

jaisinghkushwah
Автор

`get_session` is not available when using TensorFlow 2.0.

alexpolymath