Top "Backend" questions

For questions involving the data processing components of a system.

Keras custom loss implementation : ValueError: An operation has `None` for gradient

I'm trying to implement this loss function : MCFD_loss_function from this document (P6) : Loss functions So I created a …

python tensorflow keras backend algebraic-number
Array sorting in Front-end or Back-end

I am implementing a RESTful API that returns an array. I want to know if it will be more efficient …

javascript frontend backend
Should data be formatted in the backend or front-end?

I have a web application, and I'm wondering if its better to format the data in the front-end or the …

javascript parsing web backend
Can I Use Python in Ionic for Backend work

Can I use Python as a backend for my ionic app? i am new to ionic as well as backend …

python ionic-framework backend hybrid-mobile-app
is there good Angular Js + rails backend tutorial?

recently I read Micahel Hartl's Ruby on Rails tutorial. It really works for me. Now, I want to make front-end …

ruby-on-rails angularjs frontend backend
Meteor js as front end, what use for backend?

I would like to ask about best practiecs in creation of backend to Meteor. I use Meteor js as Front …

meteor backend
What is a "django backend"?

I've been encountering quite a few django Apps mentioning 'backend', but don't exactly know what it is. Searching around google …

django backend
Performance benchmark for API frameworks written in different languages

I'm building a REST API and I want to know if anyone has compiled a list of performance benchmarks in …

performance api benchmarking performance-testing backend
Cannot change to a different GUI toolkit: notebook - Warning in Jupyter

I want to use the interactive plots in jupyter, but when switching the backend to notebook, I get the warning: …

matplotlib jupyter-notebook backend
Pass arguments using the HttpResponseRedirect in Django

I am trying to pass some information to my index page(index.html) from views.py. One passed, I need …

django redirect backend http-redirect