PSHS Internship 2023: Difference between revisions

From Center for Integrated Circuits and Devices Research (CIDR)
Jump to navigation Jump to search
(initial commit)
 
mNo edit summary
Line 3: Line 3:
* June 19, 2023 - July 2023
* June 19, 2023 - July 2023


* Meeting Schedules TBA
* Meeting Schedules MWF @ 4PM
* Day 1: Initial orientation, tour- then orientation of intern tasks.
* Day 1: Initial orientation, tour- then orientation of intern tasks.


Line 16: Line 16:
== Resources ==
== Resources ==


# As some of you might not yet be familiar with Python or are a bit rusty, you should read through the following: [https://composingprograms.com/ Composing Programs - Introduction to Programming with Python3]
# As some of you might not yet be familiar with Python or are a bit rusty, you should read through the following:  
# How to use git (sabi ni sir rhands si allen daw to)
## [https://composingprograms.com/ Composing Programs - Introduction to Programming with Python3]
# Tutorials for file renaming workflow? mv name > name
## For the first week, you should do problems 1-5 of Project Euler.
# Download. Dockerfile.
# How to use Git:
## Python
## git clone
## Pytorch
## git add *
## git commit
## git push
# Dockerfile for Pytorch and Linux flow. 
## To be uploaded

Revision as of 15:52, 18 June 2023

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.

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.

Intern Tasks.png

Resources

  1. As some of you might not yet be familiar with Python or are a bit rusty, you should read through the following:
    1. Composing Programs - Introduction to Programming with Python3
    2. For the first week, you should do problems 1-5 of Project Euler.
  2. How to use Git:
    1. git clone
    2. git add *
    3. git commit
    4. git push
  3. Dockerfile for Pytorch and Linux flow.
    1. To be uploaded