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
How to divide mixed numbers using reciprocal
Semenov [28]

You have to make the mixed number into a fraction in order to  divide

6 0
2 years ago
Read 2 more answers
Donald spends a total of $17.43 on peanuts that cost $2.49 per pound. How many pounds of peanuts does he buy?
True [87]

Answer:

He bought 7 pounds of peanuts

Step-by-step explanation:

17.43/2.49=7

4 0
2 years ago
Solve for x. 8/9x=32
aev [14]

Answer:

0.44444444444

Step-by-step explanation:

3 0
3 years ago
The length of the sides of a square is 10 meters. Find the length of the diagonals of the square
BaLLatris [955]

。☆✼★ ━━━━━━━━━━━━━━  ☾  

Use Pythagoras' theorem:

a^2 + b^2 = c^2

Sub the values in:

10^2 + 10^2 = c^2

200 = c^2

Square root to find the answer:

c = 14.14

Have A Nice Day ❤    

Stay Brainly! ヅ    

- Ally ✧    

。☆✼★ ━━━━━━━━━━━━━━  ☾

7 0
3 years ago
Read 2 more answers
Sara wanted to gather data about the cost of local gyms in her area. She plotted the data and determined that the average gym co
snow_tiger [21]

\bf y = \stackrel{\stackrel{monthly~fee}{\downarrow} }{10}~~\stackrel{\stackrel{month}{\downarrow }}{x}+\underset{y-intercept}{\stackrel{\stackrel{registration~fee}{\downarrow }}{30}}~\hfill \impliedby \begin{array}{|c|ll} \cline{1-1} slope-intercept~form\\ \cline{1-1} \\ y=\underset{y-intercept}{\stackrel{slope\qquad }{\stackrel{\downarrow }{m}x+\underset{\uparrow }{b}}} \\\\ \cline{1-1} \end{array}

6 0
3 years ago
Read 2 more answers
Other questions:
  • How do I divide 5 into 39
    11·2 answers
  • Simplify 3 1/2 x 3 1/2
    15·1 answer
  • Please help, I will mark brainliest :).
    14·1 answer
  • 14n - 32 = 22 what does n equal
    7·2 answers
  • Match the equation with its graph. -3x + y = 4
    11·2 answers
  • Please give me 1 Integer, 1 negative fraction, 1 positive fraction, 1 negative decimal, and 1 positive decimal between -1 and 1.
    5·1 answer
  • What is 7.3 × 10^5 + 3.7 × 10^5 in scientific notation?
    9·1 answer
  • Please help! i dont really understand.
    10·2 answers
  • Cindy struck out 7, 14, 6, 4, 5, and 6 batters in softball games this season. In discussing her stats with a newspaper reporter,
    10·1 answer
  • Plz math help me in class !!!!!
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!