elixir-brain

所属分类:人工智能/神经网络/深度学习
开发工具:Elixir
文件大小:0KB
下载次数:0
上传日期:2016-10-21 09:57:56
上 传 者sh-1993
说明:  该项目是在Elixir编程语言中实现各种ML算法的游乐场。,
(This project is a playground for implementing various ML algorithms in the Elixir programming language.,)

文件列表:
LICENSE (1071, 2016-10-21)
config/ (0, 2016-10-21)
config/config.exs (44, 2016-10-21)
lib/ (0, 2016-10-21)
lib/command_line.ex (1930, 2016-10-21)
lib/command_line/ (0, 2016-10-21)
lib/command_line/autoencoder_trainer.ex (637, 2016-10-21)
lib/command_line/classifier_helper.ex (165, 2016-10-21)
lib/command_line/composite_classifier.ex (759, 2016-10-21)
lib/command_line/composite_classifier_trainer.ex (1489, 2016-10-21)
lib/command_line/generic_classifier.ex (260, 2016-10-21)
lib/command_line/generic_classifier_trainer.ex (519, 2016-10-21)
lib/command_line/image_classifier.ex (264, 2016-10-21)
lib/command_line/image_classifier_trainer.ex (554, 2016-10-21)
lib/command_line/image_helper.ex (468, 2016-10-21)
lib/command_line/trainer_helper.ex (1574, 2016-10-21)
lib/image_processor.ex (791, 2016-10-21)
lib/neural_network.ex (2974, 2016-10-21)
lib/neural_network/ (0, 2016-10-21)
lib/neural_network/autoencoder.ex (441, 2016-10-21)
lib/neural_network/backpropagation.ex (1866, 2016-10-21)
lib/neural_network/connection.ex (244, 2016-10-21)
lib/neural_network/layer.ex (2123, 2016-10-21)
lib/neural_network/neuron.ex (5643, 2016-10-21)
lib/neural_network/serializer.ex (779, 2016-10-21)
lib/neural_network/sigmoid.ex (175, 2016-10-21)
lib/parallel.ex (999, 2016-10-21)
lib/samples/ (0, 2016-10-21)
lib/samples/autoencoder.ex (898, 2016-10-21)
lib/samples/image_recognizer.ex (967, 2016-10-21)
lib/samples/xor.ex (442, 2016-10-21)
lib/util.ex (944, 2016-10-21)
mix.exs (781, 2016-10-21)
mix.lock (405, 2016-10-21)
samples/ (0, 2016-10-21)
samples/alphabet.png (3531, 2016-10-21)
samples/alphabet.svg (25013, 2016-10-21)
samples/circle.png (313, 2016-10-21)
... ...

# BrainElixir **TODO: Add description** ## Installation If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: 1. Add brain_elixir to your list of dependencies in `mix.exs`: def deps do [{:brain_elixir, "~> 0.0.1"}] end 2. Ensure brain_elixir is started before your application: def application do [applications: [:brain_elixir]] end

近期下载者

相关文件


收藏者