Posts Tagged 'mit opencourseware'

MIT – Introduction to Copyright Law

MIT 6.912 Introduction to Copyright Law

Topics Covered: Introduction; Basics of Legal Research; Legal Citations

Instructor: Keith Winstein

Instructor: Keith Winstein

View the complete course:

http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-912-introduction-to-copyright-law-january-iap-2006/index.htm

Introduction to Copyright Law: Class Notes

US Constitution: Article 1 Section 8 (Intellectual Property Clause)
The Congress shall have Power….
To promote the Progress of Science and useful Arts, by securing for limited Times to Authors and Inventors the exclusive Right to their respective ...

Read more →

Physics I: Classical Mechanics #1

8.01 Physics I: Classical Mechanics

Lecture #1: This lecture is about units, dimensions, measurements and associated uncertainties, dimensional analysis, and scaling arguments.

Instructor/speaker:
Prof. Walter Lewin

View the complete course at:

http://ocw.mit.edu/courses/physics/8-01-physics-i-classical-mechanics-fall-1999/

License: Creative Commons BY-NC-SA

More information at http://ocw.mit.edu/terms

More courses at http://ocw.mit.edu
 

 

Physics 1: Classical Mechanics Notes

Length = meters
Time = sec
Mass = kg

Profressor references a video entitled "The Powers ...

Read more →

Moore’s Law & Economic Disaster

Will Moore’s Law Lead To Economic Disaster?

Our economy is driven by Technology. Moore’s law states that every 18 months computing power will double. This is the result of improved manufacturing and improvements in technology.

A computer that cost $1,500 dollars today has over 12 times the processing power of a $1,500 computer built 10 years ago.
Moore’s law is the result of improved Silicon technology, and Silicon manufacturing technology will eventually reach it’s max ability to increase the number of transistors ...

Read more →

Artificial Intelligence

Artificial Intelligence References

This page lists references to the computer science field of Artificial Intelligence.

Social Implications of AI
“….an ultraintelligent machine could design even better machines; there would then unquestionably be an “intelligence explosion”, and the intelligence of man would be left far behind. Thus the first ultraintelligent machine is the last invention man need ever make.”
- Irving Good, 1965

Adaptaive AI, Inc
Imagine if computers could learn and think.
Imagine if software was more flexible and adaptable to ...

Read more →

Mountain State University

Mountain State University Online Computer Science Program

I have been accepted into Mountain State Universities Online Computer Science Program! This is a dream come true, to attend college. It is also a delusion turned into reality, for me to study as an undergraduate in the field of computer science.

If I accomplish the little bit of success that I have, it only proves that good works & faith is a proven method for success for anyone! You can take all ...

Read more →

Newton Raphson Method

Newton Raphson Method Derivation from Taylor Series

Follow up to Lecture 6 of Intro to Computers and Programming, via MIT OpenCoarseWare

Refernce: An advanced understanding of Algeberic equations is needed to comprehend this video. This process is much more efficient then utilization of the Biconversion Method. For reference only.

Read more →

Bisection Method Algorithm

Follow up to Lecture 6 of Intro to Computers and Programming, via MIT OpenCoarseWare

Refernce: An advanced understanding of Algeberic equations is needed to comprehend this video. The Newton Raphson Method is a better function. More then likely only a base understanding of this process will be needed when coding. For reference only.

Read more →

MIT Python Programming #2

Lecture 2: Operators and operands; statements; branching, conditionals, and iteration Instructors

 

Massachusetts Institute of Technology: Introduction to Computer Science and Programming

Introduction to Computer Science & Programming Class Notes

Primitive Data – 3 Types (Numbers, Strings, Booleans).

No matter how complex a data structure you create, fundementally at there
basis you will find some combination of NUMBERS, STRINGS, and BOOLEANS.

Associated with every primitive value is a type.

Strings: ...

Read more →

MIT Python Programming #1

Lesson 1: Goals of the course; what is computation; introduction to data types, operators, and variables

 

Massachusetts Institute of Technology: Introduction to Computer Science and Programming

Instructors: Prof. Eric Grimson, Prof. John Guttag

View the complete course at: http://ocw.mit.edu/6-00F08

License: Creative Commons BY-NC-SA

More information at http://ocw.mit.edu/terms

More courses at http://ocw.mit.edu

Introduction to Computer Science & Programming Notes

Computational Thinking (Write Code)

Understand Code (Read Code)

Map Problems Into Computation (Analysis & Design)

What ...

Read more →

MIT Python Programming #7

Lesson 7: Lists and mutability, dictionaries, pseudocode, introduction to efficiency

Massachusetts Institute of Technology (Open Course Ware): Introduction to Computer Science and Programming

View the complete course at: http://ocw.mit.edu/6-00F08

Introduction to Computer Science & Programming Class Notes

Lists and mutability, dictionaries, pseudo code, introduction
to efficiency

Lesson 6 we discussed lists. Lists are mutable.

Ivys [ 1 ] = -15    The object 1 within the
Ivys list is now given ...

Read more →
Page 1 of 2 12

# #