Academic literature on the topic 'FastAPI'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'FastAPI.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "FastAPI"

1

Song, Jooeun, and Joongjin Kook. "Mapping Server Collaboration Architecture Design with OpenVSLAM for Mobile Devices." Applied Sciences 12, no. 7 (April 5, 2022): 3653. http://dx.doi.org/10.3390/app12073653.

Full text
Abstract:
SLAM technology, which is used for spatial recognition in autonomous driving and robotics, has recently emerged as an important technology to provide high-quality AR contents on mobile devices due to the spread of XR and metaverse technologies. In this paper, we designed, implemented, and verified the SLAM system that can be used on mobile devices. Mobile SLAM is composed of a stand-alone type that directly performs SLAM operation on a mobile device and a mapping server type that additionally configures a mapping server based on FastAPI to perform SLAM operation on the server and transmits data for map visualization to a mobile device. The mobile SLAM system proposed in this paper mixes the two types in order to make SLAM operation and map generation more efficient. The stand-alone type of SLAM system was configured as an Android app by porting the OpenVSLAM library to the Unity engine, and the map generation and performance were evaluated on desktop PCs and mobile devices. The mobile SLAM system in this paper is an open-source project, so it is expected to help develop AR contents based on SLAM in a mobile environment.
APA, Harvard, Vancouver, ISO, and other styles
2

Faloutsos, Christos, and King-Ip Lin. "FastMap." ACM SIGMOD Record 24, no. 2 (May 22, 1995): 163–74. http://dx.doi.org/10.1145/568271.223812.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Antić, Jovana. "KLASIFIKACIJA SLIKA PRIMENOM FASTAI BIBLIOTEKE." Zbornik radova Fakulteta tehničkih nauka u Novom Sadu 35, no. 06 (May 26, 2020): 1062–65. http://dx.doi.org/10.24867/08be13antic.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Stanton, Paul T., Benjamin McKeown, Randal Burns, and Giuseppe Ateniese. "FastAD." ACM SIGOPS Operating Systems Review 44, no. 1 (March 12, 2010): 45–49. http://dx.doi.org/10.1145/1740390.1740401.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Nordmann, J. P., PH Denis, Y. Nguer, D. Mouton-Chopin, and H. Saraux. "Static Threshold Visual Field in Glaucoma with the Fastpac™ Algorithm of the Humphrey Field Analyser is the Gain in Examination Time Offset by Any Loss of Information?" European Journal of Ophthalmology 4, no. 2 (April 1994): 105–10. http://dx.doi.org/10.1177/112067219400400205.

Full text
Abstract:
A new algorithm (Fastpac™) has been designed to speed up full threshold tests with the Humphrey Field Analyser. We studied the utility of this algorithm by comparing central 24-2 threshold programs obtained with standard and Fastpac™ algorithms in 43 hypertensive or glaucomatous eyes. The Fastpac™ reduced testing time by 35% to 45%. In glaucomatous eyes, the time spared was inversely correlated with the degree of visual field impairment. Global indices were used to compare visual fields. Mean absolute differences in indices did not exceed 0.98 dB. Correlations between indices in glaucoma patients with standard and Fastpac™ strategy were respectively 0.99 and 0.98 for mean deviation and pattern standard deviation. The intra-test variability (short-term fluctuation) was slightly higher with Fastpac™ with a lower correlation between algorithms (r=0.62). The use of Fastpac™ achieves a mean time reduction of 40% and does not significantly modify global indices obtained with the Humphrey perimeter in hypertensive and glaucomatous eyes.
APA, Harvard, Vancouver, ISO, and other styles
6

Bonita, Silvia Dora, and Aan Zainul Anwar. "Implementasi Syariah Compliance pada Akad Murabahah dan Ijarah (Studi Kasus Pada KSPPS BMT Fastabiq Jepara)." JESI (Jurnal Ekonomi Syariah Indonesia) 7, no. 2 (February 28, 2018): 88. http://dx.doi.org/10.21927/jesi.2017.7(2).90-99.

Full text
Abstract:
<p>This study aims to determine: 1) the principles of financing agreement murabaha and Ijarah in accordance with Islamic law, 2) the implementation of the financing agreement murabaha and Ijarah, and 3) the factors that caused the broken promise in murabaha and ijarah financing agreement in BMT Fastabiq Jepara well as a way to resolve. This research is a field research with a qualitative approach, the research has the characteristics that the data declared in a state appropriately or as their (natural setting), with no change in the shape of symbols or numbers and descriptive based on questions how. And data processing technique is to use a qualitative descriptive technique. The results of the analysis show that: 1) The principles of murabaha financing agreement on BMT Fastabiq Jepara accordance with Islamic sharia as the murabaha financing agreement executed included also wakalah. The principle of Ijarah financing agreement yet on BMT Fastabiq Jepara accordance with Islamic sharia because it is not included wakalah in it. 2) Execution of Murabahah and Ijarah financing agreement in Jepara Fastabiq BMT carried out according to established procedures BMT Fastabiq Jepara. And 3) the factors that led to broken promises in murabaha and Ijarah financing agreement in BMT Fastabiq Jepara is internal and external factors. The steps undertaken BMT Fastabiq Jepara in overcoming these factors include identifying the problem, if there is a problem that complicated it will be a step family, but if they can not be resolved then it will be taken legal action.</p>
APA, Harvard, Vancouver, ISO, and other styles
7

Howard, Jeremy, and Sylvain Gugger. "Fastai: A Layered API for Deep Learning." Information 11, no. 2 (February 16, 2020): 108. http://dx.doi.org/10.3390/info11020108.

Full text
Abstract:
fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-level components that can be mixed and matched to build new approaches. It aims to do both things without substantial compromises in ease of use, flexibility, or performance. This is possible thanks to a carefully layered architecture, which expresses common underlying patterns of many deep learning and data processing techniques in terms of decoupled abstractions. These abstractions can be expressed concisely and clearly by leveraging the dynamism of the underlying Python language and the flexibility of the PyTorch library. fastai includes: a new type dispatch system for Python along with a semantic type hierarchy for tensors; a GPU-optimized computer vision library which can be extended in pure Python; an optimizer which refactors out the common functionality of modern optimizers into two basic pieces, allowing optimization algorithms to be implemented in 4–5 lines of code; a novel 2-way callback system that can access any part of the data, model, or optimizer and change it at any point during training; a new data block API; and much more. We used this library to successfully create a complete deep learning course, which we were able to write more quickly than using previous approaches, and the code was more clear. The library is already in wide use in research, industry, and teaching.
APA, Harvard, Vancouver, ISO, and other styles
8

Feng, Lang, Jeff Huang, Jiang Hu, and Abhijith Reddy. "FastCFI: Real-time Control-Flow Integrity Using FPGA without Code Instrumentation." ACM Transactions on Design Automation of Electronic Systems 26, no. 5 (June 5, 2021): 1–39. http://dx.doi.org/10.1145/3458471.

Full text
Abstract:
Control-Flow Integrity (CFI) is an effective defense technique against a variety of memory-based cyber attacks. CFI is usually enforced through software methods, which entail considerable performance overhead. Hardware-based CFI techniques can largely avoid performance overhead, but typically rely on code instrumentation, forming a non-trivial hurdle to the application of CFI. Taking advantage of the tradeoff between computing efficiency and flexibility of FPGA, we develop FastCFI, an FPGA-based CFI system that can perform fine-grained and stateful checking without code instrumentation. We also propose an automated Verilog generation technique that facilitates fast deployment of FastCFI, and a compression algorithm for reducing the hardware expense. Experiments on popular benchmarks confirm that FastCFI can detect fine-grained CFI violations over unmodified binaries. When using FastCFI on prevalent benchmarks, we demonstrate its capability to detect fine-grained CFI violations in unmodified binaries, while incurring an average of 0.36% overhead and a maximum of 2.93% overhead.
APA, Harvard, Vancouver, ISO, and other styles
9

Young, Ivan M., Julian L. Rait, Cathy A. Carson, and Hugh R. Taylor. "Fastpac visual field screening." Ophthalmic Epidemiology 2, no. 3 (January 1995): 117–21. http://dx.doi.org/10.3109/09286589509057092.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Holmøyvik, Eirik. "Fastare rammer for Stortingets oppmodingsvedtak?" Stat & Styring 28, no. 01 (April 9, 2018): 40–43. http://dx.doi.org/10.18261/issn0809-750x-2018-01-14.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "FastAPI"

1

Свістельнік, А. О. "Інформаційна технологія проектування електронної торгової платформи." Master's thesis, Сумський державний університет, 2021. https://essuir.sumdu.edu.ua/handle/123456789/86718.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Bihler, Elmar. "Zeitbeschriftete Petri-Netze und FastAsy." kostenfrei, 2008. http://d-nb.info/994541783/34.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Cai, Xuejun. "Implementation of Galerkin method in FastCap." Thesis, Massachusetts Institute of Technology, 1995. http://hdl.handle.net/1721.1/11423.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Karlsson, Robin. "Taktikanalys Ishockey : Ishockeyns fasta situationer." Thesis, Gymnastik- och idrottshögskolan, GIH, Tränarlänken, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:gih:diva-2293.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Blomdell, Sebastian, and Boström Carl. "Byteskostnader på svenska fasta bredbandsmarknaden." Thesis, Karlstads universitet, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-35351.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Lindström, Joanna, and Frida Wilkman. "Patienters följsamhet till preoperativ fasta." Thesis, Luleå tekniska universitet, Institutionen för hälsovetenskap, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:ltu:diva-79892.

Full text
Abstract:
Abstrakt Bakgrund: Preoperativ fasta syftar till att minska innehållet- och sänka pH värdet i magsäcken och i sin tur reducera risken för aspiration i samband med induktion. Rekommendationerna som råder idag för preoperativ fasta är sex timmar från fast föda och två timmar från klar vätska.  Trots dessa rekommendationer har patienter tendens till att överskrida tiden för fasta från föda respektive vätska vilket kan leda till fysiologiska konsekvenser och postoperativa obehag. Anledningen till detta har bland annat beskrivits bero på bristande information från sjukhus och vårdpersonal. Syfte: Syftet med denna studie var att undersöka patienters följsamhet till preoperativ fasta. Metod: Designen som användes var en kvantitativ ansats med en icke-experimentell retrospektiv design. Urvalet bestod av ett bekvämlighetsurval och sammanlagt deltog 186 personer från arton regioner i Sverige. Deltagarna besvarade en egenkonstruerad webbaserad enkät som var distribuerad via sociala medier och e-post. Elva frågor analyserades i programmet SPSS version 26 och tre öppna frågor analyserades med en kvantitativ innehållsanalys. Resultat: Resultatet visade att deltagarna i snitt fastade från fast föda i tretton timmar respektive vätska i sex timmar och fyrtiotvå minuter. Majoriteten av deltagarna erhöll information om preoperativ fasta från ett informationsblad från sjukhuset eller från vårdpersonal och de flesta av deltagarna upplevde informationen som tydlig eller mycket tydlig. En vanlig känsla hos deltagarna som upplevdes inför operation var oro. Den främsta orsaken och konsekvensen till varför man ska fasta inför operation beskrev deltagarna bero på aspiration eller kräkning. De främsta riskerna med lång fasta beskrevs av deltagarna vara fysiologiska konsekvenser men en del av deltagarna mindes inte eller visste inte några risker förenat med en lång fasta. Slutsats: Deltagarna i detta examensarbete upplevde att informationen de erhållit om fasta var tydlig eller mycket tydlig, dock visade resultatet att deltagarnas medeltid för fasta överskred nuvarande rekommendationer. Detta indikerar att informationen som patienter erhåller för preoperativ fasta behöver förbättras.       Nyckelord: Följsamhet, Preoperativ, Fasta, Information, Kunskap, Anestesi Keywords: Adherence, Preoperative, Fast, Information, Knowledge, Anesthesia
APA, Harvard, Vancouver, ISO, and other styles
7

Arvidsson, Sebastian. "RMA och det fasta kustartilleriet : En analys av diskussioner kring RMA och det fasta kustartilleriet." Thesis, Försvarshögskolan, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:fhs:diva-2631.

Full text
Abstract:
Under 1990-talet accelererade avvecklingen av det fasta kustartilleriet. Det skedde samtidigt med implementeringen av Revolution in Military Affairs(RMA)-konceptet i Sverige, snabb militärteknisk utvecklingen och Försvarsmaktens omställning från en stor organisation med lång mobilisering till insatsförsvar med hög beredskap. Syftet med studien är att med hjälp av argumentationsanalys och kvalitativ textanalys, studera relationen mellan RMA och avvecklingen av fasta kustartilleriet, genom analys av Kungliga Krigsvetenskaps Akademiens Handlingar och Tidskrifter. Resultatet visar att fast kustartilleri spelar en viktig roll även i en värld präglad av RMA och modern teknologi. Det fasta kustartilleriet ersattes av rörligt. Även detta avvecklades i förtid.
During the 1990´s the liquidation of coastal fortifications accelerated. During the same period of time the concept of Revolution in Military Affairs is being implemented in Sweden, military technology is rapidly evolving and Swedish Armed Forces is transforming its organization from a large quantity - long mobilization, to a small mission-based armed force with high response. The purpose of the study is to analyze the relation between RMA and the liquidation of the coastal fortifications, through argumentative analysis and qualitative text analysis, by studying the publications of the Royal Swedish Academy of War Sciences. The result shows that costal fortifications are important even in a world characterized by RMA and modern technology. The costal fortifications were replaced by mobile units. They got liquidated before there time as well.
APA, Harvard, Vancouver, ISO, and other styles
8

Eriksson, Freya. "Fasta uttryck i svenskt barnriktat tal." Thesis, Stockholms universitet, Institutionen för lingvistik, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:su:diva-131237.

Full text
Abstract:
Fasta uttryck definieras i den här studien som ordsekvenser som helt eller delvis finns lagrade i det mentala lexikonet, vilket både innefattar idiom och mer flexibla uttryck där vissa enheter kan bytas ut mot andra. Användningen av fasta uttryck i vuxenriktat tal har undersökts mycket, och är något som förekommer ofta. När det gäller fasta uttryck i barnriktat tal har det föreslagits att det är en hjälp för språkutvecklingen, i och med att barnen får ramar att sätta in nya ord i, samtidigt som det precis som hos vuxna tros underlätta processandet av språket. I den här studien undersöks användningen av fasta uttryck i svenskt barnriktat tal under det första levnadsåret och vid 24 månaders ålder hos 10 förälder-barndyader. Syftet är att utröna både hur användningen ser ut gällande kvantitet och kvalitet och om det finns ett samband mellan användningen av fasta uttryck och barnens produktiva ordförråd vid 30 månaders ålder. Resultaten visade en stor variation i hur många fasta uttryck som användes, men fördelningen mellan de olika kategorierna var snarlik hos föräldrarna. Gällande ett eventuellt samband mellan användningen av fasta uttryck och barnens språkutveckling hittades inga signifikanta resultat.
APA, Harvard, Vancouver, ISO, and other styles
9

Edvinsson, Johan. "Slaget om Liège : lärdomar från fasta försvar." Thesis, Försvarshögskolan, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:fhs:diva-1607.

Full text
Abstract:
I augusti 1914 invaderade Tyskland sitt västra grannland Belgien, som förklarat sig neutralt i konflikten mellan centralmakterna och de allierade. Belgarnas försvar byggde på den uttalade politiska viljan att vara neutral och var därför inte kraftsamlat i någon riktning. Tysklands anfall inleddes med en attack på de stora fasta försvarsanläggningarna vid Liège. Försvaret var knutet till de fasta försvarsanläggningarna uppförda 40 år tidigare. Trots relativt små medel och dåliga förberedelser lyckades försvararna göra väl ifrån sig. Nyttjandet av fasta försvarsanläggningar är gammalt men det finns fortfarande mycket lärdom att dra. Den här uppsatsen är en teoribildande fallstudie baserad på kvalitativ litteraturstudie. Därför beskrivs slaget i förhållande till fördelar och nackdelar med nyttjandet av fasta försvarsanläggningar. Jag presenterar också ett försök att dra rimliga slutsatser ur det som inträffat som mynnar ut i en teori. Den viktigaste slutsatsen kan sammanfattas med att fasta försvarsanläggningar kommer bäst till sin rätt när de nyttjas av förband vars uppgift gör dem oberoende av hög rörlighet men ställer krav på hög verkan med kvantitativt liten trupp. De gör sig sämst då involverade med stora fältförband med uppgifter som ställer krav på mobilitet och knappa tidsförhållanden
Germany invaded its western neighbour Belgium in august 1914. Belgium had declared herself neutral in the conflict between the central powers and the allied but was still invaded. The Belgian defence revolved largely around the political will to remain neutral and was therefore ill prepared in either direction. Germany’s first attack struck at the great fortresses outside Liège. The defence of this town was tied to the local forts, which had been erected some 40 years before. The outnumbered defenders with poorly executed preparations were able to perform well against the German might. The use of forts is an old practice in war but there are still lessons to be learned from its utilisation. This study is a theory constructive case study based on a quality text study. Therefore, the battle with its pros and cons of the use of forts are presented in an attempt to derive reasonable conclusions towards the use of fixed fortifications These facts led me to form a foundation of a theory on the usefulness of fixed fortifications.
APA, Harvard, Vancouver, ISO, and other styles
10

Fasterud, Kamilla, and Mirjana Milinkovic. "Evidensbaserad omvårdnad i samband med preoperativ fasta." Thesis, Halmstad University, School of Social and Health Sciences (HOS), 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:hh:diva-949.

Full text
Abstract:

Patienter ska fasta inför elektiv kirurgi på grund av risken för kräkning och aspiration av ventrikelinnehållet till lungorna, oberoende av anestesimetod. Under de senaste decennierna har forskning gjorts angående preoperativ fasta och därigenom har riktlinjerna förändrats mot en mer liberal riktning. I den kliniska verksamheten är det idag mer regel än undantag att fasta från midnatt för patienter som ska genomgå elektiv kirurgi på förmiddagen och tidig eftermiddag, vilket dock inte styrks av evidens utan baseras mer på erfarenheter. Det finns stark evidens som stödjer att preoperativ fasta borde vara två timmar för vätska och sex timmar för fast föda. Sjuksköterskan är den som är ansvarig för patienternas omvårdnad i den kliniska verksamheten. Det är viktigt att sjuksköterskan gör en preoperativ bedömning av nutritions- och vätskestatus. Sjuksköterskans kliniska bedömning har stor betydelse för hur patienterna klarar det pre-, peri- och postoperativa förloppet. Syftet med litteraturstudien var att belysa användningen av evidensbaserad omvårdnad i samband med preoperativ fasta. Sökning av vetenskapliga artiklar gjordes i databaserna CINAHL och PubMed. Ur resultatet framkommer det att genomsnittstiden för preoperativ fasta fortfarande är 11-14 timmar. De vanligaste orsakerna till varför evidensen brister är ostrukturerade operationsprogram och oklara riktlinjer. Enligt lagar och författningar, ska sjuksköterskor kritiskt reflektera över rutiner och arbeta evidensbaserat. Ytterligare forskning behövs angående vårdpersonalens följsamhet av riktlinjerna i Sverige, samt om tillämpning av omvårdnadsdiagnoser skulle bidra till att individanpassad omvårdnad prioriteras när det gäller den preoperativa fastans längd.

APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "FastAPI"

1

Ovid. Fasti. 2nd ed. Cambridge, Mass: Harvard University Press, 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Ovid. Fasti. Cambridge, U.K: Cambridge University Press, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Ovid. Fasti. London: Penguin Books, 2000.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
4

Ovid. Fasti. 2nd ed. Cambridge, Mass: Harvard University Press, 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Co, H. M. Gousha, and Don Wood. Fastmap: Seattle (Fastmaps). H.M. Gousha Co., 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

(Firm), H. M. Gousha. Fastmap: Chicago (Fastmaps). H M Gousha (Maps), 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

Gousha. Fastmap: Boston (Fastmaps). H M Gousha (Maps), 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

Wood, Don. Fastmap: Atlanta (Fastmaps). H.M. Gousha Co., 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

Gousha. Fastmap: San Francisco (Fastmaps). H M Gousha (Maps), 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

Wood, Don. Fastmap: Washington, D.C. (Fastmaps). Prentice Hall Trade, 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "FastAPI"

1

Faloutsos, Christos. "Fastmap." In Searching Multimedia Databases by Content, 83–93. Boston, MA: Springer US, 1998. http://dx.doi.org/10.1007/978-1-4613-1445-5_11.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Badura, Christian. "Fasti." In Ovid-Handbuch, 106–11. Stuttgart: J.B. Metzler, 2021. http://dx.doi.org/10.1007/978-3-476-05685-6_15.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Francis, Chiramel Riya, Unik Lokhande, Prabhjyot Kaur Bamrah, and Arlene D’costa. "Alzheimer’s Disease Prediction Using Fastai." In Information and Communication Technology for Intelligent Systems, 765–75. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-7078-0_76.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Levy, David. "The Fastap Keypad and Pervasive Computing." In Lecture Notes in Computer Science, 58–68. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45866-2_6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Walter, Thomas. "Von CGI zu fastCGI." In Kompendium der Web-Programmierung, 417–25. Berlin, Heidelberg: Springer Berlin Heidelberg, 2008. http://dx.doi.org/10.1007/978-3-540-33135-3_19.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Mellein, Richard. "Ovid: Fasti." In Kindlers Literatur Lexikon (KLL), 1–2. Stuttgart: J.B. Metzler, 2020. http://dx.doi.org/10.1007/978-3-476-05728-0_15883-1.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Kadri, Rahma, Mohamed Tmar, and Bassem Bouaziz. "Alzheimer’s Disease Prediction Using EfficientNet and Fastai." In Knowledge Science, Engineering and Management, 452–63. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-82147-0_37.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Gullapalli, Ujwal, Lei Chen, and Jinbo Xiong. "Image Classification with Transfer Learning and FastAI." In Mobile Multimedia Communications, 796–806. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-89814-4_59.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Ng, Michael, and Joshua Huang. "M-FastMap: A Modified FastMap Algorithm for Visual Cluster Validation in Data Mining." In Advances in Knowledge Discovery and Data Mining, 224–36. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-47887-6_22.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Mohammad, Yasser, and Shinji Nakadai. "FastVOI: Efficient Utility Elicitation During Negotiations." In Lecture Notes in Computer Science, 560–67. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-030-03098-8_42.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "FastAPI"

1

Bogachev, R. E., and N. V. Zarikovskaya. "Overview of the capabilities of the FastAPI web framework for implementing the backend of web systems." In All-Russian Scientific Conference on Achievements of Science and Technology. Krasnoyarsk Science and Technology City Hall, 2021. http://dx.doi.org/10.47813/dnit.2021.2.289-293.

Full text
Abstract:
This article provides an overview of the FastAPI web framework capabilities for web systems backend development. The comparison with popular frameworks such as Django and Flask is described and the main advantages of using FastAPI framework are presented with the terminals web system development as an example.
APA, Harvard, Vancouver, ISO, and other styles
2

Meunier, Quentin L. "FastCPA." In CS2 '19: Sixth Workshop on Cryptography and Security in Computing Systems. New York, NY, USA: ACM, 2019. http://dx.doi.org/10.1145/3304080.3304082.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Faloutsos, Christos, and King-Ip Lin. "FastMap." In the 1995 ACM SIGMOD international conference. New York, New York, USA: ACM Press, 1995. http://dx.doi.org/10.1145/223784.223812.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Baudet, Mathieu, George Danezis, and Alberto Sonnino. "FastPay." In AFT '20: 2nd ACM Conference on Advances in Financial Technologies. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3419614.3423249.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Fomichev, Mikhail, Julia Hesse, Lars Almon, Timm Lippert, Jun Han, and Matthias Hollick. "FastZIP." In MobiSys '21: The 19th Annual International Conference on Mobile Systems, Applications, and Services. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3458864.3467883.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Samanta, Soumitra, and Bhabatosh Chanda. "FaSTIP." In the Eighth Indian Conference. New York, New York, USA: ACM Press, 2012. http://dx.doi.org/10.1145/2425333.2425341.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Cai, Xingjian Kinger, Wei Qian, Chi-te Chen, and Kundan Chand. "VRM Modeling for Platform FastPI upon SPIM." In 2021 IEEE International Joint EMC/SI/PI and EMC Europe Symposium. IEEE, 2021. http://dx.doi.org/10.1109/emc/si/pi/emceurope52599.2021.9559338.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Cohen, Liron, Tansel Uras, Shiva Jahangiri, Aliyah Arunasalam, Sven Koenig, and T. K. Satish Kumar. "The FastMap Algorithm for Shortest Path Computations." In Twenty-Seventh International Joint Conference on Artificial Intelligence {IJCAI-18}. California: International Joint Conferences on Artificial Intelligence Organization, 2018. http://dx.doi.org/10.24963/ijcai.2018/198.

Full text
Abstract:
We present a new preprocessing algorithm for embedding the nodes of a given edge-weighted undirected graph into a Euclidean space. The Euclidean distance between any two nodes in this space approximates the length of the shortest path between them in the given graph. Later, at runtime, a shortest path between any two nodes can be computed with an A* search using the Euclidean distances as heuristic. Our preprocessing algorithm, called FastMap, is inspired by the data-mining algorithm of the same name and runs in near-linear time. Hence, FastMap is orders of magnitude faster than competing approaches that produce a Euclidean embedding using Semidefinite Programming. FastMap also produces admissible and consistent heuristics and therefore guarantees the generation of shortest paths. Moreover, FastMap applies to general undirected graphs for which many traditional heuristics, such as the Manhattan Distance heuristic, are not well defined. Empirically, we demonstrate that A* search using the FastMap heuristic is competitive with A* search using other state-of-the-art heuristics, such as the Differential heuristic.
APA, Harvard, Vancouver, ISO, and other styles
9

Chakraborty, Aditya, Debarun Kumer, and K. Deeba. "Plant Leaf Disease Recognition Using Fastai Image Classification." In 2021 5th International Conference on Computing Methodologies and Communication (ICCMC). IEEE, 2021. http://dx.doi.org/10.1109/iccmc51019.2021.9418042.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Chen, Angela, Kinger Xingjian Cai, Chi-te Chen, Chaitra Kotehal, Morgan Tseng, and Joseph Chen. "Cloud Based FastPI Streamlining Platform Power Integrity Design." In 2021 IEEE International Joint EMC/SI/PI and EMC Europe Symposium. IEEE, 2021. http://dx.doi.org/10.1109/emc/si/pi/emceurope52599.2021.9559280.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "FastAPI"

1

Boice, Kevin, Anthony Leo, Joseph Lee, Jr Paulson, Skalny John, Valascho Matt, and Ty. Baseline Field Testing of BB-2590 Lithium-Ion Batteries using an iRobot FasTac 510 Robot. Fort Belvoir, VA: Defense Technical Information Center, September 2010. http://dx.doi.org/10.21236/ada535773.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography