All Projects → DeepMLNet → Deepnet

DeepMLNet / Deepnet

Licence: apache-2.0
Deep.Net machine learning framework for F#

Programming Languages

fsharp
127 projects

Projects that are alternatives of or similar to Deepnet

Stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
Stars: ✭ 531 (+436.36%)
Mutual labels:  gpu, gpu-acceleration, cuda, gpu-computing
Heteroflow
Concurrent CPU-GPU Programming using Task Models
Stars: ✭ 57 (-42.42%)
Mutual labels:  gpu, gpu-acceleration, cuda, gpu-computing
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+245.45%)
Mutual labels:  gpu, gpu-acceleration, cuda, gpu-computing
Vuh
Vulkan compute for people
Stars: ✭ 264 (+166.67%)
Mutual labels:  gpu, gpu-acceleration, gpu-computing
cuda memtest
Fork of CUDA GPU memtest 👓
Stars: ✭ 68 (-31.31%)
Mutual labels:  gpu, cuda, gpu-computing
MatX
An efficient C++17 GPU numerical computing library with Python-like syntax
Stars: ✭ 418 (+322.22%)
Mutual labels:  gpu, cuda, gpu-computing
Hipsycl
Implementation of SYCL for CPUs, AMD GPUs, NVIDIA GPUs
Stars: ✭ 377 (+280.81%)
Mutual labels:  gpu, cuda, gpu-computing
Cuda Api Wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
Stars: ✭ 362 (+265.66%)
Mutual labels:  gpu, cuda, gpu-computing
Cekirdekler
Multi-device OpenCL kernel load balancer and pipeliner API for C#. Uses shared-distributed memory model to keep GPUs updated fast while using same kernel on all devices(for simplicity).
Stars: ✭ 76 (-23.23%)
Mutual labels:  gpu, gpu-acceleration, gpu-computing
Neanderthal
Fast Clojure Matrix Library
Stars: ✭ 927 (+836.36%)
Mutual labels:  gpu, cuda, gpu-computing
Arraymancer
A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends
Stars: ✭ 793 (+701.01%)
Mutual labels:  tensor, cuda, gpu-computing
Nvidia libs test
Tests and benchmarks for cudnn (and in the future, other nvidia libraries)
Stars: ✭ 36 (-63.64%)
Mutual labels:  gpu, cuda, gpu-computing
rbcuda
CUDA bindings for Ruby
Stars: ✭ 57 (-42.42%)
Mutual labels:  cuda, gpu-acceleration, gpu-computing
Bohrium
Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
Stars: ✭ 209 (+111.11%)
Mutual labels:  gpu, gpu-acceleration, cuda
Clojurecuda
Clojure library for CUDA development
Stars: ✭ 158 (+59.6%)
Mutual labels:  gpu-acceleration, cuda, gpu-computing
Cupy
NumPy & SciPy for GPU
Stars: ✭ 5,625 (+5581.82%)
Mutual labels:  gpu, tensor, cuda
Pycuda
CUDA integration for Python, plus shiny features
Stars: ✭ 1,112 (+1023.23%)
Mutual labels:  gpu, cuda, gpu-computing
Emu
The write-once-run-anywhere GPGPU library for Rust
Stars: ✭ 1,350 (+1263.64%)
Mutual labels:  gpu, gpu-acceleration, gpu-computing
Autodock Gpu
AutoDock for GPUs and other accelerators
Stars: ✭ 65 (-34.34%)
Mutual labels:  cuda, gpu-computing
Arboretum
Gradient Boosting powered by GPU(NVIDIA CUDA)
Stars: ✭ 64 (-35.35%)
Mutual labels:  gpu, cuda

Deep.Net

Deep learning library for F#. Provides tensor functionality, symbolic model differentiation, automatic differentiation and compilation to CUDA GPUs. It includes optimizers and model blocks used in deep learning.

.NET Standard 2.0 port

Deep.Net is currently being ported to .NET Standard 2.0.

In the process the API is being streamlined and the documentation is being improved. The port of the numeric Tensor library is complete, but the port of the symbolic libraries is still in progress.

Go to the README of the Tensor library.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].