Back to Courses

Computer Science Courses - Page 145

Showing results 1441-1450 of 2309
Big data and Language 2
In this course, students will understand characteristics of language through big data. Students will learn how to collect and analyze big data, and find linguistic features from the data. A number of approaches to the linguistic analysis of written and spoken texts will be discussed.
Traffic Sign Classification Using Deep Learning in Python/Keras
In this 1-hour long project-based course, you will be able to: - Understand the theory and intuition behind Convolutional Neural Networks (CNNs). - Import Key libraries, dataset and visualize images. - Perform image normalization and convert from color-scaled to gray-scaled images. - Build a Convolutional Neural Network using Keras with Tensorflow 2.0 as a backend. - Compile and fit Deep Learning model to training data. - Assess the performance of trained CNN and ensure its generalization using various KPIs. - Improve network performance using regularization techniques such as dropout.
C++ Classes and Objects
In this project you will create an application that defines a Car class and create one to many Car objects using C++. Object Oriented programming is advantageous because it allows the programmer to think in terms of the way people think of the real world, in terms of Objects like employees, airplanes, and homes for example. In procedural programming, the programmer tends to think more in terms of procedures or functions. In Object-Oriented Programming in a language such as C++, Classes and Objects are often used interchangeably but there is a distinction between the two. A class is a blueprint for objects. An automobile may come in many different makes, colors, and models, but each car object has those same attributes. A Car class then contains the common attributes all cars have; color, make and model. When an Object of a Car is made from the Car class, it is then assigned a specific color, such as a red Nissan Sentra or a blue Toyota Camry. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Car Transport App in Figma
By the end of this project, you will be able to prototype your user journeys in XD! We will complete a basic e-commerce journey from the customer selecting a product to purchasing completion. This includes animating interactive content, sticky content, as well as understand how to share the prototype for your stakeholders to view.
Sequence Models
In the fifth course of the Deep Learning Specialization, you will become familiar with sequence models and their exciting applications such as speech recognition, music synthesis, chatbots, machine translation, natural language processing (NLP), and more. By the end, you will be able to build and train Recurrent Neural Networks (RNNs) and commonly-used variants such as GRUs and LSTMs; apply RNNs to Character-level Language Modeling; gain experience with natural language processing and Word Embeddings; and use HuggingFace tokenizers and transformer models to solve different NLP tasks such as NER and Question Answering. The Deep Learning Specialization is a foundational program that will help you understand the capabilities, challenges, and consequences of deep learning and prepare you to participate in the development of leading-edge AI technology. It provides a pathway for you to take the definitive step in the world of AI by helping you gain the knowledge and skills to level up your career.
Encryption and Decryption using C++
By the end of this project, you will be able to create a basic application using Vigenere encryption-decryption technique to encrypt and decrypt messages. Throughout the project, you will be able to identify the basics of cryptography and how to encrypt and decrypt messages using a specific technique, you will be able to apply concepts like ASCII codes and type casting. Moreover, you will be able to do some mathematical operations on characters, and finally you will be ready to dive more into the cryptography world. This guided project is for beginner programmers or any programmer who would like to enter the cryptography world. This project will be the beginning for you to build applications to encrypt and decrypt messages coming from the user using a certain technique. This project will give you the basic knowledge of cryptography and push you into the security engineering field. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Using Kubernetes Engine to Deploy Apps with Regional Persistent Disks
This is a self-paced lab that takes place in the Google Cloud console. In this lab you will learn how to configure a highly available application by deploying WordPress using regional persistent disks on Kubernetes Engine.
Create website videos with Canva
At the end of this project, you will have all the basic skills to create videos for your website using Canva, an online tool for creating and editing Marketing visuals. You will use the various design tools, colors and graphics offered by Canva. This project is intended for intermediaries, small business owners and startups who have little to no knowledge of graphic design. It is ideal to create professional videos for websites using various video templates offered by Canva.
Inheritance and Data Structures in Java
This course provides a comprehensive look at Java inheritance, including access modifiers and overriding methods. Students are introduced to abstract classes, and will learn how to read and write to files, use regular expressions for parsing text, and how to leverage complex data structures like collections and maps. Additionally, this course offers strategies for catching errors and debugging code, including an overview of Eclipse’s debugging tool.
RESTful Web Services with JAX-RS
This course introduces the roles of Web Services in Enterprise Applications. Best Practices, Web JEE Architectures, Exception Handling. It will then take a hands on approach wit the development of RESTful Web Services using JAX-RS Resource Classes, Interceptors and Filters along with key design principals.