Goto

Collaborating Authors

 Deep Learning


Graphcore sets new AI Performance Standards with MK2 IPU Systems

#artificialintelligence

You'll see our IPU-M2000 system significantly outperforms the Nvidia A100 DGX across the board, with orders of magnitude performance improvements for some models. Graphcore customers are already making big leaps forward with our second generation IPU systems โ€“ whether they prioritise faster time to result, model accuracy, better efficiency, lower TCO (Total Cost of Ownership) or the chance to make new breakthroughs in AI with the IPU. We've chosen a range of the most popular models our customers frequently turn to as proxies for their proprietary production AI workloads in natural language processing, computer vision and more, both in training and inference. We are also delighted to share results in this blog using our new PyTorch framework support. We are continuing to develop and expand this capability โ€“ you can find out more in our blog here.


Amazon AWS unveils RedShift ML to 'bring machine learning to more builders'

#artificialintelligence

Amazon's vice president of machine learning, Swami Sivasubramanian, Tuesday offered a keynote on machine learning for week two of Amazon's re:Invent conference for Amazon Web Services. A few brilliant strokes of ingenuity, combined with a large dose of capitalism, made the e-retailer into the world's cloud services leader. During the keynote, Sivasubramanian announced the company's middleware platform for machine learning, SageMaker, will be able going forward to automatically break up the parts of a large neural net and distribute those parts across multiple computers. This form of parallel computing, known as model parallelism, is usually something that takes substantial effort. The new capability, he said, was part of a theme of bringing machine learning, even large deep learning forms, to more individuals than the small group of scientists with the skills for developing it.


Resources for Learning Data Science

#artificialintelligence

There is a vast and growing number of Data Science resources. It can be hard to find the best ones for you. It may even be hard to find the right "Roadmap for Data Science" or "Top Skills to Learn for Data Science". I don't claim to have the best resources or the correct path to a career in Data Science. What I have is a list of useful resources and if even one of them furthers your learning my goal is accomplished.


The Art to Start: Tabula Rasa

#artificialintelligence

As we have seen, GPT-3 can write from scratch -- and in our series "The Art To Start", you will learn how to "scratch". Yet, it also works without any prompt. You can click "submit" and be surprised about the results. Without any prompt, GPT-3 chooses entirely random contents. Back in the 1920ies, Dadaists and Surrealists (most prominently: Andrรฉ Breton) examined their creativity using the method of ร‰criture Automatique: "automatic writing", without thinking about their results (censoring).


Ripcord Acquires Engine ML, Transforms Access to Intelligence in Exiled Data

#artificialintelligence

BEGIN ARTICLE PREVIEW: Ripcord acquired deep learning company Engine ML, enhancing customers ability to unlock the power of their data and turn it into actionable insight. END ARTICLE PREVIEW READ MORE FROM SOURCE ARTICLE


Introduction to Machine Learning: Course Materials

#artificialintelligence

Reference textbooks for different parts of the course are "Pattern Recognition and Machine Learning" by Chris Bishop (Springer 2006) and "Probabilistic Graphical Models" by Daphne Koller and Nir Friedman (MIT Press 2009) and "Deep Learning" by Goodfellow, Bengio and Courville (MIT Press 2016).


Top AI Initiatives By IITs In 2020

#artificialintelligence

When it comes to innovations in AI, Tier-1 institutes such as IIT have been trying to leave no stone unturned. IITs have been performing a lot of research work in the field of emerging technologies like AI, machine learning, blockchain, among others. The institutes are also joining hands with the government and various other prominent organisations to launch the Centre of Excellence (CoE), Research & Development Centres (R&Ds), among others. In this list, we have curated the top AI initiatives, in no particular order, by IIT in the year 2020. In January, Indian Institute of Technology, Kharagpur has evolved an AI-aided method to read legal judgements.


kumarUjjawal/pytorch_deep_learning

#artificialintelligence

Create deep learning models using Pytorch library. PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab. This repository contains different kinds of models from RNN to CNN and Autoencoders, and I'm adding more regularly. Not all of the codes in this repository are mine, I've used internet extensibly to add code from here and there, unfortunetly I can not locate all the resources.


Experimenting With GPT-3 Felt Like Witnessing a Technological Revolution

#artificialintelligence

A good Medium read ratio is generally between 20 and 50%. It depends, though, on the length of your article and the audience you're trying to engage. Very short articles (3 minutes or less) tend to have a higher read ratio, because it takes less time for a reader to complete the article. Likewise, long articles tend to have lower read ratios -- but not always.


Hands-on Vision Transformers with PyTorch - Analytics India Magazine

#artificialintelligence

With the rise in popularity of image and video analytics, the need for better and improved Convolution Neural Networks(CNNs) has been researched and implemented in industry to outperform several computer vision algorithms. We are moving towards an era of quantum computing and solving all the challenges related to the need for large computing power soon. Currently, all the vision tasks are trained on high-end GPUs/ TPUs and a massive amount of datasets. Transformers(Vaswani et al.), architecture was introduced in 2017, which uses self-attention to accelerate the training process. It was primarily created to solve some of the core challenges in Natural language processing(NLP) related tasks.