Inhaltsverzeichnis
Auswahl der wissenschaftlichen Literatur zum Thema „Estimations de gradient“
Geben Sie eine Quelle nach APA, MLA, Chicago, Harvard und anderen Zitierweisen an
Machen Sie sich mit den Listen der aktuellen Artikel, Bücher, Dissertationen, Berichten und anderer wissenschaftlichen Quellen zum Thema "Estimations de gradient" bekannt.
Neben jedem Werk im Literaturverzeichnis ist die Option "Zur Bibliographie hinzufügen" verfügbar. Nutzen Sie sie, wird Ihre bibliographische Angabe des gewählten Werkes nach der nötigen Zitierweise (APA, MLA, Harvard, Chicago, Vancouver usw.) automatisch gestaltet.
Sie können auch den vollen Text der wissenschaftlichen Publikation im PDF-Format herunterladen und eine Online-Annotation der Arbeit lesen, wenn die relevanten Parameter in den Metadaten verfügbar sind.
Zeitschriftenartikel zum Thema "Estimations de gradient"
Liu, Zijian, Chunbo Luo, Peng Ren, Tingwei Wang und Geyong Min. „Population based optimization via differential evolution and adaptive fractional gradient descent“. Filomat 34, Nr. 15 (2020): 5173–85. http://dx.doi.org/10.2298/fil2015173l.
Der volle Inhalt der QuelleHåkegård, Jan Erik, Mohammed Ouassou, Nadezda Sokolova und Aiden Morrison. „Assessment and Validation of Small-Scale Tropospheric Delay Estimations Based on NWP Data“. Sensors 24, Nr. 20 (12.10.2024): 6579. http://dx.doi.org/10.3390/s24206579.
Der volle Inhalt der QuelleKong, Xiangsong, und Dongbin Zheng. „A Knowledge-Informed Simplex Search Method Based on Historical Quasi-Gradient Estimations and Its Application on Quality Control of Medium Voltage Insulators“. Processes 9, Nr. 5 (28.04.2021): 770. http://dx.doi.org/10.3390/pr9050770.
Der volle Inhalt der QuelleAkgul, Volkan, Gokhan Gurbuz, Senol Hakan Kutoglu und Shuanggen Jin. „Effects of the High-Order Ionospheric Delay on GPS-Based Tropospheric Parameter Estimations in Turkey“. Remote Sensing 12, Nr. 21 (31.10.2020): 3569. http://dx.doi.org/10.3390/rs12213569.
Der volle Inhalt der QuelleDai, Yaqiao, Renjiao Yi, Chenyang Zhu, Hongjun He und Kai Xu. „Multi-Resolution Monocular Depth Map Fusion by Self-Supervised Gradient-Based Composition“. Proceedings of the AAAI Conference on Artificial Intelligence 37, Nr. 1 (26.06.2023): 488–96. http://dx.doi.org/10.1609/aaai.v37i1.25123.
Der volle Inhalt der QuelleOgunsanwo, F. O., O. T. Olurin, J. D. Ayanda, S. A. Ganiyu und A. O. Mustapha. „Estimation of ground depth of radioelements sources in Ogun State, Southwestern Nigeria using gradient techniques“. Ife Journal of Science 25, Nr. 2 (31.08.2023): 319–30. http://dx.doi.org/10.4314/ijs.v25i2.10.
Der volle Inhalt der QuelleGoldblatt, Jennifer, Andrew Ward, Mohammed Yusuf, Martin Day, Gauri Godbole und Stephen Morris-Jones. „Azithromycin susceptibility testing for Salmonella enterica isolates: discordances in results using MIC gradient strips“. Journal of Antimicrobial Chemotherapy 75, Nr. 7 (28.03.2020): 1820–23. http://dx.doi.org/10.1093/jac/dkaa097.
Der volle Inhalt der QuelleGrünewald, Thomas, und Michael Lehning. „Altitudinal dependency of snow amounts in two small alpine catchments: can catchment-wide snow amounts be estimated via single snow or precipitation stations?“ Annals of Glaciology 52, Nr. 58 (2011): 153–58. http://dx.doi.org/10.3189/172756411797252248.
Der volle Inhalt der QuelleZonia, Laura, und Dennis Bray. „Swimming patterns and dynamics of simulated Escherichia coli bacteria“. Journal of The Royal Society Interface 6, Nr. 40 (25.02.2009): 1035–46. http://dx.doi.org/10.1098/rsif.2008.0397.
Der volle Inhalt der QuelleWen, Jiawei, Zhe Ouyang, Donghu Nie und Cong Ren. „Fast Parameter Estimation of Linear Frequency Modulation Signals in Marine Environments Based on Gradient Optimization Strategy“. Journal of Marine Science and Engineering 12, Nr. 12 (01.12.2024): 2195. https://doi.org/10.3390/jmse12122195.
Der volle Inhalt der QuelleDissertationen zum Thema "Estimations de gradient"
Mhanna, Elissa. „Beyond gradients : zero-order approaches to optimization and learning in multi-agent environments“. Electronic Thesis or Diss., université Paris-Saclay, 2024. http://www.theses.fr/2024UPASG123.
Der volle Inhalt der QuelleThe rise of connected devices and the data they produce has driven the development of large-scale applications. These devices form distributed networks with decentralized data processing. As the number of devices grows, challenges like communication overhead and computational costs increase, requiring optimization methods that work under strict resource constraints, especially where derivatives are unavailable or costly. This thesis focuses on zero-order (ZO) optimization methods are ideal for scenarios where explicit function derivatives are inaccessible. ZO methods estimate gradients based only on function evaluations, making them highly suitable for distributed and federated learning environments where devices collaborate to solve global optimization tasks with limited information and noisy data. In the first chapter, we address distributed ZO optimization for strongly convex functions across multiple agents in a network. We propose a distributed zero-order projected gradient descent algorithm that uses one-point gradient estimates, where the function is queried only once per stochastic realization, and noisy function evaluations estimate the gradient. The chapter establishes the almost sure convergence of the algorithm and derives theoretical upper bounds on the convergence rate. With constant step sizes, the algorithm achieves a linear convergence rate. This is the first time this rate has been established for one-point (and even two-point) gradient estimates. We also analyze the effects of diminishing step sizes, establishing a convergence rate that matches centralized ZO methods' lower bounds. The second chapter addresses the challenges of federated learning (FL) which is often hindered by the communication bottleneck—the high cost of transmitting large amounts of data over limited-bandwidth networks. To address this, we propose a novel zero-order federated learning (ZOFL) algorithm that reduces communication overhead using one-point gradient estimates. Devices transmit scalar values instead of large gradient vectors, lowering the data sent over the network. Moreover, the algorithm incorporates wireless communication disturbances directly into the optimization process, eliminating the need for explicit knowledge of the channel state. This approach is the first to integrate wireless channel properties into a learning algorithm, making it resilient to real-world communication issues. We prove the almost sure convergence of this method in nonconvex optimization settings, establish its convergence rate, and validate its effectiveness through experiments. In the final chapter, we extend the ZOFL algorithm to include two-point gradient estimates. Unlike one-point estimates, which rely on a single function evaluation, two-point estimates query the function twice, providing a more accurate gradient approximation and enhancing the convergence rate. This method maintains the communication efficiency of one-point estimates, where only scalar values are transmitted, and relaxes the assumption that the objective function must be bounded. The chapter demonstrates that the proposed two-point ZO method achieves linear convergence rates for strongly convex and smooth objective functions. For nonconvex problems, the method shows improved convergence speed, particularly when the objective function is smooth and K-gradient-dominated, where a linear rate is also achieved. We also analyze the impact of constant versus diminishing step sizes and provide numerical results showing the method's communication efficiency compared to other federated learning techniques
Calvez, Vincent. „Modèles et analyses mathématiques pour les mouvements collectifs de cellules“. Phd thesis, Université Pierre et Marie Curie - Paris VI, 2007. http://tel.archives-ouvertes.fr/tel-00255811.
Der volle Inhalt der QuelleDans une première partie nous étudions plusieurs variantes du modèle PKS classique, incluant notamment une diffusion non-linéaire des cellules, ou bien une loi de diffusion chimique à noyau de Green logarithmique. Puis nous montrons l'existence globale pour une masse sous-critique du modèle PKS classique dans tout l'espace $\mathbb{R}^2$.
On complexifie ensuite le modèle de base en ajoutant un intermédiaire chimique réactionnel, ce qui modifie l'homogénéité du système. Enfin les conditions d'existence globale pour le modèle cinétique ODA avec effets délocalisants sont affaiblies par rapport aux travaux précédents.
Dans une deuxième partie nous appliquons le modèle phénoménologique de PKS, et son principe de masse critique, à un processus d'auto-organisation remarquable dans le cerveau: la sclérose concentrique de Baló. Un couplage adéquat entre un front de propagation et une instabilité de PKS décrit raisonnablement les motifs en anneaux de la maladie.
La troisième partie adopte le point de vue du transport optimal de masse pour analyser le modèle de PKS unidimensionnel modifié auparavant (afin de partager les caractéristiques de PKS 2D). Bien que la fonctionnelle d'énergie ne soit pas convexe par déplacement, nous démontrons la convergence vers un unique état d'équilibre, lorsqu'il existe. Ces nouvelles idées sont mises en oeuvre numériquement~: un flot gradient discret pour la distance de Wasserstein est analysé, puis simulé en dimension un d'espace.
Plusieurs annexes viennent compléter ce travail, dont une annexe qui regroupe tous les aspects numériques de la thèse.
Swapp, David. „Estimation of visual textural gradient using Gabor functions“. Thesis, University of Strathclyde, 1996. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.320238.
Der volle Inhalt der QuelleYang, Junjun. „Seafloor Topography Estimation from Gravity Gradients“. The Ohio State University, 2017. http://rave.ohiolink.edu/etdc/view?acc_num=osu1512048462472145.
Der volle Inhalt der QuelleShahnaz, Sabina. „Gas flux estimation from surface gas concentrations“. Thesis, Georgia Institute of Technology, 2016. http://hdl.handle.net/1853/55073.
Der volle Inhalt der QuelleLee, Choon. „Interframe image coding with three-dimensional gradient motion estimation“. Diss., This resource online, 1990. http://scholar.lib.vt.edu/theses/available/etd-08252008-162144/.
Der volle Inhalt der QuelleMiyoshi, Naoto. „Studies on Gradient Estimation for Stationary Single-Server Queues“. Kyoto University, 1997. http://hdl.handle.net/2433/202289.
Der volle Inhalt der Quelle0048
新制・課程博士
博士(工学)
甲第6839号
工博第1590号
新制||工||1063(附属図書館)
15926
UT51-97-H223
京都大学大学院工学研究科応用システム科学専攻
(主査)教授 長谷川 利治, 教授 沖野 教郎, 教授 茨木 俊秀
学位規則第4条第1項該当
Zotov, Alexander. „Models of disparity gradient estimation in the visual cortex“. Birmingham, Ala. : University of Alabama at Birmingham, 2007. https://www.mhsl.uab.edu/dt/2008r/zotov.pdf.
Der volle Inhalt der QuelleMehrparvar, Arash. „ATTITUDE ESTIMATION FOR A GRAVITY GRADIENT MOMENTUM BIASED NANOSATELLITE“. DigitalCommons@CalPoly, 2013. https://digitalcommons.calpoly.edu/theses/1097.
Der volle Inhalt der QuelleCastillo, Anthony. „Contribution à l'étude de l'endommagement de matériaux composites par estimation des termes sources et des diffusivités thermiques“. Thesis, Aix-Marseille, 2017. http://www.theses.fr/2017AIXM0592/document.
Der volle Inhalt der QuelleThis work deals with the damage detection of composite materials. These materials are used in the aeronautics industry. The first part concerns the development of methods to estimate the heat sources terms of a stressed material. During this process, a set of mechanical defects leads to heat productions. The sources detection can conduct to the detection of these defects. Two main methods are presented: a "direct" method based on a discretization of the measured temperature field and an "iterative" method based on the conjugate gradient method. These methods are coupled with data filtering techniques such as SVD. In order to optimize computation time, equations are solved by finite differences in their linear form. Modifications are also made for the iterative algorithm to improve its convergence as well as the results of the estimation. These problems are considered as thermal inverse problems. The main objective of the first part is to find an experimental link between the appearance of a macro fissure and the localization of a heat source term within a composite material. The second part consists in the elaboration of methods for estimating thermal directional diffusivities. The methods are based on a modeling of heat transfer using thermal quadrupoles. Parameter estimations are made on targeted "risked" areas on a material, which is already damaged but not under stress. The aim is to link a known mechanical damage, which is called "diffuse" to thermal properties degradation in the main directions. This manuscript is presented in two parts: a validation part of the methods, and an experimental part in which composites are analyzed
Bücher zum Thema "Estimations de gradient"
Glasserman, Paul. Gradient estimation via perturbation analysis. Boston: Kluwer Academic, 1991.
Den vollen Inhalt der Quelle findenFu, Michael. Conditional Monte Carlo: Gradient Estimation and Optimization Applications. Boston, MA: Springer US, 1997.
Den vollen Inhalt der Quelle findenFu, Michael. Conditional Monte Carlo: Gradient estimation and optimization applications. Boston: Kluwer Academic Publishers, 1997.
Den vollen Inhalt der Quelle findenSkifstad, Kurt D. High-Speed Range Estimation Based on Intensity Gradient Analysis. New York, NY: Springer New York, 1991. http://dx.doi.org/10.1007/978-1-4612-3112-7.
Der volle Inhalt der QuelleSkifstad, Kurt D. High-speed range estimation based on intensity gradient analysis. New York: Springer-Verlag, 1991.
Den vollen Inhalt der Quelle findenSkifstad, Kurt D. High-speed range estimation based on intensity gradient analysis. New York: Springer-Verlag, 1991.
Den vollen Inhalt der Quelle findenCuddapah, Prabhakara, und Goddard Space Flight Center, Hrsg. Global warming estimation from microwave sounding unit. Greenbelt, Md: National Aeronautics and Space Administration, Goddard Space Flight Center, 1998.
Den vollen Inhalt der Quelle findenAtherton, Gary L. Grading and paving construction: A practical approach to management and estimating. Concord, Calif: Sandcastles, 1986.
Den vollen Inhalt der Quelle findenStevens, James A. Managing the stands of the future based on the lessons of the past: Estimating western timber species product recovery by using historical data. [Portland, Or.]: U.S. Dept. of Agriculture, Forest Service, Pacific Northwest Research Station, 2000.
Den vollen Inhalt der Quelle findenGradient estimation via perturbation analysis. Boston: Kluwer Academic Publishers, 1991.
Den vollen Inhalt der Quelle findenBuchteile zum Thema "Estimations de gradient"
Fu, Michael C. „Stochastic Gradient Estimation“. In Handbook of Simulation Optimization, 105–47. New York, NY: Springer New York, 2014. http://dx.doi.org/10.1007/978-1-4939-1384-8_5.
Der volle Inhalt der QuellePfanzagl, Johann. „Families of gradients“. In Estimation in Semiparametric Models, 23–34. New York, NY: Springer US, 1990. http://dx.doi.org/10.1007/978-1-4612-3396-1_6.
Der volle Inhalt der QuelleCheng, Ming-Yen, Peter Hall und John A. Hartigan. „Estimating gradient trees“. In Institute of Mathematical Statistics Lecture Notes - Monograph Series, 237–49. Beachwood, Ohio, USA: Institute of Mathematical Statistics, 2004. http://dx.doi.org/10.1214/lnms/1196285394.
Der volle Inhalt der QuellePfanzagl, Johann. „Tangent spaces and gradients“. In Estimation in Semiparametric Models, 2–3. New York, NY: Springer US, 1990. http://dx.doi.org/10.1007/978-1-4612-3396-1_2.
Der volle Inhalt der QuelleFrühwirth, Rudolf, und Are Strandlie. „Statistics and Numerical Methods“. In Pattern Recognition, Tracking and Vertex Reconstruction in Particle Detectors, 33–46. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-65771-0_3.
Der volle Inhalt der QuelleFu, Michael, und Jian-Qiang Hu. „Conditional Monte Carlo Gradient Estimation“. In Conditional Monte Carlo, 73–131. Boston, MA: Springer US, 1997. http://dx.doi.org/10.1007/978-1-4615-6293-1_3.
Der volle Inhalt der QuelleRomashin, Sergey N., Victoria Yu Presnetsova, Larisa Yu Frolenkova, Vladimir S. Shorkin und Svetlana I. Yakushina. „Theoretical Estimation of the Strength of Thin-film Coatings“. In Higher Gradient Materials and Related Generalized Continua, 221–31. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-30406-5_11.
Der volle Inhalt der QuelleZhang, Bin, Yubo Tao und Hai Lin. „Robust Color Gradient Estimation for Photographic Volumes“. In E-Learning and Games, 392–402. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-40259-8_34.
Der volle Inhalt der QuelleZhang, He, François Petitjean und Wray Buntine. „Hierarchical Gradient Smoothing for Probability Estimation Trees“. In Advances in Knowledge Discovery and Data Mining, 222–34. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-47426-3_18.
Der volle Inhalt der QuelleHornauer, Julia, und Vasileios Belagiannis. „Gradient-Based Uncertainty for Monocular Depth Estimation“. In Lecture Notes in Computer Science, 613–30. Cham: Springer Nature Switzerland, 2022. http://dx.doi.org/10.1007/978-3-031-20044-1_35.
Der volle Inhalt der QuelleKonferenzberichte zum Thema "Estimations de gradient"
Zelensky, Alexander, Nikolay V. Gapon, Marina M. Zhdanova, Viacheslav Voronin, Yurii Ilukhin und Khamidullin Ilia. „Image inpainting by anisotropic gradient estimation“. In Optoelectronic Imaging and Multimedia Technology XI, herausgegeben von Zhenrong Zheng und Jinli Suo, 68. SPIE, 2024. http://dx.doi.org/10.1117/12.3038592.
Der volle Inhalt der QuelleNguyen, Thien Duy, John Craig Wells, Paritosh Mokhasi und Dietmar Rempfer. „POD-Based Estimations of the Flowfield From PIV Wall Gradient Measurements in the Backward-Facing Step Flow“. In ASME 2010 3rd Joint US-European Fluids Engineering Summer Meeting collocated with 8th International Conference on Nanochannels, Microchannels, and Minichannels. ASMEDC, 2010. http://dx.doi.org/10.1115/fedsm-icnmm2010-30657.
Der volle Inhalt der QuelleWen, Baihong, Hui Yang und Kang Liu. „Comparative study on the magnetization direction estimations by magnetic gradient correlation and moment analysis methods“. In International Workshop and Gravity, Electrical & Magnetic Methods and their Applications, Chenghu, China, 19-22 April 2015. Society of Exploration Geophysicists and and Chinese Geophysical Society, 2015. http://dx.doi.org/10.1190/gem2015-026.
Der volle Inhalt der QuelleAl Zeer, S., und M. M. Hossain. „Evaluation of the Impact of Poor Logging Data on Mud Weight Prediction Through Development of Approximate UCS- Based Correlations for Fracture and Stability Pressure Gradients“. In International Petroleum Technology Conference. IPTC, 2024. http://dx.doi.org/10.2523/iptc-23349-ms.
Der volle Inhalt der QuelleChen, Shuangshuang, Sihao Ding, Yiannis Karayiannidis und Mårten Björkman. „Monte Carlo Filtering Objectives“. In Thirtieth International Joint Conference on Artificial Intelligence {IJCAI-21}. California: International Joint Conferences on Artificial Intelligence Organization, 2021. http://dx.doi.org/10.24963/ijcai.2021/311.
Der volle Inhalt der QuelleUsman, Asad A., und Mohammad Usman. „Determination of Geometric Distortions in Automotive Lamps Using Non-Linear Parametric Estimations“. In ASME 2002 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2002. http://dx.doi.org/10.1115/detc2002/dac-34071.
Der volle Inhalt der QuelleZhang, Sijun. „Accurate Data Reconstruction Methods for Unstructured Grid“. In ASME 2005 Fluids Engineering Division Summer Meeting. ASMEDC, 2005. http://dx.doi.org/10.1115/fedsm2005-77341.
Der volle Inhalt der QuelleParisi, S., F. Ursini, E. Vignati und S. Quattrocchi. „Effect of Quick Salinity Variations in Virtual Meter Applied on Water Injection Wells“. In SPE Annual Technical Conference and Exhibition. SPE, 2023. http://dx.doi.org/10.2118/214979-ms.
Der volle Inhalt der QuelleCayeux, Eric. „Order Reduction of a Transient Model of Viscous Pressure Loss Gradient in Laminar Flow for Non-Newtonian Fluid Flowing in Circular Pipes“. In ASME 2022 41st International Conference on Ocean, Offshore and Arctic Engineering. American Society of Mechanical Engineers, 2022. http://dx.doi.org/10.1115/omae2022-78633.
Der volle Inhalt der QuelleSalazar, J. P., und J. Borri. „Pore Size Distribution from Nuclear Magnetic Resonance: A Comparison Between LWD and Wireline Estimations“. In Offshore Technology Conference Brasil. OTC, 2023. http://dx.doi.org/10.4043/32688-ms.
Der volle Inhalt der QuelleBerichte der Organisationen zum Thema "Estimations de gradient"
Glynn, Peter W., Pierre L'Ecuyer und Michel Ades. Gradient Estimation for Ratios. Fort Belvoir, VA: Defense Technical Information Center, August 1991. http://dx.doi.org/10.21236/ada248453.
Der volle Inhalt der QuelleGlasserman, Paul, und Peter W. Glynn. Gradient Estimation for Regenerative Processes. Fort Belvoir, VA: Defense Technical Information Center, August 1992. http://dx.doi.org/10.21236/ada263766.
Der volle Inhalt der QuelleGlynn, Peter W. Likelihood Ratio Gradient Estimation: An Overview. Fort Belvoir, VA: Defense Technical Information Center, Oktober 1987. http://dx.doi.org/10.21236/ada197085.
Der volle Inhalt der QuelleLiu, X., Z. Chen und S. E. Grasby. Using shallow temperature measurements to evaluate thermal flux anomalies in the southern Mount Meager volcanic area, British Columbia, Canada. Natural Resources Canada/CMSS/Information Management, 2022. http://dx.doi.org/10.4095/330009.
Der volle Inhalt der QuelleMontalvo-Bartolomei, Axel, Bryant Robbins und John Murphy. Experimental Evaluation of Kovács’ Equations for Estimating Critical Gradients. Geotechnical and Structures Laboratory (U.S.), August 2018. http://dx.doi.org/10.21079/11681/28066.
Der volle Inhalt der QuelleTurner, Daniel Z. An overview of the gradient-based local DIC formulation for motion estimation in DICe. Office of Scientific and Technical Information (OSTI), Juli 2016. http://dx.doi.org/10.2172/1561808.
Der volle Inhalt der QuelleAgüero, Jorge M., und Verónica Frisancho. Systematic Bias in Sensitive Health Behaviors and Its Impact on Treatment Effects: An Application to Violence against Women. Inter-American Development Bank, April 2017. http://dx.doi.org/10.18235/0007031.
Der volle Inhalt der QuelleEngel, Bernard, Yael Edan, James Simon, Hanoch Pasternak und Shimon Edelman. Neural Networks for Quality Sorting of Agricultural Produce. United States Department of Agriculture, Juli 1996. http://dx.doi.org/10.32747/1996.7613033.bard.
Der volle Inhalt der QuelleGalili, Naftali, Roger P. Rohrbach, Itzhak Shmulevich, Yoram Fuchs und Giora Zauberman. Non-Destructive Quality Sensing of High-Value Agricultural Commodities Through Response Analysis. United States Department of Agriculture, Oktober 1994. http://dx.doi.org/10.32747/1994.7570549.bard.
Der volle Inhalt der Quelle