Questions tagged [neura]

Programming or development Android questions related to NeuraSdk. NeuraSdk is a library attached to a native Android project, which uses it in order to detect events for users (fe : user left home, user arrived to work, user wakes up, etc.)

Use for programming or development Android questions related to NeuraSdk. NeuraSdk is a library attached to a native Android project, which uses it in order to detect events for users (fe : user left home, user arrived to work, user wakes up, etc.) For further information and usage please go to: https://dev.theneura.com/

16 questions
4
votes
1 answer

How do i get an accessToken after authenticating with Neura sdk for Android

When using (neura sdk) to detect where the user was, and what he/she's been doing 30 minutes ago. We've followed their guide for interacting with neara, and managed to authenticate with Neura successfully. For our server side, we need to use…
JenniferH
  • 95
  • 6
3
votes
1 answer

How does Neura know the optimal time to notify the user's?

I want to send a push notification to my user to take his pills. I am trying to implement the Neura SDK to understand my user's behavior. Can Neura send a notification to my User to take his pills before he goes to sleep ?
3
votes
1 answer

Does Neura recognize the locations like Home, Office automatically or I the user has to enter them manually?

if my permissions are ... [ "physicalActivity", "presenceAtWork" ] then do I need to have a location registered as "work" in order to have the app automatically trigger the physical activity events like "startedWalking"?
3
votes
1 answer

What is the event identifier in Neura?

I am using the Neura SDK, and trying to receive the events through a webhook. Its asking me for an event identifier.And also it's not letting me subscribe to events. where do i find an event identifier?
3
votes
1 answer

Not receiving accessToken and RESULT_OK on onActivityResult when using Neura sdk

I'm using NeuraSdk in order to detect user events (user arrived home, user left work, etc). I'm trying to login with their sdk, and even though the login looks successful and i enter the right sms code with the phone, the accessToken isn't received…
2
votes
0 answers

Extract model formula and results from ANN and Support Vector Regression

How can someone see the formula that has been produced by ANN and Support Vector Regression in R studio? For example I know that in multi-variable regression you can get the coefficients and the equation y=b0+b1*x1+b2*x2+...+bn*xn. But what about…
Fillip
  • 31
  • 2
2
votes
1 answer

Neura SDK implementation on android

Is Neura SDK a Geofencing SDK? I am developing an Android application that will allow users to rent their parking spots on hourly basis and promoting efficient parking management.
2
votes
1 answer

Cant Connect to Neura

I am having issues with the basic setup. I have gone through the iOS Quickstart guide, but when I click on the login button, I receive an error "ERROR_NOT_AUTHORIZED_APP_SIGNATURE" what could I possibly be doing wrong?
Sahil Tiwari
  • 159
  • 2
  • 12
2
votes
1 answer

How can I add more permissions/ events in my app?

I am trying to use the Neura SDK in my application. I was able to run the authentication flow, but now I want to add more permissions to it.
InquisitiveSu
  • 297
  • 1
  • 3
  • 4
2
votes
1 answer

Not receiving onActivityResult when finish authenticate with Neura

I'm using Neura sdk in order to detect when i arrive and leave home. My application sends feedback to the user's selected contacts when he arrives and leaves home. I've initiated connection with neura api, as declared in their documentations, and…
John Bristow
  • 156
  • 1
  • 5
2
votes
1 answer

receiving error when building an android project with Neura

I'm working with neura sdk in order to detect current data of a user(where he/she is, where were they 10 min ago etc). I want to login to their api, and authenticate my user, however - when i call NeuraApiClient.authenticate(...) nothing happens. I…
John Bristow
  • 156
  • 1
  • 5
1
vote
2 answers

NoSuchMethodError Neura

I found the example of auth in Neura, then created an activity and pasted this code: public class NeuraActivity extends AppCompatActivity { private NeuraApiClient mNeuraApiClient; @Override protected void onCreate(Bundle savedInstanceState) { …
1
vote
1 answer

Nuera authentication screen isn't opened when calling neuraApiClient.authenticate(...)

I'm working with Neura sdk in order to detect special events of my users( arriving/leaving home) I'm trying to initiate their authentication, as described below (fetchPermissions() and initNeuraConnection() are the same as in the documentations,…
John Bristow
  • 156
  • 1
  • 5
0
votes
3 answers

Neural Network parameters are not being updated

I tried to train a multi modal model on the 2d heat equation. CONTEXT : The best I have is a CNN with a 5*5 kernel that is optimised to output temperature maps with a given diffusion coefficient. Now I try to give the model other coefficient and…
0
votes
2 answers

House price prediction using Neural Network- network not learning

I am using pybrain to predict house prices in the house price dataset. I downloaded the dataset from below link: https://www.kaggle.com/apratim87/housingdata/data I picked 6 columns to predict the price …
user1690117
  • 41
  • 1
  • 5
1
2