Classification and Loss Evaluation - Softmax and Cross Entropy Loss
Nice notes on softmax cross entropy loss and how to implement it in numpy.
Link: https://deepnotes.io/softmax-crossentropy
#nn #entrylevel #wheretostart
Nice notes on softmax cross entropy loss and how to implement it in numpy.
Link: https://deepnotes.io/softmax-crossentropy
#nn #entrylevel #wheretostart
Parasdahal
Softmax and Cross Entropy Loss
Understanding the intuition and maths behind softmax and the cross entropy loss - the ubiquitous combination in classification algorithms.
Big scandal on popular YouTuber ML course
Siraj Raval, who raised his audience on devliering various YouTube videos, explaning #ML and #DL concepts as long with interviews with leading persons, launched his own course, but failed to provide much value.
His course was built on open and free tutorials, created by passionate enthusiasts, but he failed to attribute them properly and charged money for ununique content without any proper support for students.
He also oversold his course and tried to hide that from students, claiming to provide personal feedbacks, but failing to do so due to being too greedy.
Most of the best online courses and study programms are available online and for free, including those, we gathered here on our channel and attributed with hastags #wheretostart #entrylevel #MOOC #tutorial. Feel free to click these hashtags and browse for best available resources to start learning data science.
Link: https://www.theregister.co.uk/AMP/2019/09/27/youtube_ai_star
Siraj Raval, who raised his audience on devliering various YouTube videos, explaning #ML and #DL concepts as long with interviews with leading persons, launched his own course, but failed to provide much value.
His course was built on open and free tutorials, created by passionate enthusiasts, but he failed to attribute them properly and charged money for ununique content without any proper support for students.
He also oversold his course and tried to hide that from students, claiming to provide personal feedbacks, but failing to do so due to being too greedy.
Most of the best online courses and study programms are available online and for free, including those, we gathered here on our channel and attributed with hastags #wheretostart #entrylevel #MOOC #tutorial. Feel free to click these hashtags and browse for best available resources to start learning data science.
Link: https://www.theregister.co.uk/AMP/2019/09/27/youtube_ai_star
The Register
YouTuber charged loads of fans $199 for shoddy machine-learning course that copy-pasted other people's GitHub code
And there wasn't a refund policy until folk complained
GPT-2 hadn’t (yet) fooled jury at The Economist’s Open Future Essay Contest
Though one of the judges suggested that «It is strongly worded and backs up claims with evidence, but the idea is not incredibly original.»
Link: https://www.economist.com/open-future/2019/10/01/how-to-respond-to-climate-change-if-you-are-an-algorithm
#NLP #GPT2 #NLU
Though one of the judges suggested that «It is strongly worded and backs up claims with evidence, but the idea is not incredibly original.»
Link: https://www.economist.com/open-future/2019/10/01/how-to-respond-to-climate-change-if-you-are-an-algorithm
#NLP #GPT2 #NLU
The Economist
How to respond to climate change, if you are an algorithm
We ran our youth essay question through an artificial-intelligence system to produce an essay
27,600 V100 GPUs, 0.5 PB data, and a neural net with 220,000,000 weights
If you wonder, it all was used to address scientific inverse problem in materials imaging.
ArXiV: https://arxiv.org/pdf/1909.11150.pdf
#ItIsNotAboutSize #nn #dl
If you wonder, it all was used to address scientific inverse problem in materials imaging.
ArXiV: https://arxiv.org/pdf/1909.11150.pdf
#ItIsNotAboutSize #nn #dl
📹Artificial caricature
Agents learn to draw simplified (artistic?) portraits via trial and error.
Project website: https://learning-to-paint.github.io
ArXiV: https://arxiv.org/abs/1910.01007
#GAN #CelebA #DL
Agents learn to draw simplified (artistic?) portraits via trial and error.
Project website: https://learning-to-paint.github.io
ArXiV: https://arxiv.org/abs/1910.01007
#GAN #CelebA #DL
Forwarded from Находки в опенсорсе
#strange
An awesome list of dev-related movies: https://github.com/aryaminus/dev-movies
In case you don't have enough of development at work!
An awesome list of dev-related movies: https://github.com/aryaminus/dev-movies
In case you don't have enough of development at work!
GitHub
GitHub - aryaminus/dev-movies: Movies and Series I've loved over the years, for the people with software development background…
Movies and Series I've loved over the years, for the people with software development background, IT Engineers or general people who love movies - GitHub - aryaminus/dev-movies: Movies and ...
Video on how Facebook continues to develop its #Portal device
How #Facebook used Mask R-CNN, #PyTorch, and custom hardware integrations like foveated processing to improve Portal’s Smart Camera system.
Link: https://ai.facebook.com/blog/smart-camera-portal-advances/
#CV #DL #Segmentation
How #Facebook used Mask R-CNN, #PyTorch, and custom hardware integrations like foveated processing to improve Portal’s Smart Camera system.
Link: https://ai.facebook.com/blog/smart-camera-portal-advances/
#CV #DL #Segmentation
Meta
How we’ve advanced Smart Camera for new Portal video-calling devices
We’ve used Detectron2, Mask R-CNN, and custom hardware integrations like foveated processing in order to make additional speed and precision improvements in the computer vision models that power Smart Camera.
8 Deep Learning / Computer Vision Bugs And How I Could Have Avoided Them
Nice article about common pitfalls in #CV and #DL
Link: https://medium.com/@arseny_info/8-deep-learning-computer-vision-bugs-and-how-i-could-have-avoided-them-d40b0e4b1da
Nice article about common pitfalls in #CV and #DL
Link: https://medium.com/@arseny_info/8-deep-learning-computer-vision-bugs-and-how-i-could-have-avoided-them-d40b0e4b1da
Medium
8 Deep Learning / Computer Vision Bugs And How I Could Have Avoided Them
People are not perfect, we often make bugs in our software. Sometimes these bugs are easy to find: your code just doesn’t work at all…
Large-Scale Multilingual Speech Recognition with a Streaming End-to-End Model
High-quality #speechrecognition systems require large amounts of data—yet many languages have little data available. Check out new research into an end-to-end system trained as a single model allowing for real-time multilingual speech recognition.
Link: https://ai.googleblog.com/2019/09/large-scale-multilingual-speech.html
#speech #audio #DL #Google
High-quality #speechrecognition systems require large amounts of data—yet many languages have little data available. Check out new research into an end-to-end system trained as a single model allowing for real-time multilingual speech recognition.
Link: https://ai.googleblog.com/2019/09/large-scale-multilingual-speech.html
#speech #audio #DL #Google
research.google
Large-Scale Multilingual Speech Recognition with a Streaming End-to-End Model
Posted by Arindrima Datta and Anjuli Kannan, Software Engineers, Google Research Google's mission is not just to organize the world's information b...
Library for Scikit-learn parallelization
Operations like grid search, random forest, and others that use the njobs parameter in Scikit-Learn can automatically hand-off parallelism to a Dask cluster.
Link: https://ml.dask.org/joblib.html
#ML #scikitlearn
Operations like grid search, random forest, and others that use the njobs parameter in Scikit-Learn can automatically hand-off parallelism to a Dask cluster.
Link: https://ml.dask.org/joblib.html
#ML #scikitlearn
🔥🔥🔥Tomorrow we will hold an AMA session with Alexey Moiseenkov — ex-founder of #Prisma app (2016), which made neural networks popular and commodity nowadays. Now he works on #Capture app, bringing power of visual search in attempt to revolutionize messagers as we know them.
Please send questions through Google form. Make sure you provide your telegram nickname for clearing up question details.
Best to ask questions regarding his area of expertise (please do you homework and read existing interview):
1. Managing DS research
2. Product management in DS: how to control engeineers, how to manage team
3. How to build viral products
4. Fundrasing for messenger / DS products
5. Recruitment questions, building HR brand
6. How to find idea for a startup
Interview with Alexey: https://www.businessinsider.com/prisma-labs-app-profile-interview-with-ceo-alexey-moiseenkov-2016-8
Google forms link for questions: https://forms.gle/GupBUvkyqLp6kDvi8
Please send questions through Google form. Make sure you provide your telegram nickname for clearing up question details.
Best to ask questions regarding his area of expertise (please do you homework and read existing interview):
1. Managing DS research
2. Product management in DS: how to control engeineers, how to manage team
3. How to build viral products
4. Fundrasing for messenger / DS products
5. Recruitment questions, building HR brand
6. How to find idea for a startup
Interview with Alexey: https://www.businessinsider.com/prisma-labs-app-profile-interview-with-ceo-alexey-moiseenkov-2016-8
Google forms link for questions: https://forms.gle/GupBUvkyqLp6kDvi8
Business Insider
The CEO of the summer's hottest photography app says that trippy filters are 'just the beginning'
Chances are you've seen at least one selfie this summer that's been edited with Prisma. The app's CEO tells us what's next for his AI startup.
Data Science by ODS.ai 🦜
🔥🔥🔥Tomorrow we will hold an AMA session with Alexey Moiseenkov — ex-founder of #Prisma app (2016), which made neural networks popular and commodity nowadays. Now he works on #Capture app, bringing power of visual search in attempt to revolutionize messagers…
AMA today at 15:00 GMT (in 4 hours). In a couple of hours we will publish link to private chat for AMA session.
Stay tuned, prepare your questions. Please do not ask trivial and gramatically incorrect questions like 'where to start data science'.
First of all, use search, we have nice collections of resources for starting a DS career, tagged with #wheretostart #entrylevel #novice. Secondly, pay respect to our guest and ask questions more relevant to his area of experise.
Stay tuned, prepare your questions. Please do not ask trivial and gramatically incorrect questions like 'where to start data science'.
First of all, use search, we have nice collections of resources for starting a DS career, tagged with #wheretostart #entrylevel #novice. Secondly, pay respect to our guest and ask questions more relevant to his area of experise.
Hello!
We are announcing first historical Munich Data Science #meetup on Oct 24th jointly with LMU
Pls come grab snacks, chill with your peers, discuss #ml magic 🙂
Evgenii +4916091541827
https://www.meetup.com/Munich-Data-Science/events/265339172/
We are announcing first historical Munich Data Science #meetup on Oct 24th jointly with LMU
Pls come grab snacks, chill with your peers, discuss #ml magic 🙂
Evgenii +4916091541827
https://www.meetup.com/Munich-Data-Science/events/265339172/
Meetup
Login to Meetup | Meetup
Find groups that host online or in person events and meet people in your local community who share your interests.
Simple comic on how #ML works from #Google
Make sure you save the link (or this message) to show it to people without great technical background for it is one of the best and clear explanations there is.
Link: https://cloud.google.com/products/ai/ml-comic-1/
#wheretostart #entrylevel #novice #explainingtochildren
Make sure you save the link (or this message) to show it to people without great technical background for it is one of the best and clear explanations there is.
Link: https://cloud.google.com/products/ai/ml-comic-1/
#wheretostart #entrylevel #novice #explainingtochildren
Google Cloud
Learning Machine Learning | Cloud AI | Google Cloud
Machine Learning Comic
ODS AMA with ex-Prisma and current founder of Capture has finished.
Due to requests, chat link will persist (at least for some time) here, so feel free to read. Messaging is disabled until further AMAs.
Stats:
155 people joined special AMA chat.
7 questions were pre-submitted through Google Form.
1 participant got banned.
Due to requests, chat link will persist (at least for some time) here, so feel free to read. Messaging is disabled until further AMAs.
Stats:
155 people joined special AMA chat.
7 questions were pre-submitted through Google Form.
1 participant got banned.