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
Join this meeting and ill let you in (dont show face or voice and link is in replies)
patriot [66]

Answer:

yes.

Step-by-step explanation:

sike.

3 0
2 years ago
Read 2 more answers
What mistake did she make while solving the problem?
umka2103 [35]

Answer:

Ms, Erickson added 6x^3 plus -3x^2 and these terms have different exponents.l

Step-by-step explanation:

6 0
3 years ago
The school store sells markers for $0.35 each and pencils for $0.15
Reil [10]
4 markers and 9 pencils
8 0
3 years ago
ALGEBRA ONE!!!!!1 34 POINTS I WILLLLL GIVE TOOOO YOUUUUU!!
Marina86 [1]

Answer:

±sqrt(T*L/m)=v

Step-by-step explanation:

T=mv^2/L

We want to solve the equation for v

Multiply each side by L

T*L=mv^2/L *L

T*L=mv^2

Divide each side by m

TL/m=mv^2/m

T*L/m=v^2

Take the square root of each side

±sqrt(T*L/m)=sqrt(v^2)

±sqrt(T*L/m)=v

7 0
3 years ago
Read 2 more answers
Sumara Kato's savings account has a balance of $1663. After 19 years, how much interest
lesantik [10]

Answer: $2936.27

Step-by-step explanation:

Present value = $1663

Rate = 5.5%

Time(n) = 19years

Future value= PV(1+r)^n

= 1663(1+5.5%)^19

= 1663(1.055)^19

=1663 × 2.766

=4599.86

Interest = Future value - Present value

= $4599 - $1663

= 2936

4 0
3 years ago
Other questions:
  • 2d+4=10+5d<br> i need help
    10·1 answer
  • 2) Find the GCF of 35 and 28​
    12·2 answers
  • The total revenue R (in dollars) is directly proportional to the number of units sold x. When 500 units are sold, the total reve
    7·1 answer
  • What to the fourth power equals 0.0625?
    10·1 answer
  • How much tip should you leave if you want to tip 23% at Applebee’s on a $27.31 bill?
    10·1 answer
  • Please answer this question !! Will give brainliest !
    12·1 answer
  • the volume of a triangular pyramid is 300 cubic meters. what is the area of the pyramid's base of the pyramid height is 3 meters
    7·1 answer
  • What is the median ??
    12·2 answers
  • Determine the relationship between the two given lines y=3 and y=2
    9·1 answer
  • Given that (5,-9) is on the graph of f(x), find the corresponding point for the function -2/3f(x)​
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!