Education
Python PCAP-31-03 Certified Associate in Python Programming
The Practice Questions are dedicatedly designed from a certification exam perspective. The collection of these questions from our Study Guides are prepared to keep the exam blueprint in mind, covering not only important but necessary topics as well. It's an ideal Way to practice and revise your certification. PCAP – Certified Associate in Python Programming certification focuses on the Object-Oriented Programming approach to Python, and shows that the individual is familiar with the more advanced aspects of programming, including the essentials of OOP, the essentials of modules and packages, the exception handling mechanism in OOP, advanced operations on strings, list comprehensions, lambdas, generators, closures, and file processing. PCAP certification gives its holders confidence in their programming skills, helps them stand out in the job market, and gives them a head start on preparing for and advancing to the professional level.
ML Tools to Accelerate your work with Cassie Breviu
Want to ensure your app developers can create secure and smooth login experiences for your customers? With Curity you can protect user identities, secure apps and websites, and manage API access. Welcome to the InfoQ podcast. My name is Roland Meertens and today, I am interviewing Cassie Breviu. She is a senior program manager at Microsoft and hosted the innovations in machine learning systems track at QCon London. I am actually speaking to her in person at the venue of QCon London Conference. In this interview, I will talk with her on how she got started with AI and what machine learning tools can accelerate your work when deploying models on a wide range of devices. We will also talk about GitHub Copilot and how AI can help you be a better programmer. If you want to see her talk on how to operationalize transformer models on the edge, at the moment of recording this, you can still register for the QCon Plus Conference or see if the recording is already uploaded on infoq.com. Welcome, Cassie to QCon London. I'm very glad to see you here. I hope you're happy to be at this conference. I heard that you actually got into AI by being at the conference. I am thoroughly enjoying this conference. It's really put together really well and I really enjoy it. So what happened was I was at a developer conference. I was a full stack C# engineer and I'd always been really interested in AI and machine learning, but it always seemed scary and out of reach. I had even tried to read some books on it and I thought, "Well, this might be just too much for me or too complicated or I just can't do this." So I went to this talk by Jennifer Marsman and she did this amazing talk on, Would You Survive the Titanic Sinking? She used this product that's called Azure Machine Learning Designer.
Mapping Emulation for Knowledge Distillation
Ma, Jing, Xiang, Xiang, Zhang, Zihan, Tan, Yuwen, Wan, Yiming, Zeng, Zhigang, Tao, Dacheng
This paper formalizes the source-blind knowledge distillation problem that is essential to federated learning. A new geometric perspective is presented to view such a problem as aligning generated distributions between the teacher and student. With its guidance, a new architecture MEKD is proposed to emulate the inverse mapping through generative adversarial training. Unlike mimicking logits and aligning logit distributions, reconstructing the mapping from classifier-logits has a geometric intuition of decreasing empirical distances, and theoretical guarantees using the universal function approximation and optimal mass transportation theories. A new algorithm is also proposed to train the student model that reaches the teacher's performance source-blindly. On various benchmarks, MEKD outperforms existing source-blind KD methods, explainable with ablation studies and visualized results.
Learn How to Grow Your Startup with Machine Learning on Twitch
Done right, Machine Learning (ML) can be a major differentiator for your startup. While ML can get quite complex, you actually don't need a team of expensive Data Scientists and ML Engineers to gain real value from ML – like improving customer acquisition or providing personalized recommendations for customers. Then check out our upcoming Twitch training series, Let's ship it – with AWS! ML Edition to learn how to easily get started with ML. This live, interactive training with AWS Machine Learning experts Aaron Hunter and Fred Graichen will begin on June 2nd and run through July 21st, every Thursday from 4pm – 5:30pm PT. Each session will feature a hands-on ML use case, and we'll be answering your questions live.
Scientists develop edible TAPE that can hold burritos together and prevent leakages
Unraveled, chaotic meals could be a thing of the past for burrito lovers thanks to a group of engineering students from Johns Hopkins University and their lunch-saving invention. Dubbed'Tastee Tape', the invention is simply edible sticky tape designed to hold a burrito together while it's being eaten. 'Tastee Tape allows you to put full faith in your tortilla and enjoy your meal, mess-free,' said Tyler Guarino, who led the project. Unraveled, chaotic meals could be a thing of the past for burrito lovers thanks to a group of engineering students from Johns Hopkins University and their lunch-saving invention. Dubbed'Tastee Tape', the invention is simply edible sticky tape designed to hold a burrito together while it's being eaten The team tested a'multitude' of ingredients and combinations before settling on a final recipe.
Maslow's Hammer for Catastrophic Forgetting: Node Re-Use vs Node Activation
Lee, Sebastian, Mannelli, Stefano Sarao, Clopath, Claudia, Goldt, Sebastian, Saxe, Andrew
Continual learning - learning new tasks in sequence while maintaining performance on old tasks - remains particularly challenging for artificial neural networks. Surprisingly, the amount of forgetting does not increase with the dissimilarity between the learned tasks, but appears to be worst in an intermediate similarity regime. In this paper we theoretically analyse both a synthetic teacher-student framework and a real data setup to provide an explanation of this phenomenon that we name Maslow's hammer hypothesis. Our analysis reveals the presence of a trade-off between node activation and node re-use that results in worst forgetting in the intermediate regime. Using this understanding we reinterpret popular algorithmic interventions for catastrophic interference in terms of this trade-off, and identify the regimes in which they are most effective.
Widely Available AI Could Have Deadly Consequences
In September 2021, scientists Sean Ekins and Fabio Urbina were working on an experiment they had named the "Dr. The Swiss government's Spiez laboratory had asked them to find out what would happen if their AI drug discovery platform, MegaSyn, fell into the wrong hands. In much the way undergraduate chemistry students play with ball-and-stick model sets to learn how different chemical elements interact to form molecular compounds, Ekins and his team at Collaborations Pharmaceuticals used publicly available databases containing the molecular structures and bioactivity data of millions of molecules to teach MegaSyn how to generate new compounds with pharmaceutical potential. The plan was to use it to accelerate the drug discovery process for rare and neglected diseases. The best drugs are ones with high specificity--acting only on desired or targeted cells or neuroreceptors, for instance--and low toxicity to reduce ill effects.
SAMU-XLSR: Semantically-Aligned Multimodal Utterance-level Cross-Lingual Speech Representation
Khurana, Sameer, Laurent, Antoine, Glass, James
We propose the SAMU-XLSR: Semantically-Aligned Multimodal Utterance-level Cross-Lingual Speech Representation learning framework. Unlike previous works on speech representation learning, which learns multilingual contextual speech embedding at the resolution of an acoustic frame (10-20ms), this work focuses on learning multimodal (speech-text) multilingual speech embedding at the resolution of a sentence (5-10s) such that the embedding vector space is semantically aligned across different languages. We combine state-of-the-art multilingual acoustic frame-level speech representation learning model XLS-R with the Language Agnostic BERT Sentence Embedding (LaBSE) model to create an utterance-level multimodal multilingual speech encoder SAMU-XLSR. Although we train SAMU-XLSR with only multilingual transcribed speech data, cross-lingual speech-text and speech-speech associations emerge in its learned representation space. To substantiate our claims, we use SAMU-XLSR speech encoder in combination with a pre-trained LaBSE text sentence encoder for cross-lingual speech-to-text translation retrieval, and SAMU-XLSR alone for cross-lingual speech-to-speech translation retrieval. We highlight these applications by performing several cross-lingual text and speech translation retrieval tasks across several datasets.