Tech Resources for Academic Communities

Overview

Tech Resources for Academic Communities

The content and the code in this repo are intended for computer science instruction as a collaboration with Microsoft developer advocates and Faculty / Students under the MIT license. Please check back regularly for updated versions.

Source: https://github.com/microsoft/AcademicContent

This repo provides technical resources to help students and faculty learn about Azure and teach others. The content covers cross-platform scenarios in AI and machine learning, data science, web development, mobile app dev, internet of things, and DevOps. It also includes interesting tech talks and engaging, fun tech challenges that Microsoft leads at student hackathons and Imagine Cup.

Important: We are migrating to Microsoft Learn | If you can't find what you're looking for in this repo, check out the labs on Microsoft Learn too. Many of these labs have their own built-in Azure sandbox making it easier for faculty and students to learn without requiring an Azure Subscription.

Students can get free Azure credits to explore these resources here:

  • Azure for Students | $100 in Azure for 12 months with free tier of services - no credit card required with academic verification
  • Azure for Students Starter | use select Azure products like App Services for free - no credit card required with academic verification
  • Azure Free Account | $200 in Azure for one month with free tier of services - requires a credit card and probably the best fit for faculty evaluating Azure for course instruction unless your organization has a grant or enterprise agreement.

Your feedback is appreciated - please fork this repo and contribute!

To report any issues, please log a GitHub issue. Include the content section, module number, and title, along with any error messages and screenshots.

Learn by doing with our hands-on labs

Check out our hands-on labs that can be used on your own or in the classroom. They also make for fun, easy-to-run workshops!

Lab Categories Description
AI and Machine Learning Build bots and apps backed by AI and ML using Azure and Azure Cognitive Services.
Azure Services Deploy serverless code with Azure Functions, run Docker containers, use Azure to build Blockchain networks and more.
Big Data and Analytics Spin up Apache Spark Clusters, Use Hadoop to extract information from big datasets or use Power BI to explore and visualize data.
Deep Learning These labs build on each other to introduce tools and libraries for AI. They're labeled 200-400 level to indicate level of technical detail.
Internet-of-Things Use Azure to collect and stream IoT data securely and in real time.
Web Development Quickly create scalable web apps using Node, PHP, MySQL on easy-to-use tools like Visual Studio Code and GitHub.
Web Development for Beginners, 24 lessons A curriculum with 24 lessons, assignments and five projects to build. Covers HTML, CSS and JavaScript. Also includes Pre- and Post- Quizzes. Made with teachers in mind, or as self paced learning
Machine Learning for Beginners, 25 lessons A curriculum with 25 lessons with assignments covering classic Machine Learning primarily using Scikit-learn. Covers Regression, Classification, Clustering, NLP, Time Series Forecasting, and Reinforcement Learning, with two Applied ML lessons. Also includes 50 Pre- and Post- Quizzes. Made with teachers in mind, or as self paced learning
IoT for Beginners, 24 lessons A curriculum with 24 lessons with assignments all about the Internet of Things. The projects cover the journey of food from farm to table. This includes farming, logistics, manufacturing, retail and consumer - all popular industry areas for IoT devices. Also includes Pre- and Post- Quizzes. Made with teachers in mind, or as self paced learning

Host great events and hacks

Want to host an event at your school? We can help with the resources below!

Resource
Events and Hacks These are keynotes and hack workshops that Microsoft has produced for student events. Feel free to use. Most slides also contain suggested demos and talk tracks. There's also pre-packaged coding challenge to help students explore machine learning.
Tech Talks One-off presentations on emerging or innovative tech topics with speakers notes and demos.

Other available academic resources

We also have other great educator content to help you use Azure in the classroom.

Resource
Scripts Scripts and templates built in PowerShell or BASH to help set up your classroom environment.
Azure Guides Discover what Azure technologies apply to different teaching areas.
Course Content Learning modules to complement existing course instruction. Includes presentations, speaker notes, and hands-on labs.

Attend our Reactor Workshops

We focus on developing high-quality content for all Cloud, Data Science, Machine Learning, and AI learners. Through workshops, tech talks, and hackathons hosted around the world, come learn and apply new skills to what you're interested in!

Resource
Reactor Workshops Content for our First Party Reactor Workshops can be found here.
Reactor Locations Find out schedules, learn more about each space, and see where we are opening a Reactor near you!

Content from other sources

Resource
Azure Architecture Center Cloud architecture guides, reference architectures, and example workloads for how to put the pieces of the cloud together
Microsoft AI School Content for students, developers and data scientists to get started and dive deep into the Microsoft AI platform and deep learning.
Microsoft Learn Hundreds of free online training by world-class experts to help you build your technical skills on the latest Microsoft technologies.
Technical Community Content Workshops from the community team.
Research case studies Case studies of faculty using Azure for Research collected by Microsoft Research. Submit your own Azure research stories here too!
Microsoft Research Data Sets Data sets shared by Microsoft Research for academic use.
Machine Learning Data Sets Data sets shared by Azure Machine Learning team to help explore machine learning.
MS MARCO Microsoft MAchine Reading COmprehension Dataset generated from real Bing user queries and search results.
IoT School Resources for learning about Azure IoT solutions, platform services and industry-leading edge technologies.
Azure IoT curriculum resources Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
AI Labs Experience, learn and code the latest breakthrough AI innovations by Microsoft.
Channel9 Videos for developers from people building Microsoft products and services.

Structure of the docs part of this repository

This repository is designed to build a VuePress site that is hosted using GitHub Pages.

The content of this site lives in the docs folder. The main page is constructed from the README.md in that folder, and the side bar is made of the contents of the content folder.

Building the docs

To build these docs, you will need npm installed. Once you have this installed, install VuePress:

npm install vuepress

To build the docs, use the deploy.sh script. This script will build the docs, then push them to the gh-pages branch of a given fork of this project. You pass the GitHub user/org name to the script. This way you can test the build offline, then push to the parent as part of an automated script.

deploy.sh <org>

Contributing

We 💖 love 💖 contributions. In fact, we want students, faculty, researchers and life-long learners to contribute to this repo, either by adding links to existing content, or building content. Please read the contributing guide to learn more.

Owner
Microsoft
Open source projects and samples from Microsoft
Microsoft
Official code for "EagerMOT: 3D Multi-Object Tracking via Sensor Fusion" [ICRA 2021]

EagerMOT: 3D Multi-Object Tracking via Sensor Fusion Read our ICRA 2021 paper here. Check out the 3 minute video for the quick intro or the full prese

Aleksandr Kim 276 Dec 30, 2022
Real-time Object Detection for Streaming Perception, CVPR 2022

StreamYOLO Real-time Object Detection for Streaming Perception Jinrong Yang, Songtao Liu, Zeming Li, Xiaoping Li, Sun Jian Real-time Object Detection

Jinrong Yang 237 Dec 27, 2022
PyTorch reimplementation of the paper Involution: Inverting the Inherence of Convolution for Visual Recognition [CVPR 2021].

Involution: Inverting the Inherence of Convolution for Visual Recognition Unofficial PyTorch reimplementation of the paper Involution: Inverting the I

Christoph Reich 100 Dec 01, 2022
[NeurIPS 2021] Deceive D: Adaptive Pseudo Augmentation for GAN Training with Limited Data

Near-Duplicate Video Retrieval with Deep Metric Learning This repository contains the Tensorflow implementation of the paper Near-Duplicate Video Retr

Liming Jiang 238 Nov 25, 2022
SciPy fixes and extensions

scipyx SciPy is large library used everywhere in scientific computing. That's why breaking backwards-compatibility comes as a significant cost and is

Nico Schlömer 16 Jul 17, 2022
SeMask: Semantically Masked Transformers for Semantic Segmentation.

SeMask: Semantically Masked Transformers Jitesh Jain, Anukriti Singh, Nikita Orlov, Zilong Huang, Jiachen Li, Steven Walton, Humphrey Shi This repo co

Picsart AI Research (PAIR) 186 Dec 30, 2022
Model Zoo for MindSpore

Welcome to the Model Zoo for MindSpore In order to facilitate developers to enjoy the benefits of MindSpore framework, we will continue to add typical

MindSpore 226 Jan 07, 2023
SelfRemaster: SSL Speech Restoration

SelfRemaster: Self-Supervised Speech Restoration Official implementation of SelfRemaster: Self-Supervised Speech Restoration with Analysis-by-Synthesi

Takaaki Saeki 46 Jan 07, 2023
BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization

BOOKSUM: A Collection of Datasets for Long-form Narrative Summarization Authors: Wojciech Kryściński, Nazneen Rajani, Divyansh Agarwal, Caiming Xiong,

Salesforce 125 Dec 31, 2022
Learning Facial Representations from the Cycle-consistency of Face (ICCV 2021)

Learning Facial Representations from the Cycle-consistency of Face (ICCV 2021) This repository contains the code for our ICCV2021 paper by Jia-Ren Cha

Jia-Ren Chang 40 Dec 27, 2022
Drone Task1 - Drone Task1 With Python

Drone_Task1 Matching Results 3.mp4 1.mp4

MLV Lab (Machine Learning and Vision Lab at Korea University) 11 Nov 14, 2022
Kalidokit is a blendshape and kinematics solver for Mediapipe/Tensorflow.js face, eyes, pose, and hand tracking models

Blendshape and kinematics solver for Mediapipe/Tensorflow.js face, eyes, pose, and hand tracking models.

Rich 4.5k Jan 07, 2023
Callable PyTrees and filtered JIT/grad transformations => neural networks in JAX.

Equinox Callable PyTrees and filtered JIT/grad transformations = neural networks in JAX Equinox brings more power to your model building in JAX. Repr

Patrick Kidger 909 Dec 30, 2022
Dense Prediction Transformers

Vision Transformers for Dense Prediction This repository contains code and models for our paper: Vision Transformers for Dense Prediction René Ranftl,

Intelligent Systems Lab Org 1.3k Jan 02, 2023
Use CLIP to represent video for Retrieval Task

A Straightforward Framework For Video Retrieval Using CLIP This repository contains the basic code for feature extraction and replication of results.

Jesus Andres Portillo Quintero 54 Dec 22, 2022
Pytorch implementation of "Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech"

GradTTS Unofficial Pytorch implementation of "Grad-TTS: A Diffusion Probabilistic Model for Text-to-Speech" (arxiv) About this repo This is an unoffic

HeyangXue1997 103 Dec 23, 2022
EgGateWayGetShell py脚本

EgGateWayGetShell_py 免责声明 由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,作者不为此承担任何责任。 使用 python3 eg.py urls.txt 目标 title:锐捷网络-EWEB网管系统 port:4430 漏洞成因 ?p

榆木 61 Nov 09, 2022
Official Pytorch implementation of the paper "MotionCLIP: Exposing Human Motion Generation to CLIP Space"

MotionCLIP Official Pytorch implementation of the paper "MotionCLIP: Exposing Human Motion Generation to CLIP Space". Please visit our webpage for mor

Guy Tevet 173 Dec 26, 2022
Learning Optical Flow from a Few Matches (CVPR 2021)

Learning Optical Flow from a Few Matches This repository contains the source code for our paper: Learning Optical Flow from a Few Matches CVPR 2021 Sh

Shihao Jiang (Zac) 159 Dec 16, 2022
A free, multiplatform SDK for real-time facial motion capture using blendshapes, and rigid head pose in 3D space from any RGB camera, photo, or video.

mocap4face by Facemoji mocap4face by Facemoji is a free, multiplatform SDK for real-time facial motion capture based on Facial Action Coding System or

Facemoji 591 Dec 27, 2022