Software Developer – Chisel AI – Toronto, ON
From Chisel AI – Tue, 15 Oct 2019 23:36:02 GMT – View all Toronto, ON jobs
Yes
I know it’s easier to learn robotics when I’ve decided on a robot to build. In the same way, I bet it’s easier to learn ML when you have a specific goal in mind. Maybe even something novel. So.
My challenge to you is to train a ML artist. this would be a network that inputs a bitmap picture and outputs a set of vectors that could be drawn by a plotter robot. I have lots of non-ML image->vector converters and I’m a big fan of turtletoy.net. I would like to see your network run on turtetoy given a source image. They could be any style you want. You don’t have to share your training data, just the final resulting weights and the NN to run in javascript on their site. Your result would be public for everyone to try and enjoy, while your trade secret training stays all yours.
I suspect I’m going to get a lot of “that’s dumb I won’t do that”, and I feel embarrassed making this post. But you miss 100% of the shots you don’t take, right?
submitted by /u/i-make-robots
[link] [comments]
| |
New augmentationsWe added 10 new transforms, among them Solarize, Equalize, and Posterize that were used in AutoAugment and RandAugment papers. Here is an example of some new transforms: https://i.redd.it/wi8mcxkntqs31.png Support for images and masks with more than 3 channelsThere are cases when you need to work with images and masks that have more than 3 channels (for example, Geospatial Images may contain 8 or more channels). Now the library supports multispectral images. Added a page that lists pre-prints and papers that cite albumentationsWe are delighted that albumentations are helpful to the academic community. We extended documentation with a page that lists all papers and preprints that cite albumentations in their work. At this moment, this number is 24. Added a page that lists competitions in which top teams used albumentations.We are delighted that albumentations help people to get top results in machine learning competitions at Kaggle and other platforms. We added a “Hall of Fame” where people can share their achievements. This page contains a list of competitions, usually with sample code or a link to a paper. We encourage people to add more information about their results with pull requests, following the contributing guide. You can install the new version by running Full release notes are available on GitHub. submitted by /u/alexparinov |
Extrapolation on math is hard for NNs. We propose a new set of benchmarks and find current methods are fragile https://arxiv.org/abs/1910.01888.
So how should we build NNs that can learn the logic behind math? Inductive bias? More data does not seem to solve this problem!
submitted by /u/alrojo
[link] [comments]
A recent blog post How Exactly UMAP Works provides a different perspective on explaining the UMAP dimensionality reduction, providing a more direct comparison with t-SNE in terms of computational approach. While the post is unfairly dismissive of t-SNE, readers here may gain some insight from this different presentation and detailed comparisons of how and why UMAP and t-SNE differ in various aspects on different tasks.
submitted by /u/lmcinnes
[link] [comments]
Application US15/009,647 events
2015-01-28 Priority to US201562108984P
2016-01-28 Application filed by Google LLC
2016-07-28 Publication of US20160217368A1
2019-09-17 Publication of US10417562B2
2019-09-17 Application granted
2019-10-15 Application status is Active
2038-01-01 Adjusted expiration
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for processing inputs using a neural network system that includes a batch normalization layer. One of the methods includes receiving a respective first layer output for each training example in the batch; computing a plurality of normalization statistics for the batch from the first layer outputs; normalizing each component of each first layer output using the normalization statistics to generate a respective normalized layer output for each training example in the batch; generating a respective batch normalization layer output for each of the training examples from the normalized layer outputs; and providing the batch normalization layer output as an input to the second neural
submitted by /u/JacksTurmoil
[link] [comments]
So, recently I was interviewed for the position of Data Scientist The interview went into two stages with one being a telephonic round which ended in 35-40 minutes and the other being a Hangout call which ended up in 50-60 minutes. The interviewer was very good and asked a lot of amazing questions mostly focusing on the fundamentals. Here is the list of questions that were asked to me:-
Other questions from my previous interviews:-
General Questions:-
I hope this helps anyone who is preparing for there interviews. I will keep on updating this, meanwhile, I also request others to please do share your interview experience and put forward some questions which you faced in your interview.
Cheers!!
submitted by /u/Deadshot_95
[link] [comments]