Last answered:

10 Mar 2022

Posted on:

06 Mar 2021

0

How could I execute TensorFlow 2 on excel?

Can I import a learned TensorFlow machine to excel (or any other user friendly and well known program or app), so we can input the input layer in excel and get the targets directly on the same excel sheet?

The objective of doing that is to let any one be able to use the learned neural network just as entering data and reaching results directly without any programming experience. if there were any other methods to do that please let me know.

Thank you!

2 answers ( 0 marked as helpful)
Instructor
Posted on:

08 Mar 2021

0

Hi,
Thanks for an interesting question.
We're actually preparing a 'Machine Learning in Excel' course at the moment.
However, Tensorflow 2 can't be imported in Excel and in general to use neural networks, you'll have to stick with Python and R.
Excel allows you to run regression and perform other 'simpler' forms of machine learning.
Hope this helps!
Best,
Ned

Posted on:

10 Mar 2022

0

You can! You need to use xlwings for that matter but it's doable, I did a tutorial with an AI to analyze images, should give you a starting point

Submit an answer