1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
fenix001 [56]
2 years ago
7

The value of a weight vector is given as (w1=3, w2=-2, w0=1) for a linear model with soft threshold (sigmoid) function f(x).

Mathematics
1 answer:
dolphi86 [110]2 years ago
8 0

Answer:

Please see explanation for the answer. The code is written in python and is as given below:

Step-by-step explanation:

The solution is obtained on the Python with the following code

import matplotlib.pyplot as plotter

import numpy as npy

x_s = npy.linspace(-5,5,100)  #Defining a linear sample space with boundaries as -5 to 5 and 100 as number of samples.

def sigmo(z):return 1/(1 + npy.exp(-z)) #Defining sigmoid function for the f(x).

plotter.plot(x_s, sigmo(x_s))

plotter.plot([-5,5],[.5,.5])

plotter.xlabel("z")

plotter.ylabel("sigmoid(z)")

plotter.show()

You might be interested in
Liliana wants to determine the height of an enlarged photo that she plans to frame. The original photo was 11 inches wide by 14
inn [45]

Answer: 168 inches.

Explanation:

First thing you must always do when solving word problems is read closely, and take note of any number.

In this case, the first thing we must do is find the scale factor.

For this, we use one of the dimensions. We will use the width of the photo.

We have then:

k = 132/11

k = 12

Then, we look for the value of the height of the new photo. To do this, we multiply the scale factor by the original dimension.

We have then:

14k = 14 (12) = 168

Thus, 168 inches is your answer! :)

Hope this helps! :)

7 0
2 years ago
Read 2 more answers
Solve the equation :<br>-3 • ( 2 - x ) + 4 = 2 • ( 1 - 2x) + 3<br>thanks :) ​
kakasveta [241]

Isolate the variable by dividing each side by factors that don't contain the variable.

x  =  1

-6+3x+4=2-4x+3

-8+7x+1=0

7x=7

x=1

4 0
2 years ago
Is eight 4/5 as a mixed number as improper fraction
Jlenok [28]
44/5 is the number as an improper fraction
8 0
3 years ago
Read 2 more answers
In a survey of students at a local high school, 30% of the students said they liked tater tots and 15% of the students said they
Artemon [7]
Based on the given problem above, the proportion of the students responding to the survey that said that they liked at least one of the two side dishes is 3/10. Because<span> 30% said they like tater tots and all the ones who said they liked fries are the same people then you're only looking at the 30% wherein 30/100 is 3/10 which makes 3/10 the right answer.</span>
4 0
3 years ago
Read 2 more answers
If (6y − 11)(6y + 11) = ay2 − b, what is the value of a? The value of a is ____________. Numerical Answers Expected! Answer for
Ksju [112]
I hope this helps you

5 0
3 years ago
Read 2 more answers
Other questions:
  • A group of students formed a circle during a game.The circumference of the circle was about 43.96 feet,and the diameter of the c
    14·1 answer
  • What does the expression 2(21x + 75) represent
    5·1 answer
  • (1 point) The parabola given by the equation y=−x2+10x−23 has its vertex at (h,k) for:
    10·1 answer
  • What is the simplified form of 3 and the square root of 135?
    6·1 answer
  • Explain how you could calculate the surface area of a<br> square pyramid.
    12·2 answers
  • What is the m ZACB?<br> 10°<br> 50°<br> 90°<br> 180°
    15·1 answer
  • Clare mixes 2 1/2 cups of water with 1/3 cup of orange juice concentrate Han mixes 1 2/3 cups of water with 1/4 cup of orange ju
    12·1 answer
  • A debt of $648 is evenly split among 3 friends.
    7·2 answers
  • Please help me thank you so much i will give brainliest to the right answer
    14·2 answers
  • What is -3 3/8 - 7/8 ????
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!