Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 1,076 for Learning (0.4 seconds)

  1. docs/en/docs/deployment/concepts.md

    ### Memory per Process { #memory-per-process }
    
    Now, when the program loads things in memory, for example, a machine learning model in a variable, or the contents of a large file in a variable, all that **consumes a bit of the memory (RAM)** of the server.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 18.5K bytes
    - Click Count (1)
  2. docs/zh-hant/docs/tutorial/path-params.md

    在回傳給用戶端之前,它們會被轉成對應的值(此例為字串):
    
    {* ../../docs_src/path_params/tutorial005_py310.py hl[18,21,23] *}
    
    你的用戶端會收到像這樣的 JSON 回應:
    
    ```JSON
    {
      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## 包含路徑的路徑參數 { #path-parameters-containing-paths }
    
    假設你有一個路徑為 `/files/{file_path}` 的「路徑操作」。
    
    但你需要 `file_path` 本身就包含一個「路徑」,像是 `home/johndoe/myfile.txt`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 8.4K bytes
    - Click Count (0)
  3. docs/zh/docs/tutorial/path-params.md

    返回给客户端之前,会把枚举成员转换为对应的值(本例中为字符串):
    
    {* ../../docs_src/path_params/tutorial005_py310.py hl[18,21,23] *}
    
    客户端中的 JSON 响应如下:
    
    ```JSON
    {
      "model_name": "alexnet",
      "message": "Deep Learning FTW!"
    }
    ```
    
    ## 包含路径的路径参数 { #path-parameters-containing-paths }
    
    假设路径操作的路径为 `/files/{file_path}`。
    
    但需要 `file_path` 中也包含路径,比如,`home/johndoe/myfile.txt`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  4. docs/en/docs/python-types.md

    **FastAPI** is all based on these type hints, they give it many advantages and benefits.
    
    But even if you never use **FastAPI**, you would benefit from learning a bit about them.
    
    /// note
    
    If you are a Python expert, and you already know everything about type hints, skip to the next chapter.
    
    ///
    
    ## Motivation { #motivation }
    
    Let's start with a simple example:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  5. tensorflow/c/BUILD

    # Tests
    
    tf_cuda_library(
        name = "c_test_util",
        testonly = 1,
        srcs = ["c_test_util.cc"],
        hdrs = ["c_test_util.h"],
        visibility = [
            "//learning/brain:__subpackages__",
            "//tensorflow:__subpackages__",
        ],
        deps = [
            ":c_api",
            ":c_api_experimental",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 17 18:49:14 GMT 2026
    - 30.3K bytes
    - Click Count (0)
  6. tensorflow/c/eager/BUILD

        ],
    )
    
    tf_cuda_library(
        name = "c_api_test_util",
        testonly = 1,
        srcs = ["c_api_test_util.cc"],
        hdrs = ["c_api_test_util.h"],
        visibility = [
            "//learning/brain:__subpackages__",
            "//tensorflow:__subpackages__",
        ],
        deps = [
            ":c_api",
            ":c_api_experimental",
            ":c_api_internal",
            "//tensorflow/c:c_test_util",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 24 06:18:31 GMT 2026
    - 33.3K bytes
    - Click Count (0)
  7. docs/tr/docs/advanced/events.md

    ## Kullanım Senaryosu { #use-case }
    
    Önce bir **kullanım senaryosu** örneğiyle başlayalım, sonra bunu bununla nasıl çözeceğimize bakalım.
    
    Request’leri işlemek için kullanmak istediğiniz bazı **machine learning modelleriniz** olduğunu hayal edelim. 🤖
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 8.3K bytes
    - Click Count (0)
  8. docs/de/docs/_llm-test.md

    * <dfn title="Eine Methode des Machine Learning, die künstliche neuronale Netze mit zahlreichen versteckten Schichten zwischen Eingabe- und Ausgabeschicht verwendet und so eine umfassende interne Struktur entwickelt">Deep Learning</dfn>
    
    ## Überschriften { #headings }
    
    //// tab | Test
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  9. docs/es/docs/_llm-test.md

    * <dfn title="Un grupo de máquinas configuradas para estar conectadas y trabajar juntas de alguna manera.">clúster</dfn>
    * <dfn title="Un método de Machine Learning que usa redes neuronales artificiales con numerosas capas ocultas entre las capas de entrada y salida, desarrollando así una estructura interna completa">Deep Learning</dfn>
    
    ## Encabezados { #headings }
    
    //// tab | Prueba
    
    ### Desarrolla una webapp - un tutorial { #develop-a-webapp-a-tutorial }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 12.2K bytes
    - Click Count (0)
  10. docs/es/docs/advanced/events.md

    ## Caso de Uso { #use-case }
    
    Empecemos con un ejemplo de **caso de uso** y luego veamos cómo resolverlo con esto.
    
    Imaginemos que tienes algunos **modelos de machine learning** que quieres usar para manejar requests. 🤖
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 8.4K bytes
    - Click Count (0)
Back to Top