Gotowa bibliografia na temat „Resort architectures”

Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych

Wybierz rodzaj źródła:

Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Resort architectures”.

Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.

Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.

Artykuły w czasopismach na temat "Resort architectures"

1

Wang, Jiaxing, Jiaxiang Wu, Haoli Bai i Jian Cheng. "M-NAS: Meta Neural Architecture Search". Proceedings of the AAAI Conference on Artificial Intelligence 34, nr 04 (3.04.2020): 6186–93. http://dx.doi.org/10.1609/aaai.v34i04.6084.

Pełny tekst źródła
Streszczenie:
Neural Architecture Search (NAS) has recently outperformed hand-crafted networks in various areas. However, most prevalent NAS methods only focus on a pre-defined task. For a previously unseen task, the architecture is either searched from scratch, which is inefficient, or transferred from the one obtained on some other task, which might be sub-optimal. In this paper, we investigate a previously unexplored problem: whether a universal NAS method exists, such that task-aware architectures can be effectively generated? Towards this problem, we propose Meta Neural Architecture Search (M-NAS). To obtain task-specific architectures, M-NAS adopts a task-aware architecture controller for child model generation. Since optimal weights for different tasks and architectures span diversely, we resort to meta-learning, and learn meta-weights that efficiently adapt to a new task on the corresponding architecture with only several gradient descent steps. Experimental results demonstrate the superiority of M-NAS against a number of competitive baselines on both toy regression and few shot classification problems.
Style APA, Harvard, Vancouver, ISO itp.
2

Mills, Keith G., Fred X. Han, Jialin Zhang, Fabian Chudak, Ali Safari Mamaghani, Mohammad Salameh, Wei Lu, Shangling Jui i Di Niu. "GENNAPE: Towards Generalized Neural Architecture Performance Estimators". Proceedings of the AAAI Conference on Artificial Intelligence 37, nr 8 (26.06.2023): 9190–99. http://dx.doi.org/10.1609/aaai.v37i8.26102.

Pełny tekst źródła
Streszczenie:
Predicting neural architecture performance is a challenging task and is crucial to neural architecture design and search. Existing approaches either rely on neural performance predictors which are limited to modeling architectures in a predefined design space involving specific sets of operators and connection rules, and cannot generalize to unseen architectures, or resort to Zero-Cost Proxies which are not always accurate. In this paper, we propose GENNAPE, a Generalized Neural Architecture Performance Estimator, which is pretrained on open neural architecture benchmarks, and aims to generalize to completely unseen architectures through combined innovations in network representation, contrastive pretraining, and a fuzzy clustering-based predictor ensemble. Specifically, GENNAPE represents a given neural network as a Computation Graph (CG) of atomic operations which can model an arbitrary architecture. It first learns a graph encoder via Contrastive Learning to encourage network separation by topological features, and then trains multiple predictor heads, which are soft-aggregated according to the fuzzy membership of a neural network. Experiments show that GENNAPE pretrained on NAS-Bench-101 can achieve superior transferability to 5 different public neural network benchmarks, including NAS-Bench-201, NAS-Bench-301, MobileNet and ResNet families under no or minimum fine-tuning. We further introduce 3 challenging newly labelled neural network benchmarks: HiAML, Inception and Two-Path, which can concentrate in narrow accuracy ranges. Extensive experiments show that GENNAPE can correctly discern high-performance architectures in these families. Finally, when paired with a search algorithm, GENNAPE can find architectures that improve accuracy while reducing FLOPs on three families.
Style APA, Harvard, Vancouver, ISO itp.
3

Kunnappilly, Ashalatha, Raluca Marinescu i Cristina Seceleanu. "A Model-Checking-Based Framework for Analyzing Ambient Assisted Living Solutions". Sensors 19, nr 22 (19.11.2019): 5057. http://dx.doi.org/10.3390/s19225057.

Pełny tekst źródła
Streszczenie:
Since modern ambient assisted living solutions integrate a multitude of assisted-living functionalities, out of which some are safety critical, it is desirable that these systems are analyzed at their design stage to detect possible errors. To achieve this, one needs suitable architectures that support the seamless design of the integrated assisted-living functions, as well as capabilities for the formal modeling and analysis of the architecture. In this paper, we attempt to address this need, by proposing a generic integrated ambient assisted living system architecture, consisting of sensors, data collection, local and cloud processing schemes, and an intelligent decision support system, which can be easily extended to suit specific architecture categories. Our solution is customizable, therefore, we show three instantiations of the generic model, as simple, intermediate, and complex configurations, respectively, and show how to analyze the first and third categories by model checking. Our approach starts by specifying the architecture, using an architecture description language, in our case, the Architecture Analysis and Design Language, which can also account for the probabilistic behavior of such systems, and captures the possibility of component failure. To enable formal analysis, we describe the semantics of the simple and complex architectures within the framework of timed automata. We show that the simple architecture is amenable to exhaustive model checking by employing the UPPAAL tool, whereas for the complex architecture we resort to statistical model checking for scalability reasons. In this case, we apply the statistical extension of UPPAAL, namely UPPAAL SMC. Our work paves the way for the development of formally assured future ambient assisted living solutions.
Style APA, Harvard, Vancouver, ISO itp.
4

Wang, Ya Jun. "Operating Linux Softwares on Windows Platform". Applied Mechanics and Materials 394 (wrzesień 2013): 495–98. http://dx.doi.org/10.4028/www.scientific.net/amm.394.495.

Pełny tekst źródła
Streszczenie:
Operating Linux Application softwares on Windows platform, can not only promote the development of interoperability technology of these two operating systems, but also strengthen the status Windows has in the market. Because of the differences in the architectures of Linux and Windows, when running Linux application programs in Windows operating system, we need to resort to some certain kinds of technologies such as Services For Unix, Application Programming Interface emulation, virtual machine platform, source codes refactoring, etc. This paper aims at making deep analyses on the principles and features of these technologies.
Style APA, Harvard, Vancouver, ISO itp.
5

Gadea-Gironés, Rafael, Vicente Herrero-Bosch, Jose Monzó-Ferrer i Ricardo Colom-Palero. "Implementation of Autoencoders with Systolic Arrays through OpenCL". Electronics 10, nr 1 (3.01.2021): 70. http://dx.doi.org/10.3390/electronics10010070.

Pełny tekst źródła
Streszczenie:
In the world of algorithm acceleration and the implementation of deep neural networks’ recall phase, OpenCL based solutions have a clear tendency to produce perfectly adapted kernels in graphic processor unit (GPU) architectures. However, they fail to obtain the same results when applied to field-programmable gate array (FPGA) based architectures. This situation, along with an enormous advance in new GPU architectures, makes it unfeasible to defend an acceleration solution based on FPGA, even in terms of energy efficiency. Our goal in this paper is to demonstrate that multikernel structures can be written based on classic systolic arrays in OpenCL, trying to extract the most advanced features of FPGAs without having to resort to traditional FPGA development using lower level hardware description languages (HDLs) such as Verilog or VHDL. This OpenCL methodology is based on the intensive use of channels (IntelFPGA extension of OpenCL) for the communication of both data and control and on the refinement of the OpenCL libraries using register transfer logic (RTL) code to improve the performance of the implementation of the base and activation functions of the neurons and, above all, to reflect the importance of adequate communication between the layers when implementing neuronal networks.
Style APA, Harvard, Vancouver, ISO itp.
6

Adam Mustaqim, Ryan, i Endang Setyawati Setyawati. "Implementation of Architectural Ecological Concepts in Cultural Resort Design in Coastal Area A Case Study of Kubu Beach, Pangkalanbun, Kotawaringin District, West Kalimantan". International Journal of Engineering Technology and Natural Sciences 4, nr 1 (30.07.2022): 27–41. http://dx.doi.org/10.46923/ijets.v4i1.136.

Pełny tekst źródła
Streszczenie:
AbstractThe issue of global warming and its impact on the environment requires urgent consideration from the profession of architecture. One of the ideas for using the notion of ecology as an application and reaction to the issue of environmental harm is to create tourism destination amenities in the form of resorts in coastal areas. The issue that planners face is how to keep the resort building's architecture in keeping with the site's culture. The implementation of the concept of architectural ecology was employed in the design of the resort building on Kubu beach, based on the existing challenges. The implementation is carried out by attempting to keep the place cultivated as a green space. The Resort on Kubu Beach, which is one of Kotawaringin Regency's green space areas (GSA), incorporates the notion of architectural ecology into its design, both in terms of outdoor space and residential buildings and facilities. One of the design solutions is to make use of the natural environment while still providing the modern amenities that today's society requires.Keywords: site culture resort, architecture ecology
Style APA, Harvard, Vancouver, ISO itp.
7

Juang, C. H., i David J. Elton. "Predicting Collapse Potential of Soils with Neural Networks". Transportation Research Record: Journal of the Transportation Research Board 1582, nr 1 (styczeń 1997): 22–28. http://dx.doi.org/10.3141/1582-04.

Pełny tekst źródła
Streszczenie:
Collapsible soils are known to experience a dramatic decrease in volume upon wetting. This can be very detrimental to structures founded on collapsible soils. Whereas field testing might be the most reliable way to determine collapse potential, the engineer often sees it as the last resort. Neural network models for predicting the collapse potential of soils on the basis of basic index properties are presented. Field data, consisting of index properties and collapse potential, are used to train and test neural networks. Various network architectures and training algorithms are examined and compared. The trained networks are shown to be able to identify the collapsible soils and predict the collapse potential.
Style APA, Harvard, Vancouver, ISO itp.
8

Tristanto, Kartika, i Harry Kurniawan. "Implementasi Karakteristik Arsitektur sasak pada Bangunan Resort Studi Kasus: Bangunan Fasilitas Utama Aston Sunset Beach Resort, Gili Trawanganeach Resort di Gili Trawangan". Journal of Architectural Design and Development 2, nr 2 (14.12.2021): 127. http://dx.doi.org/10.37253/jad.v2i2.4974.

Pełny tekst źródła
Streszczenie:
Gili Trawangan is known as one of the tourists popular place to visit that is located in Lombok island where Sasak tribe origin from. Sasak tribes has distinctive buildings with certain characteristics. Aston Sunset Beach Resort is one of the resorts that provides and shows the nuances of traditional Sasak architecture, that the shape of the structure has caught the intention of the tourists who visit the resort. In order to find out how deep the Sasak architecture is applied to the resort building, it is necessary to conduct a research, with the aim of what parts are implemented and how the Sasak architecture implementation is in each room unit of building architecture at Aston Sunset Beach Resort. The method used in this study is a qualitative deductive method with a rationalistic paradigm, the data in this study were obtained based on literature studies and direct field observations, and the analysis was carried out by comparing the resort architecture data and the Sasak architectural study using predetermined parameters to find equations as well as the difference between the two, if a difference is found, it will be seen how far the difference is transformed or vice versa, which is significantly different from the character of Sasak architecture. The results of this research found that the implementation of Sasak architecture in several resort buildings is in various forms but does not necessarily apply to all of the constructions but the buildings still have the same characteristics
Style APA, Harvard, Vancouver, ISO itp.
9

Widiatmoko, Danang. "HOTEL RESOR DI PANTAI MAJU SEBAGAI WATERFRONT ARCHITECTURE DENGAN PENDEKATAN METAPHORE". Jurnal Sains, Teknologi, Urban, Perancangan, Arsitektur (Stupa) 3, nr 1 (30.05.2021): 1215. http://dx.doi.org/10.24912/stupa.v3i1.10267.

Pełny tekst źródła
Streszczenie:
Pantai Maju is one of the islands on the north coast of Jakarta as a result of sea reclamation, so that the land in Pantai Maju is surrounded by marine waters, which architecturally represent an interesting natural potential. Designing a resort hotel on Pantai Maju will be interesting by applying waterfront architecture concept, especially on sites that are on the water side or sea side. A metaphorical approach needs to be done in architectural design, because with the location on the waterfront, it is very interesting if the figure of the resort hotel building has a strong form identity. The design method used is a series of design stages, starting from site potential analysis; analysis of design concepts; space program analysis; circulation analysis; analysis of the building mass. The conclusion of the design is a resort hotel in Pantai Maju which applies the concept of waterfront architecture and architecture metaphore. Keywords: hotel; metaphore; reclamation; resort; waterfrontAbstrakPantai Maju adalah salah satu pulau di pantai utara Jakarta sebagai hasil dari reklamasi laut, sehingga daratan di Pantai Maju dikelilingi oleh perairan laut, yang secara arsitektur merupakan potensi alam yang menarik. Perancangan Hotel Resor di pantai Maju sangat tepat apabila menerapkan konsep waterfront, terutama pada tapak yang berada di tepi perairan. Pendekatan metafora perlu dilakukan dalam perancangan arsitekturnya, sebab dengan lokasi tapak yang berada di tepi perairan, sangat menarik apabila sosok bangunan (figure) hotel resor tersebut mempunyai identitas bentuk yang kuat. Metode perancangan yang digunakan adalah; a) Segmen Kawasan Pantai Indah Kapuk; b) Diagram Isu Kawasan dan Konsep Penyelesaian Isu; c) Analisis Konsep Perancangan; d) Analisis Pemilihan Tapak dan Tapak Terpilih; e) Analisis Tapak; f) Konsep Massa Bangunan; g) Konsep Metafora; h) Zoning dan Program Ruang; i) Façade, Eksterior dan Interior. Kesimpulan dari perancangan adalah Hotel resort di Pantai Maju yang menerapkan konsep waterfront architecture, dan architecture metaphore.
Style APA, Harvard, Vancouver, ISO itp.
10

Winter, Christian, Jana Giceva, Thomas Neumann i Alfons Kemper. "On-demand state separation for cloud data warehousing". Proceedings of the VLDB Endowment 15, nr 11 (lipiec 2022): 2966–79. http://dx.doi.org/10.14778/3551793.3551845.

Pełny tekst źródła
Streszczenie:
Moving data analysis and processing to the cloud is no longer reserved for a few companies with petabytes of data. Instead, the flexibility of on-demand resources is attracting an increasing number of customers with small to medium-sized workloads. These workloads do not occupy entire clusters but can run on single worker machines. However, picking the right worker for the job is challenging. Abstracting from worker machines, e.g., using stateless architectures, introduces overheads impacting performance. Solutions without stateless architectures resort to query restarts in the event of an adverse worker matching, wasting already achieved progress. In this paper, we propose migrating queries between workers by introducing on-demand state separation. Using state separation only when required enables maximum flexibility and performance while keeping already achieved progress. To derive the requirements for state separation, we first analyze the query state of medium-sized workloads on the example of TPC-DS SF100. Using this, we analyze the cost and describe the constraints necessary for state separation on such a workload. Furthermore, we describe the design and implementation of on-demand state separation in a compiling database system. Finally, using this implementation, we show the feasibility of our approach on TPC-DS and give a detailed analysis of the cost of query migration and state separation.
Style APA, Harvard, Vancouver, ISO itp.

Rozprawy doktorskie na temat "Resort architectures"

1

Long, Richard C. "Resort architecture : the architecture of leisure". Thesis, Georgia Institute of Technology, 1986. http://hdl.handle.net/1853/22355.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

Nicolosi, Danielle. "Modern Trends in Resort Architecture". Thesis, The University of Arizona, 1999. http://hdl.handle.net/10150/559314.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Buchy, Phillip E. "A Nudist Resort". Miami University / OhioLINK, 2005. http://rave.ohiolink.edu/etdc/view?acc_num=miami1114115398.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

Kriezis, Constantine Anthony. "A seaside resort in an island of the Aegean". Thesis, Massachusetts Institute of Technology, 1988. http://hdl.handle.net/1721.1/68229.

Pełny tekst źródła
Streszczenie:
Thesis (M. Arch)--Massachusetts Institute of Technology, Dept. of Architecture, 1988.
Bibliography: leaves 57-58.
The purpose of the thesis is the design of a seaside resort in the island of Andros in Greece. A year-round focus of attraction amidst the Aegean Sea the resort would center around sea related activities. The experience of a strong landscape, in peace with the proposed architecture, and the Greekness of the place are the central design objectives of the project. The attempt is to bring aesthetics together with seaside life and nature in such a state so that one can appreciate them together, and understand that architecture can be sacred and essential in forming a successful environment.
by Constantine Anthony Kriezis.
M.Arch
Style APA, Harvard, Vancouver, ISO itp.
5

Chan, Yuen-king Paul, i 陳元敬. "Equestrian club and resort in Hong Kong". Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2007. http://hub.hku.hk/bib/B45009752.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Zerhusen, Robert F. II. "Entertainment Architecture: Contextually Integrated Water Park Resort in Norwood, Ohio". University of Cincinnati / OhioLINK, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=ucin1243014144.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

Zerhusen, Robert Francis. "Entertainment architecture contextually integrated water park resort in Norwood, Ohio /". Cincinnati, Ohio : University of Cincinnati, 2009. http://rave.ohiolink.edu/etdc/view.cgi?acc_num=ucin1243014144.

Pełny tekst źródła
Streszczenie:
Thesis (Master of Architecture)--University of Cincinnati, 2009.
Advisor: John E. Hancock. Title from electronic thesis title page (viewed Aug. 26, 2009). Includes abstract. Keywords: entertainment architecture; contextual; water park. Includes bibliographical references.
Style APA, Harvard, Vancouver, ISO itp.
8

Harding, Bryan P. "Fundamentals of Mountain Resort Base Village Design: A Critical Review of Existing Resort Developments with Recommendations for Future Development Practices". DigitalCommons@USU, 2006. https://digitalcommons.usu.edu/etd/242.

Pełny tekst źródła
Streszczenie:
The North American ski industry has grown over the past century from a small, family-owned and -operated industry, to a multi-billion dollar industry dominated by corporate management organizations. The rise of corporate resort ownership has led to the trend of the construction base village developments at ski resorts around the country to attract guests, and therefore revenue, to their resorts. Though many base villages have been very successful in attracting skiers, examples of poor landscape architectural design practices abound in the industry. This study examines several design elements considered to be the "fundamental elements of designed space," applies these elements to base village design throughout the country, critically examines their implementation in built examples, and presents suggestions and recommendations for future mountain resort base village design practices.
Style APA, Harvard, Vancouver, ISO itp.
9

Gause, William Daniel. "Econometric model of ski resort real estate in New England". Thesis, Massachusetts Institute of Technology, 1993. http://hdl.handle.net/1721.1/66356.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

Hádková, Sabina. "SPORTOVNĚ-REKREAČNÍ RESORT KRÁLÍKY". Master's thesis, Vysoké učení technické v Brně. Fakulta stavební, 2021. http://www.nusl.cz/ntk/nusl-443684.

Pełny tekst źródła
Streszczenie:
The topic of the diploma thesis assignment is the elaboration of an architectural study of a selected building - a hotel, from a pre-diploma project of an urban solution of the Sports and Recreation Resort Králíky okr. Ústí nad Orlicí. The content of the building consists primarily in accommodation in **** hotel rooms for 60 beds. The hotel also has a restaurant with a terrace, with a capacity of 100 seats, from which there is a view of the surrounding countryside and the Hedeč Monastery, which is located on top of the hill. There is also a wellness hotel with a sauna world, a gym, a massage room and a small shop with ski equipment.
Style APA, Harvard, Vancouver, ISO itp.

Książki na temat "Resort architectures"

1

Meda, Carlo. BBC: Bibbona, Bolgheri, Castagneto Carducci : il territorio del benessere. Firenze: Alinea, 2010.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

Picon-Lefèbvre, Virginie. La fabrique du bonheur: Architectures du tourisme et des loisirs. Marseille: Parenthèses, 2019.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Richard, Klein, Delaunay Dominique 1950- i Institut français d'architecture, red. La Côte d'Opale: Architectures des années 20 et 30 : Wissant, Ambleteuse, Wimereux, Hardelot, Le Touquet, Stella-Plage, Merlimont, Berck. Paris: Norma, 1998.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

TINA '99 (1999 Oahu, Hawaii). 1999 Telecommunications Information Networking Architecture Conference proceedings : TINA '99 : 12-15 April 1999, Turtle Bay Hilton Resort, Oahu, Hawaii, USA. New York: IEEE, 1999.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

Elmagalfta, Aymen Mohamed. Resort architecture in Langkawi, Malaysia. [Minden], Pulau Pinang: Penerbit Universiti Sains Malaysia, 2009.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Elmagalfta, Aymen Mohamed. Resort architecture in Langkawi, Malaysia. [Minden], Pulau Pinang: Penerbit Universiti Sains Malaysia, 2009.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

Hassan, Ahmad Sanusi, i Ku Azhar Ku Hassan, red. Resort architecture in Langkawi, Malaysia. [Minden], Pulau Pinang: Penerbit Universiti Sains Malaysia, 2009.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

Giancarlo, Gardin, red. Exclusive villas & resorts: The architecture of Gianni Gamondi = [Ville esclusive & resort ...]. Milano: Archideos, 2003.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

Vance, Mary A. Resort architecture: A bibliography. Monticello, Ill: Vance Bibliographies, 1986.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

T, Seegert, red. Pommersche Bäderarchitektur. [Gifhorn]: Heimat-Bild-Verlag, 2005.

Znajdź pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Części książek na temat "Resort architectures"

1

Il Seo, Alex Young. "Walkerhill Resort". W Coastal Architectures and Politics of Tourism, 329–44. New York: Routledge, 2022. http://dx.doi.org/10.4324/9781003240716-26.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

Smith Wergeland, Even. "Resort studios". W The Architecture and Geography of Sound Studios, 78–127. London: Routledge, 2024. http://dx.doi.org/10.4324/9781003335986-4.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Algermissen, Jan. "Quantifying Integration Architectures". W REST: From Research to Practice, 137–59. New York, NY: Springer New York, 2011. http://dx.doi.org/10.1007/978-1-4419-8303-9_6.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

Verma, Divakar, Manish Kumar i Srinivas Eregala. "Deep Demosaicing Using ResNet-Bottleneck Architecture". W Communications in Computer and Information Science, 170–79. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-4018-9_16.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

Bonenberg, Agata. "Challenges of Universal Design in Coastal Resort Architecture and Planning". W Advances in Industrial Design, 173–81. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-51194-4_23.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Hernández, Antonio Garrote, i María N. Moreno García. "Metadata Architecture in RESTful Design". W REST: From Research to Practice, 459–71. New York, NY: Springer New York, 2011. http://dx.doi.org/10.1007/978-1-4419-8303-9_21.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

Renuka, Jalluri Geetha, Goberu Likhitha, Vamsi Krishna Modala i Duggi Manikanta Reddy. "Plant Disease Detection Using Fine-Tuned ResNet Architecture". W International Conference on Innovative Computing and Communications, 527–41. Singapore: Springer Nature Singapore, 2023. http://dx.doi.org/10.1007/978-981-99-3010-4_44.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

Kynych, Frantisek, Jindrich Zdansky, Petr Cerva i Lukas Mateju. "Online Speaker Diarization Using Optimized SE-ResNet Architecture". W Text, Speech, and Dialogue, 176–87. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-40498-6_16.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

Speth, Sandro, Uwe Breitenbücher, Niklas Krieger, Pia Wippermann i Steffen Becker. "Integrating Issue Management Systems of Independently Developed Software Components". W Lecture Notes in Business Information Processing, 3–19. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-33976-9_1.

Pełny tekst źródła
Streszczenie:
AbstractModern component-based architectural styles, e.g., microservices, enable developing the components independently from each other. However, this independence can result in problems when it comes to managing issues, such as bugs, as developer teams can freely choose their technology stacks, such as issue management systems (IMSs), e.g., Jira, GitHub, or Redmine. In the case of a microservice architecture, if an issue of a downstream microservice depends on an issue of an upstream microservice, this must be both identified and communicated, and the downstream service’s issues should link to its causing issue. However, agile project management today requires efficient communication, which is why more and more teams are communicating through comments in the issues themselves. Unfortunately, IMSs are not integrated with each other, thus, semantically linking these issues is not supported, and identifying such issue dependencies from different IMSs is time-consuming and requires manual searching in multiple IMS technologies. This results in many context switches and prevents developers from being focused and getting things done. Therefore, in this paper, we present a concept for seamlessly integrating different IMS technologies into each other and providing a better architectural context. The concept is based on augmenting the websites of issue management systems through a browser extension. We validate the approach with a prototypical implementation for the Chrome browser. For evaluation, we conducted expert interviews, which approved that the presented approach provides significant advantages for managing issues of agile microservice architectures.
Style APA, Harvard, Vancouver, ISO itp.
10

Caporuscio, Mauro, Marco Funaro i Carlo Ghezzi. "RESTful Service Architectures for Pervasive Networking Environments". W REST: From Research to Practice, 401–22. New York, NY: Springer New York, 2011. http://dx.doi.org/10.1007/978-1-4419-8303-9_18.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Streszczenia konferencji na temat "Resort architectures"

1

de Oliveira, Felipe F., Ícaro A. Fonseca i Henrique M. Gaspar. "Applying Open Web Architectures Towards Collaborative Maritime Design and Simulation". W ASME 2022 41st International Conference on Ocean, Offshore and Arctic Engineering. American Society of Mechanical Engineers, 2022. http://dx.doi.org/10.1115/omae2022-81505.

Pełny tekst źródła
Streszczenie:
Abstract This work investigates the use of open architectures to support the development of flexible and scalable maritime design web applications, giving stakeholders shared access to data. It turns to the popular full-stack MERN architecture (MongoDB, Node.js, Express, and React), which is is modular and mostly open source. A prototype web application providing features for ship design and operation was developed. The app stores a ship model which can be linked to different analyses and simulations. During design, users might opt to visualize the model of the ship with a spatial view; during operation, they can resort to a detailed visualization displaying the vessel as built. Three examples are provided to illustrate the potential of these features. First, a dashboard displaying results for hydrostatics, stability, resistance, and motion response. The second use case hypothesizes a vessel is set to undergo a jumboization procedure and compares the analyses results for the vessel after elongation with the current ones. The third exemplifies how a preliminary maneuvering model can be confronted with results from a sea trial by linking the app to operational data, a step towards digital-twin concepts. The discussion addresses the potential of the approach and challenges that need to be considered before extending it to an application that can be used outside the academia.
Style APA, Harvard, Vancouver, ISO itp.
2

Hall, T. J., W. Peiffer, M. Hands, H. Thienpont, W. A. Crossland, J. S. Shawe-Taylor i M. van Daalen. "Considerations of the Optical and Opto-electronic Hardware Requirements for Implementation of Stochastic Bit-stream Neural Nets". W Optical Computing. Washington, D.C.: Optica Publishing Group, 1995. http://dx.doi.org/10.1364/optcomp.1995.otue18.

Pełny tekst źródła
Streszczenie:
The complexities of implementing neural network systems stem from the requirement that each neuron can receive excitation from many inputs (1-1000, or more) and each input must be multiplied by a weight Conventional analog and digital electronic hardware implementations of neural architectures often use much of the available hardware to implement the calculation of the product of the weights and inputs, and have to resort to a time-multiplexing scheme (which allows sharing of the multiplier hardware) to implement networks with more than a few thousand neurons in the system. This problem can be overcome by using stochastic computing techniques. Therefore, this paper details the results of an investigation of the implementation of the functional components of a stochastic bit stream neuron in optic/optoelectronic hardware. This approach offers several advantages.
Style APA, Harvard, Vancouver, ISO itp.
3

Athale, Ravindra A., i John N. Lee. "Architectural and Hardware Issues in High Accuracy Optical Matrix Processors". W Optical Computing. Washington, D.C.: Optica Publishing Group, 1985. http://dx.doi.org/10.1364/optcomp.1985.tud6.

Pełny tekst źródła
Streszczenie:
Matrix operations, such as vector-matrix and matrix-matrix multiplication, are of great interest since a large variety of problems in signal processing, image processing and computing can be cast in terms of linear vector space operations. Optical systems, with their ability to multiply and add a two-dimensional arrays of numbers and to provide an arbitrary interconnection between them, have been investigated intensively in the recent past for performing matrix operations. Most of these optical systems were linear in their characteristics and hence operated in an analog mode. This restricted the accuracy achievable to 6-8 bits. One way of overcoming this limitation is to resort to nonlinear optical devices which can implement the basic operations involved in binary arithmatic, such as AND, OR, NOT, logic operations. The other approach involves using linear operation of convolution in performing pseudo-binary multiplication (the bits are allowed to assume values >1) as first suggested to optics community by Whitehouse and Speiser1. Psaltis, etal applied this concept to a two-dimensional optical correlator and demonstrated high accuracy correlation of one-dimensional binary encoded sequences.2 In the last two years several researchers proposed schemes for merging this and related concepts with different architectures for optical matrix processing.3-6 It is the aim of this paper to systematically study the different architectures that result; compare their requirements of: a) input devices, b) output devices, c) optical systems and d) post processing electronics; and try to draw some general conclusions.
Style APA, Harvard, Vancouver, ISO itp.
4

Russo, Michele, Giulia Flenghi, Alessio Buonacucina i Valentina Russo. "Virtual reconstruction of destroyed fortifications: the case study of Santa Caterina in Verona". W FORTMED2024 - Defensive Architecture of the Mediterranean. Valencia: Universitat Politàcnica de València, 2024. http://dx.doi.org/10.4995/fortmed2024.2024.18107.

Pełny tekst źródła
Streszczenie:
Military fortifications have always played a key role in territorial defense. Their location and visibility often depended on strategic military choices, such as shape. The geometric development of the latter is the result of centuries of refinement of construction techniques concerning the evolution of warfare, the architectural consistency of the fortified area, and adaptation to the orography of the territory. A final common aspect is their history, often marked by transformations that have determined the architecture's level of preservation and use. These architectures can be perfectly preserved, destroyed, or fallen into disuse. Of the latter, many examples are scattered throughout the territories, a fascinating constellation of vestiges that have lost their visibility and importance. The instruments of surveying, drawing, and representation can support the virtual rediscovery of the ancient role of architecture. This research project focuses on the Fort of Santa Caterina in Verona. Originally called Werk Hess, it is a fortification located south of Verona and built between 1848 and 1856. Only a few small traces remain today, but the Fort of Santa Caterina was an architecture of remarkable beauty because of its naturalistic and environmental inclusion, an architectural and perspective cornerstone of the fortified city due to its dominant position. Through a comprehensive course of source analysis, the survey of the existing territory, and representation in plan and space, the research project aims to give a virtual shape to this military marvel, laying the groundwork for more complex multi-disciplinary analyses of the artifact and the surrounding area.
Style APA, Harvard, Vancouver, ISO itp.
5

Davis, Steven. "Station architecture - A TransHab derived resort". W Space 2000 Conference and Exposition. Reston, Virigina: American Institute of Aeronautics and Astronautics, 2000. http://dx.doi.org/10.2514/6.2000-5263.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Lu, Aojun, Tao Feng, Hangjie Yuan, Xiaotian Song i Yanan Sun. "Revisiting Neural Networks for Continual Learning: An Architectural Perspective". W Thirty-Third International Joint Conference on Artificial Intelligence {IJCAI-24}. California: International Joint Conferences on Artificial Intelligence Organization, 2024. http://dx.doi.org/10.24963/ijcai.2024/514.

Pełny tekst źródła
Streszczenie:
Efforts to overcome catastrophic forgetting have primarily centered around developing more effective Continual Learning (CL) methods. In contrast, less attention was devoted to analyzing the role of network architecture design (e.g., network depth, width, and components) in contributing to CL. This paper seeks to bridge this gap between network architecture design and CL, and to present a holistic study on the impact of network architectures on CL. This work considers architecture design at the network scaling level, i.e., width and depth, and also at the network components, i.e., skip connections, global pooling layers, and down-sampling. In both cases, we first derive insights through systematically exploring how architectural designs affect CL. Then, grounded in these insights, we craft a specialized search space for CL and further propose a simple yet effective ArchCraft method to steer a CL-friendly architecture, namely, this method recrafts AlexNet/ResNet into AlexAC/ResAC. Experimental validation across various CL settings and scenarios demonstrates that improved architectures are parameter-efficient, achieving state-of-the-art performance of CL while being 86%, 61%, and 97% more compact in terms of parameters than the naive CL architecture in Task IL and Class IL. Code is available at https://github.com/byyx666/ArchCraft.
Style APA, Harvard, Vancouver, ISO itp.
7

Wolfart, Daniele, Ederson Schmeing, Gustavo Geraldino, Guilherme Villaca, Diogo Paza, Diogo Paganini, Wesley K. G. Assunção, Ivonei F. Da Silva i Victor F. A. Santander. "Towards a Process for Migrating Legacy Systems into Microservice Architectural Style". W Escola Regional de Engenharia de Software. Sociedade Brasileira de Computação, 2020. http://dx.doi.org/10.5753/eres.2020.13736.

Pełny tekst źródła
Streszczenie:
Microservice architectural style is a paradigm to develop systems as a suite of small and autonomous services, communicating thought a lightweight protocol. Currently, the most common way of adopting microservice architectures is by the modernization of legacy monolith systems. The migration of a legacy system into a microservice architecture is not a trivial task. In addition, there is a lack of recommendation or guidelines on how to perform such process. In view of this, this paper presents a preliminary process for conducting the migration of legacy systems into microservice architectures. This process was defined by analyzing and discussing pieces of work on the topic. As result, we propose a process composed of eight steps, grouped in four phases, which we describe together with their common input and output.
Style APA, Harvard, Vancouver, ISO itp.
8

Mayasova, Catherine, i Anastasia Prokopova. "ECOLOGICAL-ARCHITECTURAL ENGINEERING OF RESORTS". W Всероссийская научная конференция, посвященная памяти доктора технических наук, профессора Александра Дмитриевича Потапова. Федеральное государственное бюджетное образовательное учреждение высшего образования "Национальный исследовательский Московский государственный строительный университет" (НИУ МГСУ), 2021. http://dx.doi.org/10.22227/978-5-7264-2875-8.2021.104-107.

Pełny tekst źródła
Streszczenie:
The article considers the problem of organizing places of mass recreation in megalopolises - resorts. A number of general principles of ecological and architectural arrangement of these objects hare proposed. The systemic organization of resorts within walking distance improves the social climate and health of the population.
Style APA, Harvard, Vancouver, ISO itp.
9

Wijaya, I. Kadek, i Windy Theja. "Tropical Concept As Contextual Architectural Design Strategy (Case Study: Becah Resort Architecture In Nusa Penida Island, Bali)". W Proceedings of the 3nd Warmadewa Research and Development Seminar, WARDS 2020, 21 December 2020, Denpasar-Bali, Indonesia. EAI, 2021. http://dx.doi.org/10.4108/eai.21-12-2020.2305848.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
10

Hartawan, I. Putu, I. Gede Darmawan i Made Prabawa. "Identification of Resort Hotel Architecture in Ubud Tourism Area". W Proceedings of the 1st Warmadewa International Conference on Science, Technology and Humanity, WICSTH 2021, 7-8 September 2021, Denpasar, Bali, Indonesia. EAI, 2022. http://dx.doi.org/10.4108/eai.7-9-2021.2317729.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.

Raporty organizacyjne na temat "Resort architectures"

1

Daigle, L., i T. Eklof. Architecture for Integrated Directory Services - Result from TISDAG. RFC Editor, październik 2000. http://dx.doi.org/10.17487/rfc2970.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

Garber, Peter M. Transition to a Functional Financial Safety Net in Latin America. Inter-American Development Bank, wrzesień 1996. http://dx.doi.org/10.18235/0011593.

Pełny tekst źródła
Streszczenie:
The basic worldwide financial safety net architecture provides for a system of similar institutions: a lender of last resort, deposit insurance, and prudential regulation. In countries whose banking systems suffer seriously from negative capital positions and overbanking, such as in some Latin American markets, the safety nets and the detailed mechanisms of their operation may not be functional in reducing excessive risk taking. They offer banks strong incentives to double their bets for survival. Thus, banks' negative capital positions have been eliminated with capital injection, liquidation, and mergers.
Style APA, Harvard, Vancouver, ISO itp.
3

Nishimura, Yasuyo, i Pablo Trivelli. The Sustainability of Urban Heritage Preservation: The Case of Valparaiso. Inter-American Development Bank, sierpień 2010. http://dx.doi.org/10.18235/0006911.

Pełny tekst źródła
Streszczenie:
This paper analyzes the Historic Center of Valparaiso, which was declared a World Heritage Site by UNESCO in 2003. The city's vernacular urban fabric and its layout, infrastructure, and architecture characterize the seaport city, which respond to its unique geographical and topographical environment. In Valparaiso's case, the geographical conditions were so severe that the adaptation of building forms to the environment gave rise to an entirely original result.
Style APA, Harvard, Vancouver, ISO itp.
4

Le Maux, Laurent. Bagehot for Central Bankers. Institute for New Economic Thinking Working Paper Series, luty 2021. http://dx.doi.org/10.36687/inetwp147.

Pełny tekst źródła
Streszczenie:
Walter Bagehot (1873) published his famous book, Lombard Street, almost 150 years ago. The adage “lending freely against good collateral at a penalty rate” is associated with his name and his book has always been set on a pedestal and is still considered as the leading reference on the role of lender of last resort. Nonetheless, without a clear understanding of the theoretical grounds and the institutional features of the British banking system, any interpretation of Bagehot’s writings remains vague if not misleading—which is worrisome if they are supposed to provide a guideline for policy makers. The purpose of the present paper is to determine whether Bagehot’s recommendation remains relevant for modern central bankers or whether it was indigenous to the monetary and banking architecture of Victorian times.
Style APA, Harvard, Vancouver, ISO itp.
5

Pritam, Banerjee, Chattopadhyay Soumya, Sinha Deepankar i Sharma Prashant. Technology Framework for India's Road Freight Transport: Compliance and Enforcement Architecture Reform. Asian Development Bank, sierpień 2021. http://dx.doi.org/10.22617/wps210271-2.

Pełny tekst źródła
Streszczenie:
In India, different agencies conduct inspections on road freight in transit, which can cause unscheduled stoppages that result in delays and add to operational costs. Compliance and enforcement architecture reform involving road freight transport in the country involves the application of data-based and integrated digital tools that can enable inspection facilities and units to immediately identify potential noncompliance and minimize multiple physical inspections that the current enforcement model entails. This paper presents an alternative model for enforcement agencies with regulatory mandates on the on-road movement and conveyance of cargo. The importance of road freight transport in India can benefit from a technology-based reform, which has become critical to improving the efficiency of domestic trade facilitation.
Style APA, Harvard, Vancouver, ISO itp.
6

Yu, Haichao, Haoxiang Li, Honghui Shi, Thomas S. Huang i Gang Hua. Any-Precision Deep Neural Networks. Web of Open Science, grudzień 2020. http://dx.doi.org/10.37686/ejai.v1i1.82.

Pełny tekst źródła
Streszczenie:
We present Any-Precision Deep Neural Networks (Any- Precision DNNs), which are trained with a new method that empowers learned DNNs to be flexible in any numerical precision during inference. The same model in runtime can be flexibly and directly set to different bit-width, by trun- cating the least significant bits, to support dynamic speed and accuracy trade-off. When all layers are set to low- bits, we show that the model achieved accuracy compara- ble to dedicated models trained at the same precision. This nice property facilitates flexible deployment of deep learn- ing models in real-world applications, where in practice trade-offs between model accuracy and runtime efficiency are often sought. Previous literature presents solutions to train models at each individual fixed efficiency/accuracy trade-off point. But how to produce a model flexible in runtime precision is largely unexplored. When the demand of efficiency/accuracy trade-off varies from time to time or even dynamically changes in runtime, it is infeasible to re-train models accordingly, and the storage budget may forbid keeping multiple models. Our proposed framework achieves this flexibility without performance degradation. More importantly, we demonstrate that this achievement is agnostic to model architectures. We experimentally validated our method with different deep network backbones (AlexNet-small, Resnet-20, Resnet-50) on different datasets (SVHN, Cifar-10, ImageNet) and observed consistent results.
Style APA, Harvard, Vancouver, ISO itp.
7

Cavallo, Eduardo A., Arturo Galindo, Victoria Nuguer i Andrew Powell. Open configuration options 2022 Latin American and Caribbean Macroeconomic Report: From Recovery to Renaissance: Turning Crisis into Opportunity. Inter-American Development Bank, marzec 2022. http://dx.doi.org/10.18235/0004180.

Pełny tekst źródła
Streszczenie:
Economic growth in Latin America and the Caribbean was stronger than expected in 2021 but waned at the start of 2022. High commodity prices due to the war between Russia and Ukraine will provide a boost to exporters, while imposing significant costs on commodity importers and pushing up inflation across countries. The ongoing conflict, together with policy normalization in advanced economies, carries significant risks for the region. Volatility in financial markets could depress investment and bring down growth further. Policymakers need to take urgent measures to boost inclusive growth. As minor fixes are unlikely to result in notable benefits, governments should consider more fundamental resets of policy frameworks. This report analyzes growth prospects, monetary policy, and external and financial sectors. The recommendations stress the need for a new architecture for both fiscal and labor market policies. Policymakers should seize the window of opportunity provided by the COVID-19 crisis and global security concerns to improve the outlook for the region.
Style APA, Harvard, Vancouver, ISO itp.
8

Kirichek, Galina, Vladyslav Harkusha, Artur Timenko i Nataliia Kulykovska. System for detecting network anomalies using a hybrid of an uncontrolled and controlled neural network. [б. в.], luty 2020. http://dx.doi.org/10.31812/123456789/3743.

Pełny tekst źródła
Streszczenie:
In this article realization method of attacks and anomalies detection with the use of training of ordinary and attacking packages, respectively. The method that was used to teach an attack on is a combination of an uncontrollable and controlled neural network. In an uncontrolled network, attacks are classified in smaller categories, taking into account their features and using the self- organized map. To manage clusters, a neural network based on back-propagation method used. We use PyBrain as the main framework for designing, developing and learning perceptron data. This framework has a sufficient number of solutions and algorithms for training, designing and testing various types of neural networks. Software architecture is presented using a procedural-object approach. Because there is no need to save intermediate result of the program (after learning entire perceptron is stored in the file), all the progress of learning is stored in the normal files on hard disk.
Style APA, Harvard, Vancouver, ISO itp.
9

Tkachuk, Viktoriia V., Vadym P. Shchokin i Vitaliy V. Tron. The Model of Use of Mobile Information and Communication Technologies in Learning Computer Sciences to Future Professionals in Engineering Pedagogy. [б. в.], listopad 2018. http://dx.doi.org/10.31812/123456789/2668.

Pełny tekst źródła
Streszczenie:
Research goal: the research is aimed at developing a model of use of mobile ICT in learning Computer Sciences to future professionals in Engineering Pedagogy. Object of research is the model of use of mobile ICT in learning Computer Sciences to future professionals in Engineering Pedagogy. Results of the research: the developed model of use of mobile ICT as tools of learning Computer Sciences to future professionals in Engineering Pedagogy is based on the competency-based, person-centered and systemic approaches considering principles of vocational education, general didactic principles, principles of Computer Science learning, and principles of mobile learning. It also takes into account current conditions and trends of mobile ICT development. The model comprises four blocks: the purpose-oriented block, the content-technological block, the diagnostic block and the result-oriented block. According to the model, the learning content of Computer Sciences consists of 5 main units: 1) Fundamentals of Computer Science; 2) Architecture of Modern Computers; 3) Fundamentals of Algorithmization and Programming; 4) Software of Computing Systems; 5) Computer Technologies in the Professional Activity of Engineer-pedagogues.
Style APA, Harvard, Vancouver, ISO itp.
10

Slattery, S. R., P. J. Barnett, A. J. M. Pugin, D. R. Sharpe, D. Goodyear, R E Gerber, S. Holysh i S. Davies. Tunnel-channel complexes in the Zephyr area, Ontario: potential high-yield aquifers. Natural Resources Canada/CMSS/Information Management, 2023. http://dx.doi.org/10.4095/331410.

Pełny tekst źródła
Streszczenie:
In south-central Ontario, tunnel channels are primary targets for groundwater exploration due to their potential to contain confined, water-bearing, coarse-grained sediment fills. Despite extensive hydrogeologic and geologic exploration within these features, a comprehensive depositional model that illustrates the spatial distribution of coarse- and fine- grained sediment in tunnel-channel complexes is absent. Work in the Zephr area, north of ORM, presents new subsurface data to improve understanding of this geologic setting and to add to geologic models of these channel systems. Findings result from combined geology, sedimentology, geophysics (seismic profiling) and sediment drilling (mud rotary and continuous core) to better our understanding the shallow channel setting north of ORM, including: 1) spatial distribution of coarse- and fine-grained sediments in tunnel-channels; 2) the architecture of tunnel-channel sequences in confluence zones. Preferred aquifer targets aquifer units in the Zephyr area are identified in areas of channel confluence and channel bends. Channel aquifers are confined by 3.9 to 28.5 m thick deposits of rhythmically bedded silt and clay.
Style APA, Harvard, Vancouver, ISO itp.
Oferujemy zniżki na wszystkie plany premium dla autorów, których prace zostały uwzględnione w tematycznych zestawieniach literatury. Skontaktuj się z nami, aby uzyskać unikalny kod promocyjny!

Do bibliografii