Discussion:
Integrating ml in django
shiva kumar
2018-12-04 17:55:08 UTC
Permalink
I have one doubt regarding django. That, can we use ml concepts and
packages in django as our backend technology
That is by using ml concepts like numpy, tensor flow can we make data
present in database more functional to use like predictions etc.

Any suggestions will be helpful.that makes me some awareness.please respond
if u guys know about it
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMsYeuGonxq2asuFCX4qb%3DDRfSoVo2CavFEEHzvEa-p%3DD8GhLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Ryan Nowakowski
2018-12-05 13:21:00 UTC
Permalink
You can use any Python library with Django so you can use numpy and tensorflow.
Post by shiva kumar
I have one doubt regarding django. That, can we use ml concepts and
packages in django as our backend technology
That is by using ml concepts like numpy, tensor flow can we make data
present in database more functional to use like predictions etc.
Any suggestions will be helpful.that makes me some awareness.please respond
if u guys know about it
--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CAMsYeuGonxq2asuFCX4qb%3DDRfSoVo2CavFEEHzvEa-p%3DD8GhLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7E0E7D6C-973C-4238-B5A6-00E1085817F2%40fattuba.com.
For more options, visit https://groups.google.com/d/optout.
kennedy kay
2018-12-05 13:24:27 UTC
Permalink
Yes friend...You can always preprocess you data with a python script at the
backend. You can as well use machine predictive modeling, clustering and
classification algorithms using sklearn, pandas and numpy libraries.

This is no problem at all so long it is all in python. Django can output it
all.
Post by shiva kumar
I have one doubt regarding django. That, can we use ml concepts and
packages in django as our backend technology
That is by using ml concepts like numpy, tensor flow can we make data
present in database more functional to use like predictions etc.
Any suggestions will be helpful.that makes me some awareness.please
respond if u guys know about it
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8dbf650c-044e-49a5-8f02-a4ffa8cef2af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...