Goto

Collaborating Authors

 Instructional Material


Deep Learning- Deep Learning using Python for Beginners

#artificialintelligence

Deep Learning & Deep Neural Networks made super easy for absolute beginners without digging deep into harsh mathematics. Yes, we know you can choose from lots of similar courses and lectures out there regarding DNNs. But this truly step-by-step course is different! In every new video tutorial, you will build on what you have already learned and advance one extra step. You strengthen your learning by solving the small task that we assign at the end of each video before you proceed to the next one.


XRHealth Adds NeuroReality Cognitive Training to Virtual Clinics

#artificialintelligence

XRHealth, the gateway to the healthcare metaverse, announces that the company adds NeuroReality's cognitive training to their virtual clinics. The NeuroReality's virtual reality neurorehab, a serious game, is an immersive experience known as Koji's Quest. It was designed for individuals who suffer from the consequences of stroke and brain injuries, where patients are guided through activities aimed to help regain functionality in their everyday lives. "We are constantly adding state-of-the-art virtual reality therapeutic programs for our users so they can have a one-stop-shop for all their rehabilitation needs," says Eran Orr, Founder & CEO of XRHealth. "We find that patients enjoy the game-like therapy experiences and are more likely to stick with the prescribed programs since they are engaging from the comfort of their home."


Deep learning using Tensorflow Lite on Raspberry Pi

#artificialintelligence

TensorFlow Lite is an open source deep learning framework for on-device inference. This course is focused on Embedded Deep learning in Python . Raspberry PI 4 is utilized as a main hardware and we will be building practical projects with custom data . We will start with trigonometric functions approximation . Next is a calculator that takes images as input and builds up an equation and produces a result .This Computer vision based project is going to be using convolution network architecture for Categorical classification Another amazing project is focused on convolution network but the data is custom voice recordings .


Lost in Translation: Reimagining the Machine Learning Life Cycle in Education

arXiv.org Artificial Intelligence

Machine learning (ML) techniques are increasingly prevalent in education, from their use in predicting student dropout, to assisting in university admissions, and facilitating the rise of MOOCs. Given the rapid growth of these novel uses, there is a pressing need to investigate how ML techniques support long-standing education principles and goals. In this work, we shed light on this complex landscape drawing on qualitative insights from interviews with education experts. These interviews comprise in-depth evaluations of ML for education (ML4Ed) papers published in preeminent applied ML conferences over the past decade. Our central research goal is to critically examine how the stated or implied education and societal objectives of these papers are aligned with the ML problems they tackle. That is, to what extent does the technical problem formulation, objectives, approach, and interpretation of results align with the education problem at hand. We find that a cross-disciplinary gap exists and is particularly salient in two parts of the ML life cycle: the formulation of an ML problem from education goals and the translation of predictions to interventions. We use these insights to propose an extended ML life cycle, which may also apply to the use of ML in other domains. Our work joins a growing number of meta-analytical studies across education and ML research, as well as critical analyses of the societal impact of ML. Specifically, it fills a gap between the prevailing technical understanding of machine learning and the perspective of education researchers working with students and in policy.


What and How of Machine Learning Transparency: Building Bespoke Explainability Tools with Interoperable Algorithmic Components

arXiv.org Artificial Intelligence

Explainability techniques for data-driven predictive models based on artificial intelligence and machine learning algorithms allow us to better understand the operation of such systems and help to hold them accountable. New transparency approaches are developed at breakneck speed, enabling us to peek inside these black boxes and interpret their decisions. Many of these techniques are introduced as monolithic tools, giving the impression of one-size-fits-all and end-to-end algorithms with limited customisability. Nevertheless, such approaches are often composed of multiple interchangeable modules that need to be tuned to the problem at hand to produce meaningful explanations. This paper introduces a collection of hands-on training materials -- slides, video recordings and Jupyter Notebooks -- that provide guidance through the process of building and evaluating bespoke modular surrogate explainers for tabular data. These resources cover the three core building blocks of this technique: interpretable representation composition, data sampling and explanation generation.


How to fix the eyes in AI-generated images (DALL-E, Stable Diffusion, Midjourney) - AI Demos

#artificialintelligence

If you ever generated an AI face with (DALL-E, Midjourney, Stable Diffusion) you will often notice that the eyes in the image are not symmetrical and look weird. Now you can use the perfect tool for fixing that problem, it is called: CodeFormer. CodeFormer can help with Face Restoration, Face Color Enhancement and Restoration, and Face Inpainting.


AI for Beginners - Top 8 Resources for Learning Machine Learning

#artificialintelligence

This course, run by IBM, is a great introduction to using Python for ML. It is incredibly useful for grasping how to leverage both supervised and unsupervised learning algorithms, giving you all the knowledge you need to start applying both methods in your day-to-day work. If you want to expand your Python knowledge for data science applications, look no further than this course.


Fundamentals of Deep Learning for Multi-GPUs (Day 2)

#artificialintelligence

Note: By registering for Day 1 you will automatically be registered for Day 2. You cannot register for Day 2. This page is a placeholder. This workshop teaches you techniques for training deep neural networks on multi-GPU technology to shorten the training time required for data-intensive applications. Working with deep learning tools, frameworks, and workflows to perform neural network training, you'll learn concepts for implementing PyTorch multi-GPUs to reduce the complexity of writing efficient distributed software and to maintain accuracy when training a model across many GPUs. Workshop format: Interactive presentation with hands-on exercises Target audience: This workshop is intended for researchers that would like to use multiple GPUs to train deep learning models in PyTorch. Knowledge prerequisites: Participants should be comfortable with training deep learning models using a single GPU.


Peer to Peer Learning Platform Optimized With Machine Learning

arXiv.org Artificial Intelligence

HELM Learning (Helping Everyone Learn More) is the first online peer-to-peer learning platform which allows students (typically middle-to-high school students) to teach classes and students (typically elementary-to-middle school students) to learn from classes for free. This method of class structure (peer-to-peer learning) has been proven effective for learning, as it promotes teamwork and collaboration, and enables active learning. HELM is a unique platform as it provides an easy process for students to create, teach and learn topics in a structured, peer-to-peer environment. Since HELM was created in April 2020, it has gotten over 4000 student sign ups and 80 teachers, in 4 continents around the world. HELM has grown from a simple website-and-Google-Form platform to having a backend system coded with Python, SQL, JavaScript and HTML, hosted on an AWS service. This not only makes it easier for students to sign up (as the students' information is saved in an SQL database, meaning they can sign up for classes without having to put in their information again, as well as getting automated emails about their classes), but also makes it easier for teachers to teach (as supplemental processes such as creating Zoom links, class recording folders, sending emails to students, etc. are done automatically). In addition, HELM has a recommendation machine learning algorithm which suggests classes and subjects students would enjoy taking, based on the previous classes a student has taken. This has created an easier experience for students to sign up for classes they are interested in.


Hearts Gym: Learning Reinforcement Learning as a Team Event

arXiv.org Artificial Intelligence

Amidst the COVID-19 pandemic, the authors of this paper organized a Reinforcement Learning (RL) course for a graduate school in the field of data science. We describe the strategy and materials for creating an exciting learning experience despite the ubiquitous Zoom fatigue and evaluate the course qualitatively. The key organizational features are a focus on a competitive hands-on setting in teams, supported by a minimum of lectures providing the essential background on RL. The practical part of the course revolved around Hearts Gym, an RL environment for the card game Hearts that we developed as an entry-level tutorial to RL. Participants were tasked with training agents to explore reward shaping and other RL hyperparameters. For a final evaluation, the agents of the participants competed against each other.