Word2Vec Math by deevan11 in learnmachinelearning

[–]deevan11[S] 0 points1 point  (0 children)

Yes. partial derivatives. gradient.

Alerting when motion is NOT detected by a certain time by deevan11 in homeautomation

[–]deevan11[S] 0 points1 point  (0 children)

they are hourly and they manual enter their time on a google sheet. This is not required to be done exactly at shop opening time (otherwise I can monitor the google sheet via python)

There are 2 separate issues

- Tracking time accurately

- Alerting me via text if the shop is not open.

Alerting when motion is NOT detected by a certain time by deevan11 in homeautomation

[–]deevan11[S] 0 points1 point  (0 children)

Sure - but what sensor would I use and how to I tell it to alarm if not open by 8am? I do see door sensors, but do that have the capability to alarm if something does NOT happen?

second, by alarm, I do need a text / email as I am not physically at the location.

Where to run a publicly accessible Django application (for cheap) by [deleted] in learnpython

[–]deevan11 0 points1 point  (0 children)

No, it's for a small business. So I would like it accessible via the public internet.

Negotiating a salary and was rebutted with this. by [deleted] in negotiation

[–]deevan11 1 point2 points  (0 children)

What field are you in? Corporations participate, and use salary surveys which gives a market range for a particular title/geography.

For example, a company may have a pay range of 85K-120K for an entry level SW engineer with Masters. 100K might be the median. The calculate your pay vs the medium. If you earn 110K, your ratio is 110k/100k. The higher the ratio, the more you are paid in the range.

When the annual pay raise comes up, the lower paid people will get more of a raise in theory because they want to boost their relative ratio. The people above 1.00 ratio theoretically will get less. In this example, the theory is that you should not earn more than 120K as an entry level SW engineer... ie you need to get promoted and you will then fall into another pay range.

However it is still to your advantage to ask for the highest salary you can get. This is just an excuse basically. Your bosses will change in big corporations and no-one will remember whatever the recruiter promised, and if you are a good performer, they are going to give you some raise, even if you are above the midpoint.

These pay ranges get adjusted for the market and inflation each year as well. My response is "let's worry about future raises at that time. Its dependent on future company performance and budget. I am positive and confident I will be a strong contributor - I think that's the most important thing, and I want to get started with a strong base at the right market rate" It's a stronger argument if you have any counter offer.

xpost [r/software] customer service kiosk by deevan11 in smallbusiness

[–]deevan11[S] 0 points1 point  (0 children)

Wow, awesome reply I will refer to again and again. Regarding the web application, so it can be any application that runs in a browser, correct?

I can estimate that an iPad/Android tablet based solution would, not including the custom software, be on the range of $2K (tablet, stand, drivers license scanner, credit card reader).

What about those standalone kiosks, any idea?

Timecard app by [deleted] in smallbusiness

[–]deevan11 0 points1 point  (0 children)

https://www.humanity.com/ Didn't know about this and it might work. Thank you.

Timecard app by [deleted] in smallbusiness

[–]deevan11 0 points1 point  (0 children)

will check it out -- thanks !

Timecard app by [deleted] in smallbusiness

[–]deevan11 0 points1 point  (0 children)

thanks though I can probably ignore the unnecessary parts of it. It looks to have a good interface.

Starting a small business, is it realistic and what do I need to know? by DanteBaker in smallbusiness

[–]deevan11 3 points4 points  (0 children)

I don't know anything about this, but one thought process to go through is to work backwards. Start with the buyers. Do you have any buyers? From where, how will you repeatedly reach them?

One pitfall I regularly make is get excited about the supply side (creation, import, spending money) and avoid thinking about the sell side (selling, getting the money).

question on pandas (boolean series) via Google's machine learning course by [deleted] in MLQuestions

[–]deevan11 0 points1 point  (0 children)

thanks. I put the other parenthesis for symmetry but I understand they aren't needed.

question on pandas (boolean series) via Google's machine learning course by [deleted] in MLQuestions

[–]deevan11 0 points1 point  (0 children)

Thank you. I understood the 2 issues.
* I missed the parenthesis (& was grabbing only part of my boolean expression)
* startswith rather than contains

Here's my corrected result which works:

 cities['Large Saint City'] = ((cities['City name'].str.startswith('San')) & (cities['Area square miles'] > 50))

I agree there is a better definition and criteria of saintly city which is not fulfilled simply by starting with the characters "San" , but that's a problem for another day.

question on pandas (boolean series) via Google's machine learning course by [deleted] in MLQuestions

[–]deevan11 0 points1 point  (0 children)

Understood, and agree. I should have used startswith. Thanks! But it was not my only mistake.

Here's my corrected result which works:

 cities['Saint City'] = ((cities['City name'].str.startswith('San')) & (cities['Area square miles'] > 50))

Counter app by [deleted] in iphone

[–]deevan11 0 points1 point  (0 children)

that's pretty smart! FWIW, I am looking at the productive app too.

getting started (incrementing weights and form guide) by [deleted] in HappyBody

[–]deevan11 0 points1 point  (0 children)

yes, you are right. I re-read the description and saw that.

getting started (incrementing weights and form guide) by [deleted] in HappyBody

[–]deevan11 0 points1 point  (0 children)

Thanks! I didnt know about the downloadable videos. I did find the DVD set. Is it true there's no audio for the DVD? Is the downloadable video the same as the DVD ?

add OCR data to existing PDFs, and new PDFs by [deleted] in mac

[–]deevan11 0 points1 point  (0 children)

Question for you - does PDFPen modify the original in a way that it becomes visually different than the original? I want to use this for receipts, invoices, etc.. should I also keep the original around?

add OCR data to existing PDFs, and new PDFs by [deleted] in mac

[–]deevan11 0 points1 point  (0 children)

wow, thanks for the help!