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
assume that Congress has approved a new tax to fund scientific research to find alternative fuel sources. everyone will pay $200
Tresset [83]
The answer would be regressive.
4 0
3 years ago
Substitute 9 for x and evaluate the expression below. (x-1) -3 A, 5 B, 7 C 11 D, 13
Sphinxa [80]

Answer: The answer would be A. 5

Please mark me as brainliest

6 0
3 years ago
Wazi has sixty three 5 $ bills he takes the 5 $ bills to bank to exchange for 20$ how many 20$ bills does Wes I get
dmitriy555 [2]
15

63 x 5 = 315
315/20 = 15.75
hence, 15 $20 bills
4 0
3 years ago
Which set of side lengths forms a right triangle? A) 5 cm, 6 cm,7 cm B) 2 cm, 4 cm, 6 cm C) 8 cm, 9 cm, 11 cm D) 8 cm, 15 cm, 17
Tamiku [17]
A) 5cm,6cm,7cm
you’re welcome
3 0
3 years ago
A store sells T-shirts $10 each and jeans for $20 a pair. Anna spends $150 for T-shirts and jeans. she buys x T-shirts and y pai
galben [10]
10x+20y=150 is the equation I don't quite understand how she would have money left because she spend $150 for her t-shirts and jeans.
4 0
3 years ago
Other questions:
  • Given: m || n, ∠1 ≅ ∠3<br> Prove: p || q
    9·2 answers
  • The first step in solving the quadratic equation -5x^2+8=133 is to subtract 1.)2 from each same side
    15·2 answers
  • Is 2 a factor of 72?
    9·1 answer
  • Solve:<br><br> -11 2/3 x (-4 1/5) = ?
    11·2 answers
  • What is the problem to h-16&lt;24=
    11·1 answer
  • Evaluate the following expression<br><br> 40 -8 - 102
    10·1 answer
  • Write the following sentence using mathematical symbols:
    8·2 answers
  • Giving thanks and brainliest for answer to question &lt;3
    10·2 answers
  • A squirrel can run at a maximum speed of 24 miles per hour. At this rate, how many seconds will it take the squirrel to run 12 m
    9·2 answers
  • Estimate the value of the following to the tenths decimal place.
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!