We are improving our search experience. To check which content you have full access to, or for advanced search, go back to the old search.

Search

Please fill in this field.
Filters applied:

Search Results

Showing 1-20 of 10,000 results
  1. Function Pointers

    Functions are not variables, but we can still have pointers to functions or function pointers. For example, if we have a simple function:...
    Slobodan Dmitrović in Modern C for Absolute Beginners
    Chapter 2024
  2. Practical Spring Cloud Function Develo** Cloud-Native Functions for Multi-Cloud and Hybrid-Cloud Environments

    Unlike other resources that target only programming communities, this book targets both programming and business communities. With programming models...

    Banu Parasuraman
    Book 2023
  3. Function Optimization

    Function optimization plays an important role in most data-driven analytics, computational modeling, machine learning and artificial intelligence....
    Chapter 2023
  4. Function Parameters

    This chapter looks at function parameters and their stack layout. Then, we disassemble and analyze the stack structure of the project with function...
    Chapter 2023
  5. Function Parameters

    This chapter looks at function parameters and their stack layout. Then, we disassemble and analyze the stack structure of the project with function...
    Chapter 2023
  6. Enterprise Architecture Function A Pattern Language for Planning, Design and Execution

    This book provides a method to plan, develop, validate, or evolve the design of an enterprise architecture function so that it fully meets the...

    Ingo Arnold
    Book 2022
  7. Function Arguments

    In this part you will learn the basics of Python function arguments to pass inputs to functions.
    Video segment 2023
  8. Function Templates

    You may have noticed that some of the overloaded functions in Ex8_15 consisted of exactly the same code. The only difference were the types that...
    Ivor Horton, Peter Van Weert in Beginning C++23
    Chapter 2023
  9. Modern non-linear function-on-function regression

    We introduce a new class of non-linear function-on-function regression models for functional data using neural networks. We propose a framework using...

    Aniruddha Rajendra Rao, Matthew Reimherr in Statistics and Computing
    Article 04 October 2023
  10. Function Words

    Typologically, isolating languages like English and Chinese prefer function words and word order for coding semantic relations within and between...
    Roland Hausser in Ontology of Communication
    Chapter 2023
  11. The Filter() Function

    In Chapter 9 we have looked at filtering data using (fairly) simple comparisons applied as parameters to the...
    Chapter 2023
  12. Function Pointer Parameters

    In this chapter, we disassemble and analyze a project that used function parameters which are pointers.
    Chapter 2023
  13. Function Pointer Parameters

    In this chapter, we disassemble and analyze a project that used function parameters which are pointers.
    Chapter 2023
  14. A Simple Function

    This part will show you how to create simple functions in Python by defining a function using the “def” keyword, specifying inputs (if any), and...
    Video segment 2023
  15. The EE Function-Construction Theory

    The EE function-construction theory or TAO theory (T-theory) is a theory about the way subjects (people) perceive the things that surround them. TAO...
    Jan L. G. Dietz, Hans B. F. Mulder in Enterprise Ontology
    Chapter 2024
  16. Prefer Functions to Function-Like Macros

    We should prefer writing and using real functions to function-like macros. While it might be tempting to write and use function-like macros instead...
    Slobodan Dmitrović in Modern C for Absolute Beginners
    Chapter 2024
  17. Robust Aggregation Function in Federated Learning

    Maintaining user data privacy is a crucial challenge for machine learning techniques. Federated learning is a solution that enables machine learning...
    Rahim Taheri, Farzad Arabikhan, ... Negar Akbari in Advances in Information Systems, Artificial Intelligence and Knowledge Management
    Conference paper 2024
  18. Do Not Use the gets Function

    The gets function is declared inside the header, reads the input into a character array pointed to by str, and has the following syntax:...
    Slobodan Dmitrović in Modern C for Absolute Beginners
    Chapter 2024
  19. Loss Function and Gradient Descent

    Before proceeding to deep learning, we use this section to discuss two key concepts: loss function and gradient descent. Technically, machine...
    **aowei Huang, Gaojie **, Wenjie Ruan in Machine Learning Safety
    Chapter 2023
Did you find what you were looking for? Share feedback.