Search Constraints
Number of results to display per page
Results for:
Keywords
Computer science
Remove constraint Keywords: Computer science
1 - 23 of 23
Search Results
-
Courseware
6.0002 is the continuation of 6.0001 Introduction to Computer Science and Programming in Python and is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python 3.5 programming language.
- Subjects:
- Computing
- Keywords:
- Computer programming Computer science Python (Computer program language)
- Resource Type:
- Courseware
-
Courseware
6.0001 Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python 3.5 programming language.
- Subjects:
- Computing
- Keywords:
- Computer programming Computer science Python (Computer program language)
- Resource Type:
- Courseware
-
e-book
Covers over 5,000 reports published by the National Academies Press for the National Academy of Sciences, National Academy of Engineering, Institute of Medicine and National Research Council in the US.
- Subjects:
- Computing
- Keywords:
- Computer science Information technology
- Resource Type:
- e-book
-
Others
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and games.
- Subjects:
- Computing
- Keywords:
- Computer programming Computer science Data structures (Computer science) Programming languages (Electronic computers) Computer networks Computer algorithms
- Resource Type:
- Others
-
Video
We are on a mission to provide free and subsidized education. We believe that the real world exists beyond the walls of costly institutions. We are here to help you in all the possible ways. A small step to educate the world. Join us and be a part of our creative community. "Every individual is different and talented, what you need are passion and curiosity."
- Course related:
- EE4004A Power Systems, EE2003A Electronics, EE3008A Linear Systems and Signal Processing, and EE3001A Analogue and Digital Circuits
- Subjects:
- Electronic and Information Engineering, Electrical Engineering, and Computing
- Keywords:
- Engineering Engineering -- Data processing Computer science
- Resource Type:
- Video
-
MOOC
This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web development. Languages include C, Python, SQL, and JavaScript plus CSS and HTML. Problem sets inspired by real-world domains of biology, cryptography, finance, forensics, and gaming. The on-campus version of CS50x , CS50, is Harvard's largest course.
- Course related:
- COMP1011 Programming Fundamentals
- Subjects:
- Computing
- Keywords:
- Computer programming Computer science
- Resource Type:
- MOOC
-
Courseware
Stanford Engineering Everywhere (SEE) expands the Stanford experience to students and educators online and at no charge. A computer and an Internet connection are all you need. The SEE course portfolio includes one of Stanford's most popular sequences: the three-course Introduction to Computer Science, taken by the majority of Stanford’s undergraduates, as well as more advanced courses in artificial intelligence and electrical engineering.
- Course related:
- EE1D01 Electrical Science for Everyone
- Subjects:
- Electronic and Information Engineering, Biomedical Engineering, Mechanical Engineering, and Computing
- Keywords:
- Engineering Computer science
- Resource Type:
- Courseware
-
e-book
Foundations of Computation is a free textbook for a one-semester course in theoretical computer science. It has been used for several years in a course at Hobart and William Smith Colleges. The course has no prerequisites other than introductory computer programming. The first half of the course covers material on logic, sets, and functions that would often be taught in a course in discrete mathematics. The second part covers material on automata, formal languages, and grammar that would ordinarily be encountered in an upper level course in theoretical computer science.
- Subjects:
- Computing
- Keywords:
- Computer science Textbooks
- Resource Type:
- e-book
-
e-book
Most computer users have an incorrect, but useful, cognitive metaphor for computers in which the user says (or types or clicks) something and a mystical, almost intelligent or magical, behavior happens. It is not a stretch to describe computer users as believing computers follow the laws of magic, where some magic incantation is entered, and the computer responds with an expected, but magical, behavior. This magic computer does not actually exist. In reality computer are machines, and every action a computer performs reduces to a set of mechanical operations. In fact the first complete definition of a working computer was a mechanical machine designed by Charles Babbage in 1834, and would have run on steam power. Probably the biggest success of Computer Science (CS) in the 20th century was the development of abstractions that hide the mechanical nature of computers. The fact that average people use computers without ever considering that they are mechanistic is a triumph of CS designers. This purpose of this monograph is to break the abstract understanding of a computer, and to explain a computer's behavior in completely in mechanistic terms. It will deal specifically with the Central Processing Unit (CPU) of the computer, as this is where the magic happens. All other parts of a computer can be seen as just providing information for the CPU to operate on. This monograph will deal with a specific type of CPU, a one-address CPU, and will explain this CPU using only standard gates, specifically AND, OR, NOT, NAND and XOR gates, and 4 basic Integrated Circuits (ICs), the Decoder, Multiplexer, Adder, and Flip Flop. All of these gates and components can be described as mechanical transformations of input data to output data, and the overall CPU can then be seen as a mechanical device.
- Subjects:
- Computing
- Keywords:
- Computer science Textbooks
- Resource Type:
- e-book
-
e-book
Delftse Foundations of Computation is a textbook for a one quarter introductory course in theoretical computer science. It includes topics from propositional and predicate logic, proof techniques, set theory and the theory of computation, along with practical applications to computer science. It has no prerequisites other than a general familiarity with computer programming.
- Subjects:
- Computing
- Keywords:
- Computer science Textbooks
- Resource Type:
- e-book
-
e-book
A perfect introduction to the exploding field of Data Science for the curious, first-time student. The author brings his trademark conversational tone to the important pillars of the discipline: exploratory data analysis, choices for structuring data, causality, machine learning principles, and introductory Python programming using open-source Jupyter Notebooks. This engaging read will allow any dedicated learner to build the skills necessary to contribute to the Data Science revolution, regardless of background.
- Subjects:
- Computing
- Keywords:
- Data mining Computer science Artificial intelligence Textbooks
- Resource Type:
- e-book
-
Others
The IEEE Xplore digital library is a powerful resource for discovery of scientific and technical content published by the IEEE (Institute of Electrical and Electronics Engineers) and its publishing partners.IEEE Xplore provides web access to more than five million full-text documents from some of the world's most highly-cited publications in electrical engineering, computer science, and electronics.
- Subjects:
- Electronic and Information Engineering, Electrical Engineering, and Computing
- Keywords:
- Computer science Electrical engineering
- Resource Type:
- Others
-
Video
In 40 episodes, Carrie Anne Philbin teaches you computer science! This course is based on introductory college-level material as well as the AP Computer Science Principles guidelines. By the end of this course, you will be able to: *Outline the history of computers and the design decisions that gave us modern computers *Describe the basic elements of programming and software *Identify the basic components of computer hardware and what they do *Describe how computers are used and how that has evolved over time *Appreciate how far computers have come and how far they might take us
- Course related:
- AMA2222 Principles of Programming
- Subjects:
- Computing
- Keywords:
- Computer science
- Resource Type:
- Video
-
e-journal
In this journal platform, you can find the articles which published under the Creative Commons Attribution 3.0 Unported (CC-BY) license. They may be downloaded, printed, distributed, or posted online as long as they are properly attributed. The journal including:
Computer Reviews Journal
Journal of Drug and Alcohol Research
Journal of Evolutionary Medicine Journal of Orthopaedics and Trauma
MathLAB Journal Socialsci Journal
To Chemistry Journal
To Physics Journal
Mintage Journal of Pharmaceutical and Medical Sciences
Journal of Foreign Language Education and Technology
- Subjects:
- Medicine, Chemistry, Computing, Biology, Foreign Language Learning, and Physics
- Keywords:
- Science Periodicals Computer science Language languages--Computer-assisted instruction Medicine Technology Chemistry Social sciences Physics
- Resource Type:
- e-journal
-
e-journal
In this journal platform, you can find the articles which published under the open license. The journal including the disciplines:
Biological Sciences
Medicine
Case Reports
Physical Sciences
Social Sciences and Education
Mathematics, Engineering, and Computer Science
- Subjects:
- Medicine, Chemistry, Computing, Mathematics and Statistics, Biology, and Physics
- Keywords:
- Science Periodicals Computer science Physics Mathematics Education Technology Social sciences Environmental sciences Engineering Biology Medicine Physical sciences
- Resource Type:
- e-journal
-
e-journal
In this journal platform, you can find the articles which published under the open license. The journal including the disciplines:
Agriculture Sciences
Environmental Sciences
Social Sciences
Computer Science
- Subjects:
- Marketing, Finance, Environmental Sciences, Economics, Computing, Accounting, Management, and E-Commerce
- Keywords:
- Electronic commerce Marketing Periodicals Industrial management Agriculture Computer science Management Economics Social sciences Environmental sciences Information technology Accounting Finance
- Resource Type:
- e-journal
-
e-journal
In this journal platform, you can find the articles which published under the open license. The journal including the disciplines:
Biomedical & Life Science
Business & Economics
Chemistry & Materials Science
Computer Science & Communication
Earth & Environmental Science
Engineering
Medicine & Healthcare
Physics & Mathematics
Social Science & Humanities
- Subjects:
- Health Sciences, Environmental Sciences, Physics, Economics, Chemistry, Computing, Mathematics and Statistics, and Biology
- Keywords:
- Science Periodicals Industrial management Computer science Physics Mathematics Life sciences Economics Technology Chemistry Social sciences Environmental sciences Engineering Materials science Medicine
- Resource Type:
- e-journal
-
e-journal
In this journal platform, you can find the articles which published under the Creative Commons Attribution-NonCommercial 4.0 International License. The journal covers a various disciplines, including:
Biomedical & Life Sciences
Business & Management
Chemistry & Material Science
Computer & Communications
Earth & Environmental Science
Engineering
Humanities
Physics & Mathematics
Social Sciences
- Subjects:
- Management, Physics, Chemistry, Computing, Mathematics and Statistics, Biology, and Environmental Sciences
- Keywords:
- Industrial management Computer science Management Physics Mathematics Social Sciences Chemistry Engineering Environmental sciences Humanities Biology
- Resource Type:
- e-journal
-
Others
Colaboratory, or "Colab" for short, allows you to write and execute Python in your browser, with
(1) Zero configuration required
(2) Free access to GPUs
(3) Easy sharing
Whether you're a student, a data scientist or an AI researcher, Colab can make your work easier. Watch Introduction to Colab to learn (https://www.youtube.com/watch?v=inN8seMm7UI) more, or just get started below!
- Course related:
- COMP3011 Machine Learning and Data Analytics
- Subjects:
- Computing
- Keywords:
- Computer programming Computer science Python (Computer program language)
- Resource Type:
- Others
-
Video
This channel walks you through the entire process of learning to code in Python; all the way from basics to advanced machine learning and deep learning. The primary emphasis will be on image processing and other relevant functionality. Why did I create this channel? To help you (students and researchers) gain a new skill and succeed in your respective fields.
You may think coding is hard and that it's not your cup of tea, but Python made it easy to code even advanced algorithms. In addition, coding will make you self sufficient, it will teach you how to think, it improves your collaborative skills and it can take your career to new heights. Therefore, if you want to stay ahead of your peers and relevant in your field, overcome your fears and start coding!
- Subjects:
- Computing
- Keywords:
- Computer programming Computer science Python (Computer program language)
- Resource Type:
- Video
-
Others
In these comprehensive video courses, created by Santiago Basulto, you will learn the whole process of data analysis. You'll be reading data from multiple sources (CSV, SQL, Excel), process that data using NumPy and Pandas, and visualize it using Matplotlib and Seaborn, Additionally, we've included a thorough Jupyter Notebook course, and a quick Python reference to refresh your programming skills.
- Course related:
- AMA1600 Fundamentals of AI and Data Analytics and AMA1751 Linear Algebra
- Subjects:
- Mathematics and Statistics and Computing
- Keywords:
- Computer programming Computer science Python (Computer program language)
- Resource Type:
- Others
-
Courseware
This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation. Through hands-on projects, students gain exposure to the theory behind graph search algorithms, classification, optimization, reinforcement learning, and other topics in artificial intelligence and machine learning as they incorporate them into their own Python programs. By course’s end, students emerge with experience in libraries for machine learning as well as knowledge of artificial intelligence principles that enable them to design intelligent systems of their own.
- Course related:
- COMP3011 Design and Analysis of Algorithms, COMP1001 Problem Solving Methodology in Information Technology, COMP4434 Artificial Intelligence, and COMP2011 Data Structures
- Subjects:
- Human-Computer Interaction and Computing
- Keywords:
- Computer programming Computer science Python (Computer program language) Artificial intelligence
- Resource Type:
- Courseware
-
Others
Python can be easy to pick up whether you're a first time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way writing programs with Python!
- Subjects:
- Computing
- Keywords:
- Computer programming Python (Computer program language) Information visualization Computer science
- Resource Type:
- Others