A
A
AUgryumov2017-06-04 11:08:01
Python
AUgryumov, 2017-06-04 11:08:01

Machine Learning in compiled software?

There are many libraries for machine learning, but almost all of them are only suitable for python. How can one do such things in a compiled language (C/C++/Rust)? The fact is that I have a project in Rust, and I suddenly decided to attach a neural network there. It is very inconvenient to keep the scripts separately and call them with console commands from the binary, which is far from free. I'm sure Google doesn't write search in python, it's extremely unprofitable in terms of performance. How do they get around this problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2017-06-04
@AUgryumov

https://www.tensorflow.org/versions/master/install...

X
xmoonlight, 2017-06-04
@xmoonlight

How do they get around this problem?
And who said that Google uses neural networks at all? Where does such information come from?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question