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]
3 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]3 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
PLEASE HELP ME I WILL GIE BRAINLYEST
nydimaria [60]

Answer:

the first box

fourth box

fifth box and last box

Step-by-step explanation:

4 0
2 years ago
HELP ASAP!!! WILL GIVE BRAINLIEST! Given that RS=20 and QR=5, identify the length of PS¯¯¯¯¯.
cestrela7 [59]

Answer:

PS = 10 \sqrt{5}

Step-by-step explanation:

8 0
3 years ago
What is the value of x in the equation 4x+8y=40 when y=0.8
GREYUIT [131]
Substitute in 0.8 for y.

4x+8y=40 \\ \\ 4x + 8(0.8) = 40 \\ \\ 4x + 6.5 = 40 \\ \\ 4x = 40 - 6.4 \\ \\ 4x = 33.6 \\ \\ x = 8.4 \\ \\

The final result is: x = 8.4.
3 0
3 years ago
Read 2 more answers
Need help with these 2 questions
MArishka [77]

Answer: 1. x= -12           2. x= 12

Step-by-step explanation:

1. 5(+3)=−45

5x+15−15=−45−15

5x= -60

5x/5 = -60/5

x = -60/5

x= -12

2. 1x/2−4=2

x/2 -4=22−4+4=2+4

/2=6

2⋅2=2⋅6

x=2⋅6

x= 12

8 0
3 years ago
A rectangular field with perimeter of 80m is to have an area of at least 380m² . Describe the possible lengths and of the field.
Kryger [21]

let \: x \: be \: the \: length \\ let \: y \: be \: the \: width

perimeter = 2x + 2y \\ area = xy

2x + 2y = 80 \\ xy = 380 \\  \\ x + y = 40 \\ xy = 380 \\  \\ x = 40 - y \\ (40 - y)y = 380

40y - y {}^{2}  = 380 \\ y {}^{2}  - 40y + 380 = 0 \\  y {}^{2}  - 40y + 400 = 20 \\ (y - 20) {}^{2}  = 20 \\ y  - 20 =± \sqrt{20}  \\ y_{1}=20-√20≈15.52786\\ y_{2}=20+√20≈24.4721

6 0
2 years ago
Other questions:
  • Alguien me puede ayudar con esto, no lo entiendo???
    9·1 answer
  • I know how to translate an object but this is kinda tricky.
    14·1 answer
  • What is 52% of 25?
    15·2 answers
  • Which of the following angles have a greater measure than angle 5
    6·2 answers
  • Write cp and sp i bought a suit rs 5750.00 and sold it at rs 5890.00?​
    10·2 answers
  • Question on pic up there :)
    5·1 answer
  • Kendra has $32 and is planning to save $25 each week. She is saving to buy a new phone that costs $257.00. Write an equation to
    7·1 answer
  • Hello! I would like to have this answered, I need to pass badly and I almost am! Please dont scam and show your work. You may se
    5·2 answers
  • Dueling Discounts Information:
    6·1 answer
  • Polynomial of lowest degree with zeros of 3/4 (multiplicity 2) and 1/3 (multiplicity 1) and with f(0) = -81
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!