I was wondering how to implement this kind of loss function since MAE is not continuously twice differentiable. Are there any functions close to the Huber loss?
https://stackoverflow.com/questions/45006341/xgboost-how-to-use-mae-as-objective-function
I'm not familiar with XGBoost but if you're having a problem with differentiability there is a smooth approximation to the Huber Loss
https://en.wikipedia.org/wiki/Huber_loss#Pseudo-Huber_loss_function
This function is (more than twice) continuously differentiable, so try something like f(x) = sqrt(1+(x2) ) -1
Wolfram alpha shows that the curve is what you'd expect from Huber.
http://www.wolframalpha.com/input/?i=sqrt(1%2Bx%5E2)+-1
https://github.com/dmlc/xgboost/issues/2522
https://github.com/dmlc/xgboost/issues/2602
http://codegists.com/code/huber-loss-xgboost/
I'm doing a particle physics analysis (jet energy regression) by means deep neural network (in keras with tensorflow backend). I have several features (mostly kinematic variables). I trained my...
07 August 2018 3,284 3 View
Heart organ.
02 March 2016 5,615 0 View
Langerdoff isolated hart preparation
31 December 2015 7,175 18 View
Since a phase plane needs two variables that are dependent on time, I am thinking it can be the RR interval and the voltage variation. That is, V(t) and RR(t). What do you think? If this is...
11 December 2015 3,356 6 View
09 October 2015 7,069 0 View
In my ECG recordings, I periodically add increasing concentration of high calcium ringer's solution with an interval of 10 minutes for each concentration. I noticed that for an increase of...
08 September 2015 2,964 3 View
Please look at the attached. That was written using MS Word. Now, I want to use LaTex to make visible borders with the univesity name.
04 May 2015 492 1 View
03 April 2015 2,427 1 View
Hiiiii everyone! I have an enquiry on statistical analysis. I was looking for many forum and it's still cannot solve my problem. I want to compare means of two groups of data but only with two...
03 March 2021 8,796 3 View
What Characteristics makes CNN work better?
03 March 2021 1,458 4 View
i would to know some of the research gaps in the artificial intelligence field in most african countries.
03 March 2021 6,145 3 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
What's the best way to measure growth rates in House sparrow chicks from day 2 to day 10? Since, the growth curve from day 2 to 10 won't be like the "Logistic curve" it might not follow logistic...
03 March 2021 1,401 3 View
I have an experiment with 28 participants The independent variable is the times 1, 2, 5, and 10 used as the cross hairs during a task These 4 times were tested using 4 different blocks, each...
03 March 2021 9,692 2 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I looking for ferro calcium production process
03 March 2021 1,755 4 View
I just wanted to check if I need to run a linear regression separately if I am using PROCESS MACRO to run mediation analysis. Thank you.
02 March 2021 4,359 3 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View