Community Profile

photo

Fumiya Watanabe


Aktiv seit 2016

Followers: 0   Following: 0

Statistiken

All
  • Thankful Level 2
  • Thankful Level 1
  • CUP Challenge Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


ニューラルネットワークの学習をdouble型で行うことはできますか?
ニューラルネットワークの学習をdouble型で行うことはできますか? 現在、ある実数値ベクトルを入力とする回帰問題をNeural Network Toolboxを用いて実現しようとしています。 このベクトル入力を画像入力として扱うことで実現を考えて...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


自作の出力層を定義する際、学習データ以外の数値データを使用するにはどうすればよいですか?
自作の(回帰)出力層を定義する際、学習データ以外の数値データを使用するにはどうすればよいですか? ひとつの方法として、次のように層のプロパティとして数値データXをコンストラクタで与えておくことを考えています。 classdef myRegr...

fast 6 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Simulink Support Package for Android Devicesを利用したモデルのハードウェアへの展開に失敗します。
Simulink Support Package for Android Devices (Ver.16.2.2)を利用して、 <https://jp.mathworks.com/help/supportpkg/android/examples/getti...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

etwa 7 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 7 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 7 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 7 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

etwa 7 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa 7 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 7 Jahre vor

Gelöst


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

etwa 7 Jahre vor

Gelöst


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

etwa 7 Jahre vor

Gelöst


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

etwa 7 Jahre vor

Gelöst


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

etwa 7 Jahre vor

Gelöst


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

etwa 7 Jahre vor

Gelöst


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

etwa 7 Jahre vor

Gelöst


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

etwa 7 Jahre vor

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

etwa 7 Jahre vor

Gelöst


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

etwa 7 Jahre vor

Gelöst


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

etwa 7 Jahre vor

Gelöst


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

etwa 7 Jahre vor

Gelöst


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

etwa 7 Jahre vor

Gelöst


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

etwa 7 Jahre vor

Frage


patchの表面カラーにテクスチャを割り当てることはできますか?
patchを利用して多角形を表示する際に,表面カラーにテクスチャを割り当てる方法はありますか? 3Dモデルのポリゴンデータをpatchを利用して可視化しようと考えています.現在,下記のデータを読み込むことができています. * モデルに定義されて...

mehr als 7 Jahre vor | 1 Antwort | 3

1

Antwort