Software Engineer (Junior) – Luci.AI – Markham, ON
From Indeed – Thu, 01 Aug 2019 15:29:51 GMT – View all Markham, ON jobs
How do I find the corresponding frame of, let’s say, Pacman, starting from a RAM state ?
submitted by /u/gohu_cd
[link] [comments]
Very interesting article and paper: https://deepmind.com/blog/predicting-patient-deterioration/
submitted by /u/carot_cake
[link] [comments]
| |
Hey all, am a graduate student working on AI and AI ethics. As part of a 3-month final project, I built an online primer/beginner’s guide to algorithmic bias. It contains: – xkcd-style comics (a tribute and thanks to the esteemed Randall Munroe!) – an explorable for fairness definitions Check it out here: https://machinesgonewrong.com (A few of my friends got a 403 error when trying to access it – if that happens to you, try this link instead: https://greentfrapp.github.io/project-asimov/guide/ ; also do let me know if anyone has a fix, I’ve been stuck on this bug for awhile now – if anyone is interested in helping, the website is built on GitHub Pages with Jekyll) I’m still about two weeks away from submission so let me know if you have any feedback (I’ve previously posted this on r/AIethics and r/artificial)! I’m also intending to continue this as a long-term project so I’m open to collaborations on this, just drop me a message! submitted by /u/greentfrapp |
| |
Hello everyone, This is my very first post on this thread. I apologize if this question sounds dumb, I am new to machine learning and CNNs. I am trying to implement a machine learning-based solution, where if I input a pattern with rough edges into the model, it will output a treated pattern based on the training data pairs. 10 examples of an input and an expected output pair are shown below, where the inputs are shown by the patterns outlined in black lines and the expected outputs are in blue. https://i.redd.it/zg4qf0hvzrd31.png I would greatly appreciate any suggestions/help on how can I go about implementing this? Thank you submitted by /u/Pepe_thelord |
I know a lot of people use J to represent cost function. what does the capital letter ‘J’ exactly mean?
submitted by /u/wodnjs116
[link] [comments]
It’s something I’ve heard here and there but never really got an explanation.
From online, I found this and this
Optimizers that build upon Adagrad aim to fix the vanishing learning rate problem, so why would they do worse?
Perhaps minimas are really unstable, and would benefit from the smaller learning rates. Could this issue then be alleviated by increasing the window of past gradients?
submitted by /u/Research2Vec
[link] [comments]
I think I saw it on twitter a few months ago. The list had links to papers and it was pretty long. Anyone got a link?
submitted by /u/ThisIs_MyName
[link] [comments]
Like the title asks, if I have a string like “address 1234 home street”, can I get spacy to recognize that the key is address and the value is 1234 home street? Or I guess the better question is, if I just have a string like 1234 home street, can i get spacy to recognize that as an address without further context around the string? It’s not in a sentence since it’s derived from form data extracted via OCR. More difficult, get spacy to recognize a string that isn’t a traditional category like an address, but a custom category?
How do I start researching this?
submitted by /u/bigdbag999
[link] [comments]