All Projects → hshindo → Merlin.jl

hshindo / Merlin.jl

Licence: mit
Deep Learning for Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Merlin.jl

Ml Agents
Unity Machine Learning Agents Toolkit
Stars: ✭ 12,134 (+8154.42%)
Mutual labels:  neural-networks
Remo Python
🐰 Python lib for remo - the app for annotations and images management in Computer Vision
Stars: ✭ 138 (-6.12%)
Mutual labels:  neural-networks
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-2.72%)
Mutual labels:  neural-networks
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+1102.04%)
Mutual labels:  neural-networks
Padasip
Python Adaptive Signal Processing
Stars: ✭ 138 (-6.12%)
Mutual labels:  neural-networks
Glcic Pytorch
A High-Quality PyTorch Implementation of "Globally and Locally Consistent Image Completion".
Stars: ✭ 141 (-4.08%)
Mutual labels:  neural-networks
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-8.84%)
Mutual labels:  neural-networks
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (-0.68%)
Mutual labels:  neural-networks
Brain Bits
A P300 online spelling mechanism for Emotiv headsets. It's completely written in Node.js, and the GUI is based on Electron and Vue.
Stars: ✭ 138 (-6.12%)
Mutual labels:  neural-networks
Enhancenet Code
EnhanceNet: Single Image Super-Resolution Through Automated Texture Synthesis (official repository)
Stars: ✭ 142 (-3.4%)
Mutual labels:  neural-networks
Flowpp
Code for reproducing Flow ++ experiments
Stars: ✭ 137 (-6.8%)
Mutual labels:  neural-networks
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+2212.24%)
Mutual labels:  neural-networks
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (-3.4%)
Mutual labels:  neural-networks
Pytorch 101 Tutorial Series
PyTorch 101 series covering everything from the basic building blocks all the way to building custom architectures.
Stars: ✭ 136 (-7.48%)
Mutual labels:  neural-networks
Uncertainty Metrics
An easy-to-use interface for measuring uncertainty and robustness.
Stars: ✭ 145 (-1.36%)
Mutual labels:  neural-networks
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (-8.84%)
Mutual labels:  neural-networks
Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
Stars: ✭ 1,728 (+1075.51%)
Mutual labels:  neural-networks
Autograd.jl
Julia port of the Python autograd package.
Stars: ✭ 147 (+0%)
Mutual labels:  neural-networks
Machine Learning Tutorials
machine learning and deep learning tutorials, articles and other resources
Stars: ✭ 11,692 (+7853.74%)
Mutual labels:  neural-networks
Lacmus
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Stars: ✭ 142 (-3.4%)
Mutual labels:  neural-networks

Merlin: deep learning framework for Julia

Merlin is a deep learning framework written in Julia.

It aims to provide a fast, flexible and compact deep learning library for machine learning.

Merlin is tested against Julia 1.0 on Linux, OS X, and Windows (x64).
It runs on CPU and CUDA GPU.

Build Status

Documentation

Requirements

  • Julia 1.0

Installation

The Pkg REPL-mode is entered from the Julia REPL using the key ].

(v1.0) pkg> add Merlin

Quick Start

MNIST

More examples can be found in examples.

GPU Support

The following are required:

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].