Courses
- Introduction to Computer Science (10016) Course summary:
- Neural Networks and Deep Learning (10240) Course summary:
- Object Oriented and Design Programming (10807) Course summary:
Abstract:
I?nput and output, arithmetics and logical expressions. conditions, loops, f?unctions, lists, sorting and searching and recursions.Abstract:
The ability to process large quantities of data and to efficiently conclude from it is critical for coping with the “big” data generated by the information revolution. Machines that learns patterns and predict from data, proved useful in NLP, Computerized vision (e.g. autonomous cars), Speech recognition, Image, video and text generation, Fraud Detection and Cyber security. Deep learning using such networks is probably one of the most successful machine learning technologies in recent years with applications that span across. many domains. In this course students will learn the principles of using such brain inspired networks for machine learning and will practice programming small projects.Abstract:
In this course, students will learn the fundamentals of object-oriented programming, including classes and objects, constructors, inheritance, polymorphism, and interfaces.
They will also learn how to design a system and represent it using class diagrams.