Project Manager – Knowtions Research – Toronto, ON
From Knowtions Research – Sun, 10 Nov 2019 22:08:00 GMT – View all Toronto, ON jobs
This is my implementation of the proposed Fast-SCNN. You can learn more about it [here](https://arxiv.org/abs/1902.04502)
submitted by /u/kenanajkunic
[link] [comments]
The team limit is 6. For those looking for a team, you can opt to have this in your profile, and also contact others looking for a team here https://tfworld.devpost.com/participants
submitted by /u/BatmantoshReturns
[link] [comments]
Hey everyone,
I’ve put up a new blog post, Understanding the Neural Tangent Kernel, that aims to distill the ideas behind the neural tangent kernel that is making waves in recent theoretical deep learning research. A large portion of the talks in the recent Workshop on Theory of Deep Learning at the Institute for Advanced Study were based on ideas related to the neural tangent kernel. This is a slightly long post, as it involves a fair bit of math (you can skip some of the proofs though). A bit of linear algebra background is necessary to fully grasp what is going on here, but I hope that my visualizations can help with that.
Code for the experiments and animations: https://github.com/rajatvd/NTK
Feedback and suggestions are welcome!
submitted by /u/MindSustenance
[link] [comments]
So apparently Colab has P100 GPUs now. I can’t find any announcements and/or discussions about this, seems like google decided to do this without any notice?
submitted by /u/RickMcCoy
[link] [comments]
I am aware of the famous example of Embedding(King) – Embedding(Man) + Embedding(Woman) = Embedding(Queen). From this example, we can say that the characteristic of “royalty” has been understood.
I guess in a way I am trying to interpret the hidden layer neurons which might not always have meaning.
I have looked into techniques like SHAP and LIME but I’m still to plug the concepts together.
submitted by /u/korokage
[link] [comments]
My last post asked for help with SSH and training a model on a remote server.
In this post can I just get a confirmation for what I think I need to do?
1) build docker image for project
2) transfer image to server using scp
3) log in to server
4) select a machine to compute on
5) use linux command to run docker image
Did I get this right? If not, can someone please tell me what I got wrong? Thank you for your help everyone!
submitted by /u/ssd123456789
[link] [comments]
Often a Generalized Linear Model is developed using a neural network with one or more Fully Connected layers, but I can’t understand why.
Here you can find an example:
https://github.com/quertenmont/GLMPerf/blob/master/Airline%20Delay%20with%20a%20GLM%20in%20Keras.ipynb
How are GLMs and neural network with Fully Connected layers related to each other?
submitted by /u/andryxxx
[link] [comments]
I can’t sleep until I see the result……………. plz…..
submitted by /u/Mannershin
[link] [comments]
There are some really good tools for tagging data and creating datasets for ML like doccano. Most of these are web GUIs though which I find hard and annoying to extend.
Some time back, I made a system for tagging within Emacs which then got extended into a sort of framework. If you live inside Emacs and are willing to spend some time creating a fast tagging workflow, you can try tog which lets you create custom data taggers by writing a few rendering and parsing functions. I have been using it personally for the following:
It’s all Emacs Lisp, so you can extend everything. A recent example, I hit an active learning backend on each save and get next to-tag data points which are hard according to the then tagged dataset + model.
submitted by /u/gwynbleiddeyr
[link] [comments]