PSHS Internship 2023
Revision as of 15:16, 19 June 2023 by Lawrence Quizon (talk | contribs)
Main page for distributing resource for and documenting the internship.
- June 19, 2023 - July 2023
- Meeting Schedules MWF @ 4PM
- Day 1: Initial orientation, tour- then orientation of intern tasks.
- By Wednesday Jun 19, 4PM:
- At least 400 pictures sorted
- Programming Tutorial and Project Euler problems 1-5
About CIDR Project 3
CIDR Project 3, under the larger CIDR project, focuses on the creation and evaluation of machine learning hardware and software for use in small devices. Essentially, machine learning software is too heavy to run in smaller computers, and so we focus on creating optimized software and hardware specifically for machine learning.
Your tasks
As interns, we'd like you guys to process data for to test Project 3's machine learning software.
Resources
- As some of you might not yet be familiar with Python or are a bit rusty, you should read through the following:
- Composing Programs - Introduction to Programming with Python3
- (Attempt) the project Euler Problems 1-5 https://projecteuler.net/archives
- Git is a versioning tool for code. How to use Git will be discussed someday.
- To run Linux programs in windows, we'll use a docker. Dockerfile for Pytorch and Linux flow.
- To be uploaded