tensorflow:Ruby的深度学习

时间:2024-03-29 15:26:03
【文件属性】:

文件名称:tensorflow:Ruby的深度学习

文件大小:112KB

文件格式:ZIP

更新时间:2024-03-29 15:26:03

Ruby

TensorFlow :fire: 端到端机器学习平台-用于Ruby 该gem目前处于实验阶段,目前仅支持基本的张量操作。 请访问以获得更完整的深度学习库。 要在Ruby中运行TensorFlow模型,并使用 。 查看以获取完整示例。 安装 。 对于自制软件,请使用: brew install tensorflow 将此行添加到您的应用程序的Gemfile中: gem 'tensorflow' 入门 该库遵循TensorFlow 2 。 目前缺少许多方法和选项。 这是。 欢迎其他PR! 常数 a = Tf . constant ( [ 1 , 2 , 3 ] ) b = Tf . constant ( [ 4 , 5 , 6 ] ) a + b 变数 v = Tf :: Variable . new ( 0.0 ) w = v + 1 数学 Tf :: Math . abs ( [


【文件预览】:
tensorflow-master
----NOTICE.txt(595B)
----Rakefile(4KB)
----.github()
--------workflows()
----test()
--------data_dataset_test.rb(642B)
--------image_test.rb(620B)
--------nn_test.rb(66B)
--------test_helper.rb(796B)
--------linalg_test.rb(214B)
--------support()
--------math_test.rb(4KB)
--------bitwise_test.rb(246B)
--------keras_test.rb(3KB)
--------context_test.rb(291B)
--------keras_datasets_test.rb(2KB)
--------operations_test.rb(1KB)
--------strings_test.rb(673B)
--------keras_preprocessing_test.rb(438B)
--------audio_test.rb(130B)
--------io_test.rb(513B)
--------tensorflow_test.rb(2KB)
----Gemfile(95B)
----.gitignore(80B)
----CHANGELOG.md(443B)
----lib()
--------tensorflow()
--------tensorflow.rb(3KB)
----README.md(4KB)
----tensorflow.gemspec(934B)
----LICENSE.txt(11KB)

网友评论