-
La Jolla Digital
- Southern California
-
23:38
(UTC -08:00)
Pinned Loading
-
ActionExtractor
ActionExtractor PublicLearning NLP with the intent of extracting actions (imperative mood phrases) from text.
Python 1
-
backup-util-dotnet-core
backup-util-dotnet-core PublicForked from freedom35/backup-util-dotnet-core
Command line backup utility targeting .NET
C#
-
-
Minimal Semantic Kernel connector fo...
Minimal Semantic Kernel connector for Google Gemini (Bard) 1using System.Diagnostics.CodeAnalysis;
2using System.Runtime.CompilerServices;
34namespace Connectors.Gemini
5{
-
Silk.NET OpenCL Kernel Base
Silk.NET OpenCL Kernel Base 1__kernel void hello_kernel(__global const float* a, __global const float* b, __global float* result)
2{
3int gid = get_global_id(0);
4result[gid] = a[gid] + b[gid];
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.