306 Matching Annotations
  1. Feb 2025
  2. Jan 2024
  3. Jan 2019
  4. Oct 2018
    1. A product under $50 is usually affordable enough that a customer may be ready to buy the first or second time.

      maybe we'll be okay to be deficient here for a while

  5. Sep 2018
    1. If you are an eCommerce, there will be fewer people who visited the “Check Out” page than the “Shopping Cart”. If you built an audience with your Facebook pixel, you audience size should be different.

      this is basically the point

      --> the people who are checking out are the people you want to target, so that subset is smaller than say all the people mildly interested

    1. I generally stick with drugstore when it comes to eyeliner - although I love black track fluid line by MAC, I've found drugstore options that are just as good. Same goes for mascara. permalinkredditceddit

      MAC is low-end

    1. About Flexify: Facebook Product Feed

      so essentially it seems that this is about syncing, and considering that a facebook account is something for a little later we can postpone this until further discussion

    1. Set up Facebook dynamic ads and retarget shoppers most likely to buy

      from what i understand they're just asking facebook to do the work. they're not actually doing any work themselves

    1. I failed miserably. I built a second store in a different niche and worked tirelessly.

      he worked through a niche, we should maybe try that if this doesn't work out

  6. Jun 2018

    Annotators

    Annotators

    1. There is only the one arrangement withxfailures followed by1success. Thisarrangement has probability

      so just x failures followed by 1 success

      same as negative binomial but k = 1 so x+1-1 = x of course where x is the number of failures

    2. Xbe the number of failures obtained before thek’th success.

      follows NB if you have S/F with independent trials, with replacement

      k successes x is # of failures until k success

    3. herefore by themultiplication rule there are36(3)56(3)ways to get a number which is even and>3000

      flaw: you cannot make one 4 digit number in p ways and then turn around and make another 4 digit number in q ways and then claim that the there pxq ways to make a single 4 digit number. it doesnt make sense

    4. o the probability it is even is theprobability it is either2;4;or6or37

      there are multiple ways to do it and some are simpler than others

      if you have einstellung with one, skip it and move on and you may find a simpler solution

      --> same deal in (b)

    5. Now we can use the same technique to arrange the remaining eight letters. Having placed two of theS’s, there remain eight free boxes, in which we are to place three T’s in83ways, two I’s in52ways,one C in31ways, one A in21ways and finally the remaining S in the last empty box in11way.There are

      Position is unique, not the letters. The letters are indistinguishable.

      i.e: S1=S2=S3 but position 1 != pos2!=pos3

    6. There are9(4)pin numbers that do not contain 1 and so there are10(4)9(4)that do contain a1. Therefor

      the complement of all pins without 1s

      so all pins with 1s which is the same as (9^(3)*2)/(10^(4)) since there are two (2) places for the 1 to go

    Tags

    Annotators

    Tags

    Annotators

    1. i-1 times for each i.

      R^(i) = R⋅R^(i-1)--- remember: you already have an R as a "coefficient"

      so: R^(0) = R⋅R^(-1) ??? Wait, then what's R^(-1) which then must exist by this definition?

      ANS:?

    Tags

    Annotators

    1. page 37:

      so basically its already known that Span B is a subset of S, basically by definition:

      We already know that all the vectors in B are in S and since S is closed under linear combinations, Span B is a subset of S (i.e: can be written as an LC of the vectors in S). (you cannot go beyond)

    2. thm 5 explanation:

      • we cannot have any other coefficient set which will make the equation 0 besides the trivial solution

      so we find that ci=di for every vector 1<=i<=k in S

    3. example 17 makes sense since you show that

      • any vector in R2 is a linear combination of the vectors in B by offering a c1, c2 s.t. we have a soln for every x1,x2
      • linear independence is had as we find that the only soln to the problem of x1=x2 =0 is c1=c2=0 (trivial

      page27

  7. May 2018
    1. P(D) = 1PD= 19(4)10(4)

      yes my method works (of choosing one of the four locations) so:

      P(D)=4*9^(4)/10^(4) is right also

      since we can only have one 1, otherwise you would need to use their method of finding the complement

    2. We need to have more efficient ways of determining the number of outcomes inSor in a compoundevent without having to list them all. Chapter 3 considers ways to do this, and then Chapter 4 developsother ways to manipulate and calculate probabilities

      happens later, chapter 2 is genuinely soft

    3. Solution 1:

      In this solution we simply flesh out the sample space and assign a prob'y dist'n to the events.

      Then we simply count up the number of events which fulfill our criteria and produce the probability.

    4. f2,3,4;:::;A;2~;:::;A|g

      here, the same event is a compound event.

      note that only one of these events will occur in a single trial in both cases, but there are multiple ways in which the event can occur (club)

    5. ={spade, heart, diamond, club}.

      as you can see with this example and the next,: the sample spaces need not be unique in order to produce the same result.

    Annotators

    1. break up an assembly language instruction into components and classifying these components.

      so that: you can ID errors you can output the appropriate output when desired

    2. least significant byte
      • cuts out MSB --> NOPE:it means what it means, see how char keeps cutting out the MSB until it is equal to the LSB?

      it is saying that these are ALL EQUAL

    3. s is 2 = 000102shifted 21 bits left

      consider that a 0 bit shift left would not add any additional 0s to the right.

      1 bit shift left would put 11 zero there.

      26? 26 zeroes

    Tags

    Annotators

    Annotators

    1. ature that all of the names are in the scope of all the value-expressions. It canbe used to define rec

      idgi but sounds important for recursive+mutually-recursive

    2. Before the implicitbeginin alambdaor function definition, Racket allows internaldefines.This is an alternative to immediately using one of the constructs in the next section (internal defi-nitions a

      idgi but sounds important

    3. ote that the values of top-level expressions are printed after evaluation if they are not<void>.If you

      ote that the values of top-level expressions are printed after evaluation if they are not<void>.If you</void>

    Annotators

    1. deterministic

      as stated before, know where im going next, for every step, i know here im going to next EX;; b + e = be-- > we know this, non-dfa would not know this

    Tags

    Annotators

    1. Input:intmaxEntry

      easy to figure out whther say, youve been given a valid register (finite)

      but this is an infinite sized langauge --> so we must specify and recognize them

    Annotators

    Annotators

    1. archetypes

      stereotype is generally one dimensional and negative archetype is the source from which copies are made

      Stereotype is a "conceptual model" created by abstracting the key features of current examples. ---> abstracting means extracting so an investment banker stereotype may have the abstracted traits of selfishness and vanity

  8. Apr 2018
    1. , the main control unit generates the ALUOp bits, which then are used as input to the ALU control that generates the actual signals to control the ALU unit

      crux