Updating search results...

Search Resources

10000 Results

View
Selected filters:
Algebra vettoriale
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

Vengono descritte le regole di base per la manipolazioni di elementi appartanenti a spazi vettoriali.

Subject:
Engineering
Material Type:
Module
Author:
Antonio Bilotta
Date Added:
06/28/2018
Algorithm Engineering
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This is a research-oriented course on algorithm engineering, which will cover both the theory and practice of algorithms and data structures. Students will learn about models of computation, algorithm design and analysis, and performance engineering of algorithm implementations. We will study the design and implementation of sequential, parallel, cache-efficient, external-memory, and write-efficient algorithms for fundamental problems in computing. Many of the principles of algorithm engineering will be illustrated in the context of parallel algorithms and graph problems.

Subject:
Applied Science
Computer Science
Engineering
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Leiserson, Charles
Shun, Julian
Date Added:
02/01/2023
Algorithmic Aspects of Machine Learning
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course is organized around algorithmic issues that arise in machine learning. Modern machine learning systems are often built on top of algorithms that do not have provable guarantees, and it is the subject of debate when and why they work. In this class, we focus on designing algorithms whose performance we can rigorously analyze for fundamental machine learning problems.

Subject:
Applied Science
Computer Science
Engineering
Mathematics
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Moitra, Ankur
Date Added:
02/01/2015
Algorithmic Bias
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

This lesson centers around the How AI Works: Equal Access and Algorithmic Bias video from the How AI Works video series. Watch this video first before exploring the lesson plan.

In this lesson, students will practice cropping images to uncover the bias underlying the Twitter cropping algorithm. Then, students will read and watch a video about the discovery of this biased algorithm. Finally, students will discuss ways to recognize and reduce bias along with analyzing Twitter's response to the allegations of bias in their cropping algorithm.

This lesson can be taught on its own, or as part of a 7-lesson sequence on How AI Works. Duration: 45 minutes

Subject:
Applied Science
Computer Science
Mathematics
Statistics and Probability
Material Type:
Lesson Plan
Provider:
Code.org
Provider Set:
How AI Works
Date Added:
04/03/2024
Algorithmic Lower Bounds: Fun with Hardness Proofs
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

6.890 Algorithmic Lower Bounds: Fun with Hardness Proofs is a class taking a practical approach to proving problems can’t be solved efficiently (in polynomial time and assuming standard complexity-theoretic assumptions like P ≠ NP). The class focuses on reductions and techniques for proving problems are computationally hard for a variety of complexity classes. Along the way, the class will create many interesting gadgets, learn many hardness proof styles, explore the connection between games and computation, survey several important problems and complexity classes, and crush hopes and dreams (for fast optimal solutions).

Subject:
Applied Science
Computer Science
Engineering
Mathematics
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Demaine, Erik
Date Added:
09/01/2014
Algorithmic thinking
Unrestricted Use
CC BY
Rating
0.0 stars

2023 Education Vision "Face to face in-service trainings will be organized for the teaching of algorithmic thinking of classroom teachers in a computer-free environment." The in-service program was opened within the scope of the study, which was initiated in line with the target.

Subject:
Education
Educational Technology
Material Type:
Teaching/Learning Strategy
Date Added:
09/10/2019
Algorithm predicts neural electrical activity during shock therapy
Unrestricted Use
CC BY
Rating
0.0 stars

This resource is a video abstract of a research paper created by Research Square on behalf of its authors. It provides a synopsis that's easy to understand, and can be used to introduce the topics it covers to students, researchers, and the general public. The video's transcript is also provided in full, with a portion provided below for preview:

"A new algorithm has successfully mapped part of the brain’s circuitry during shock therapy. For those suffering from severe depression, the approach could make for safer and more effective treatment. For brain research at large, it could lead to better ways of untangling noisy neural data to reveal real connections between different focal regions of the brain. Despite the gruesome picture painted by pop culture, modern shock therapy is a mild treatment option. In fact, over 2 million treatments are administered worldwide every year. Under general anesthesia, patients receive a small amount of current to the brain, triggering a brief seizure. The resulting changes in brain chemistry have been shown to reverse symptoms of mental health conditions like severe depression or bipolar disorder. But the procedure isn’t perfect. One of the most troubling side effects is memory loss, a result of poor targeting. To be effective and safe, induced seizures should be restricted to the pre-frontal cortex..."

The rest of the transcript, along with a link to the research itself, is available on the resource itself.

Subject:
Anatomy/Physiology
Applied Science
Health, Medicine and Nursing
Life Science
Material Type:
Diagram/Illustration
Reading
Provider:
Research Square
Provider Set:
Video Bytes
Date Added:
09/20/2019
Algorithms
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This book aims to be an accessible introduction into the design and analysis of efficient algorithms. Throughout the book we will introduce only the most basic techniques and describe the rigorous mathematical methods needed to analyze them.

The topics covered include:

The divide and conquer technique.
The use of randomization in algorithms.
The general, but typically inefficient, backtracking technique.
Dynamic programming as an efficient optimization for some backtracking algorithms.
Greedy algorithms as an optimization of other kinds of backtracking algorithms.
Hill-climbing techniques, including network flow.

The goal of the book is to show you how you can methodically apply different techniques to your own algorithms to make them more efficient. While this book mostly highlights general techniques, some well-known algorithms are also looked at in depth. This book is written so it can be read from "cover to cover" in the length of a semester, where sections marked with a * may be skipped.

Subject:
Mathematics
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
07/27/2016
Algorithms & Dance
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This resource was created by Jenny Motacek, in collaboration with Dawn DeTurk, Hannah Blomstedt, and Julie Albrecht, as part of ESU2's Integrating the Arts project. This project is a four year initiative focused on integrating arts into the core curriculum through teacher education, practice, and coaching.

Subject:
Mathematics
Performing Arts
Material Type:
Lesson Plan
Author:
Arts ESU2
Date Added:
02/01/2023
Algorithms by Jeff Erickson
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This web page contains a free electronic version of my self-published textbook Algorithms, along with other lecture notes I have written for various theoretical computer science classes at the University of Illinois, Urbana-Champaign

Subject:
Applied Science
Computer Science
Material Type:
Reading
Provider:
University of Illinois at Urbana-Champaign
Author:
Jeff Erickson
Date Added:
02/01/2021
Algorithms for Computational Biology
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course is offered to undergraduates and addresses several algorithmic challenges in computational biology. The principles of algorithmic design for biological datasets are studied and existing algorithms analyzed for application to real datasets. Topics covered include: biological sequence analysis, gene identification, regulatory motif discovery, genome assembly, genome duplication and rearrangements, evolutionary theory, clustering algorithms, and scale-free networks.

Subject:
Applied Science
Biology
Computer Science
Engineering
Life Science
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Kellis, Manolis
Date Added:
02/01/2005
Algorithms for Computer Animation
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Animation is a compelling and effective form of expression; it engages viewers and makes difficult concepts easier to grasp. Today’s animation industry creates films, special effects, and games with stunning visual detail and quality. This graduate class will investigate the algorithms that make these animations possible: keyframing, inverse kinematics, physical simulation, optimization, optimal control, motion capture, and data-driven methods. Our study will also reveal the shortcomings of these sophisticated tools. The students will propose improvements and explore new methods for computer animation in semester-long research projects. The course should appeal to both students with general interest in computer graphics and students interested in new applications of machine learning, robotics, biomechanics, physics, applied mathematics and scientific computing.

Subject:
Applied Science
Computer Science
Engineering
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Popovic, Jovan
Date Added:
09/01/2002
Algorithms for Inference
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This is a graduate-level introduction to the principles of statistical inference with probabilistic models defined using graphical representations. The material in this course constitutes a common foundation for work in machine learning, signal processing, artificial intelligence, computer vision, control, and communication. Ultimately, the subject is about teaching you contemporary approaches to, and perspectives on, problems of statistical inference.

Subject:
Applied Science
Computer Science
Engineering
Mathematics
Statistics and Probability
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Shah, Devavrat
Date Added:
09/01/2014
Algoritmiek
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course treats various methods to design and analyze datastructures and algorithms for a wide range of problems. The most important new datastructure treated is the graph, and the general methods introduced are: greedy algorithms, divide and conquer, dynamic programming and network flow algorithms. These general methods are explained by a number of concrete examples, such as simple scheduling algorithms, Dijkstra, Ford-Fulkerson, minimum spanning tree, closest-pair-of-points, knapsack, and Bellman-Ford. Throughout this course there is significant attention to proving the correctness of the discussed algorithms. All material for this course is in English. The recorded lectures, however, are in Dutch.

Subject:
Applied Science
Engineering
Material Type:
Homework/Assignment
Lecture
Lecture Notes
Reading
Teaching/Learning Strategy
Provider:
Delft University of Technology
Provider Set:
Delft University OpenCourseWare
Author:
M. de Weerdt
Date Added:
03/09/2011
Alhambra Nights and All the Flowers are for Me | Media Arts Toolkit
Read the Fine Print
Educational Use
Rating
0.0 stars

Anila Quayyum Agha’s installation Alhambra Nights was selected to be included in the City of Cincinnati’s BLINK festival. The event spanned twenty city blocks and included light, interactive art, and large-scale projection mapping. Inspired by Agha’s visit to the Alhambra and her efforts to connect traditional Islamic art and architecture with contemporary technology and Western audiences.

Subject:
Applied Science
Arts and Humanities
Technology
Visual Arts
World Cultures
Material Type:
Activity/Lab
Provider:
PBS LearningMedia
Date Added:
05/15/2023
Alice Coachman
Read the Fine Print
Educational Use
Rating
0.0 stars

Alice Coachman was the first Black woman from any country to win an Olympic gold medal.

This resource is from a collection of biographies of famous women. It is provided by the National Women's History Museum, and may include links to supplemental materials including lesson plans about the subject and related topics, links to related biographies, and "works cited" pages. The biographies are sponsored by Susan D. Whiting.

Subject:
Gender and Sexuality Studies
History
Social Science
Material Type:
Reading
Provider:
National Women's History Museum
Provider Set:
Biographies
Author:
National Women's History Museum
Date Added:
03/01/2023