Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. ead{author1_Firstname@univ-jijel.dz}
  2.  
  3. documentclass[5p,twocolumn]{elsarticle}
  4.  
  5. usepackage{amssymb}
  6. usepackage[figuresright]{rotating}
  7. usepackage{mathptmx}
  8. usepackage{lipsum} % for mock text
  9. newcounter{resume}
  10. usepackage{float}
  11. usepackage{stfloats}
  12.  
  13. %end
  14.  
  15. % declarations for front matter
  16.  
  17. begin{document}
  18.  
  19. begin{frontmatter}
  20.  
  21. author[rvt]{Author1corref{cor1}}
  22. ead{author1_Firstname@univ-jijel.dz}
  23.  
  24. author[rvt]{Author2}
  25. ead{author2_Firstname@univ-jijel.dz}
  26.  
  27. %% fntext[label2]{}
  28. cortext[cor1]{Coresponding author. Tel.: +225 095243621.}
  29. address[rvt]{Non Destructive Testing Laboratory (NDT Lab), Automatic Department, Sciences and Technology Faculty, University , BP 98 street, 18000, City, country}
  30.  
  31. title{Title of the paper}
  32.  
  33. %% use optional labels to link authors explicitly to addresses:
  34. %% author[label1,label2]{<author name>}
  35. %% address[label1]{<address>}
  36. %% address[label2]{<address>}
  37.  
  38. %author{}
  39.  
  40. %address{}
  41.  
  42. begin{abstract}
  43. Based on clinical data collected using different brain imaging and recording techniques, brain researchers built mathematical models of the activity in the human brain. To test these models they simulate them by performing on those models a virtual brain experiment and compare the outputs from those with the real brain activity recordings. The models can be a basis for understanding what goes wrong in brain diseases and brain disorders and potentially help to create new drugs for these conditions. These models are often formulated in a continuous-discrete state space form. To fit these models to actual data, this require having suitable techniques that permits us to estimate both the hidden states and parameters of such models. The method proposed in this paper is a combination between the Square Root Cubature Kalman Filter (SCKF) and Maximum Likelihood Estimation (MLE). It uses gradient based optimization algorithms, for minimizing-maximizing the objective function. In the proposed method, it will be explained how the gradient can be calculated with a SCKF-like recursion. Numerical results obtained with simulated data are presented and discussed.
  44. end{abstract}
  45.  
  46. begin{keyword}
  47. FMRI sep Biophysical modelsep Stochastic Metabolic Hemodynamic Modelsep Maximum likelihood estimation sep Square-root Cubature Kalman Filter
  48.  
  49. %% PACS codes here, in the form: PACS code sep code
  50.  
  51. %% MSC codes here, in the form: MSC code sep code
  52. %% or MSC[2008] code sep code (2000 is the default)
  53.  
  54. end{keyword}
  55.  
  56. end{frontmatter}
  57.  
  58. %%
  59. %% Start line numbering here if you want
  60. %%
  61. % linenumbers
  62.  
  63. %% main text
  64. section{Introduction}
  65. label{intro}
  66. Functional magnetic resonance imaging (fMRI) represents one of the most powerful and noninvasive tools that has ever been developed, by virtue of its capability to image human brain function. The goal of research interest in fMRI is to understand the neural mechanism behind how we see, hear, think, feel and move. One of the most promising fields in which the fMRI was extensively used is the Cognitive Neuroscience, which focuses on the study of working memory, decision making, perception, sensation, reasoning, acquisition of knowledge and behavior.
  67. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement