Architect, Business Analytics – Maple Leaf – Mississauga, ON
From Maple Leaf – Fri, 22 Nov 2019 19:56:40 GMT – View all Mississauga, ON jobs
| |
Hey folks. Today I’ve officially released the cleanlab Python package, after working out the kinks for three years or so. It’s the first standard framework for accelerating ML and deep learning research and software for datasets with label errors.
Full GitHub: https://github.com/cgnorthcutt/cleanlab/ PyPI: https://pypi.org/project/cleanlab/ As an example, here is how you can find label errors in a dataset with PyTorch, TensorFlow, scikit-learn, MXNet, FastText, or other framework in 1 line of code.
cleanlab logo and my cheesy attempt at a slogan. P.S. If you happen to work at Google, submitted by /u/cgnorthcutt |
Link: http://www.taipeitimes.com/News/front/archives/2019/11/02/2003725093
The Ministry of Foreign Affairs yesterday protested after China forced the organizers of the International Conference on Computer Vision (ICCV) in South Korea to change Taiwan’s status from a “nation” to a “region” in a set of slides.
At the opening of the conference, which took place at the COEX Convention and Exhibition Center in Seoul from Tuesday to yesterday, the organizers released a set of introductory slides containing graphics showing the numbers of publications or attendees per nation, including Taiwan.
However, the titles on the slides were later changed to “per country/region,” because of a complaint filed by a Chinese participant.
“Taiwan is wrongly listed as a country. I think this may be because the person making this chart is not familiar with the history of Taiwan,” the Chinese participant wrote in a letter titled “A mistake at the opening ceremony of ICCV 2019,” which was published on Chinese social media under the name Cen Feng (岑峰), who is a cofounder of leiphone.com.
The ministry yesterday said that China’s behavior was contemptible and it would not change the fact that Taiwan does not belong to China.
Beijing using political pressure to intervene in an academic event shows its dictatorial nature and that to China, politics outweigh everything else, ministry spokeswoman Joanne Ou (歐江安) said in a statement.
The ministry has instructed its New York office to express its concern to the headquarters of the Institute of Electrical and Electronics Engineers, which cosponsored the conference, asking it not to cave in to Chinese pressure and improperly list Taiwan as part of China’s territory, she said.
Beijing has to forcefully tout its “one China” principle in the global community because it is already generally accepted that Taiwan is not part of China, she added.
As China attempts to force other nations to accept its “one China” principle and sabotage academic freedom, Taiwan hopes that nations that share its freedoms and democratic values can work together to curb Beijing’s aggression, she added.
submitted by /u/Only_Assist
[link] [comments]
Hi everyone,
I have created a simple concept: “Train an AI to answer everyday questions and upload the simulations online”
I already created the first project/simulation a couple of months ago, but I’m now looking for the next questions we could answer using AI. I have a few ideas like:
“A.I. Learns: Is it better to walk or run in the rain?”
“A.I. Learns: How to make a profit from cryptocurrency”
etc…..
Topics could be serious or lighter and funny sometimes 🙂
So, what are some interesting questions we can answer using AI?
I’ll pick up interesting answers for my next project.
Thank you.
submitted by /u/mrsailor23
[link] [comments]
Hey everyone,
We recently put together this blogpost, to show you how to convert a NN model from TensorFlow Lite to CoreML
Hope folks find something helpful here!
submitted by /u/xmartlabs
[link] [comments]
Hi r/MachineLearning, we were tired of constantly having to search Google, StackOverflow, and GitHub for code examples and API documentation when writing code. We built WindHive.ai, a smart coding assistant that provides you contextually relevant code snippets and docs directly from your editor!
WindHive does this by using machine-learned code representations/embeddings. We have trained neural networks on hundreds of publicly available code repositories to create embeddings for the task of deciding which snippets of code would be most useful to show you at any given time. Using these embeddings, we are able to index and search through tens of thousands of code snippets and show you exactly what you need.
We believe WindHive can help you increase your programming productivity and avoid reinventing the wheel! Please to to windhive.ai to find out more and share your feedback with us!
submitted by /u/crystal_alpine
[link] [comments]
https://towardsdatascience.com/an-open-source-stack-for-managing-and-deploying-models-c5d3b98160bc
In this tutorial, we’re going to use DVC to create a model capable of analyzing StackOverflow posts, and recognizing which ones are about Python. We are then going to deploy our model as a web API, ready to form the backend of a piece of production software.
DVC stores your model weights and training data in a centralized location, allowing collaborators to get started easily, while also tracking changes and ensuring an accurate version history.
As a final step in this tutorial, we’re going to integrate DVC with another open source tool—Cortex—that allows us to deploy DVC-generated models as web APIs, ready for production.
submitted by /u/thumbsdrivesmecrazy
[link] [comments]