The Gamebuino concept: a survey about coding experience and gaming habits
Case study - 16 pages - Computer science
The survey is made up of 19 questions, and these fall into the following categories: - Questions 1 to 3: demographics and education properties of the sample. - Questions 4 to 8: the sample's IT use and familiarity with coding. - Questions 9 to 12: gaming habits and platforms of choice for the...
Econometrics: Coding on RSTUDIO - US Presidential Elections - published: 05/05/2024
Tutorials/exercises - 4 pages - Computer science
This coding exercise consists of an analysis of data from the 2020 Presidential elections in the United States. Using RStudio, the document provides answers to several coding questions. Full instructions to be obtained from customer service, who will share them upon request.
VBA Programming
Tutorials/exercises - 2 pages - Computer science
This project contains a big data set that is analyzed using VBA programming. In other words, it allows one to extract some useful information from raw data, using VBA. The purpose of this project is to assure that one is comfortable coding using VBA in Excel. As such, variables, conditional...
RSTUDIO - Quiz (R and Tidying Basics)
Tutorials/exercises - 1 pages - Computer science
In this quiz you will be analysing foods' carbon footprint data from nu3's 2018 Food Carbon Footprint Index (the actual data scrapping is explained here). It contains data on CO2 emissions per person for a large number of countries for the year 2018, using data from the Food and...
Quantum Computing Versus Turing Machines
Course material - 1 pages - Computer science
Quantum computing refers to the process of using modern bit-based machines to process large amounts of information. Quantum computers deal with intertwined electrons that are superposed and entangled to enable the machine process large data sets, rendering the classically intractable simulation...
Portfolio Optimization using Genetic Algorithm: Application to CAC40
Tutorials/exercises - 11 pages - Computer science
This project aims to implement and apply Genetic Algorithms (GAs) for the optimization of investment portfolios, focusing on top 15 CAC40 assets. The primary objective is to leverage the adaptive nature of GAs to efficiently explore the solution space, generating diverse and innovative portfolio...
Training Computer C++ Project - Genetic algorithm
Tutorials/exercises - 5 pages - Computer science
This C++ code implements the genetic algorithm method applied to a problem chosen from the master's field (MMMEF or IRFA).
Training Computer C++ Project - Genetic Algorithm - published: 16/01/2024
Tutorials/exercises - 9 pages - Computer science
This exercise consists in providing a C++ code implementing the genetic algorithm method applied to a chosen problem in the master's field (MMMEF).
Embedded and Industrial Computer Systems Term Project
Presentation - 50 pages - Computer science
This document contains a presentation regarding a project entitled "Embedded and Industrial Computer Systems Term".
Programming Percentile
Tutorials/exercises - 2 pages - Computer science
The purpose of this assignment is to have you work on a mathematical problem/analysis (this is a scientific computing class) using memory allocation, file reading, and command line arguments.
RSTUDIO: Final Project - Data Correlation, Causation
Tutorials/exercises - 5 pages - Computer science
In this document we propose to study three countries on three different continents namely France, Japan and the United States. We want to analyze how the primary variable fertility rate is related to the influencing variables namely unemployment rate and inflation. Indeed, harsh economic...
Applying the A* Search Algorithm
Tutorials/exercises - 5 pages - Computer science
This assignment delves into the application of the A* algorithm in navigating 2D grid-like environments. Through a series of tasks, we explore pathfinding, emphasizing the algorithm's versatility in addressing obstacles and varying costs. The report highlights both programming implementations...
Econometrics: coding on RSTUDIO - US Presidential Elections
Tutorials/exercises - 6 pages - Computer science
This coding exercise consists of one long analysis of data from the 2020 Presidential elections in the United States.
Connection between social engineering and Trojan virus
Presentation - 3 pages - Computer science
Since data have become the biggest economic challenge over the recent years, every company or individual has grown as an open door to fraudsters' greed. Yet, most of the social connections have been a sensitive matter for IT experts. Trojans represent 76% of program infections. 32 % of the...
Spark introduction
Presentation - 30 pages - Computer science
The document is a presentation about using Apache Spark for Big Data.
Introduction to Software Development: Explore the World of Programming
Course material - 8 pages - Computer science
This course takes you on an exciting journey through the world of software development and programming. Whether you are a complete beginner or already have some experience, this course provides you with the essential foundations to understand key programming concepts and prepares you to build...
Supervised Learning Classification Checkpoint
Tutorials/exercises - 11 pages - Computer science
In this checkpoint, we are going to work on the Titanic data set to predict if a passenger will survive or not using several classification algorithms of supervised learning. We will start by logistic regression, knn, then decision tree and we finalize by random forest.
Introduction to Computer Systems Science
Course material - 23 pages - Computer science
The course aims to provide students with a thorough understanding of the fundamentals of computer science, as well as the skills necessary to solve practical programming problems. Students learn the key concepts of computer programming, including data structures, algorithms, modularity, and code...
MATLAB Keywords
Study guide - 19 pages - Computer science
This document contains lines of code, instructions for programming in MATLAB, a popular programming language used for numerical computing and data analysis.
Implementation of a Flight Management System within an Airline
Tutorials/exercises - 13 pages - Computer science
This analysis aims to design and build a prototype of an airline-oriented web application for managing aircraft flights. At the same time, it aims to be a powerful, easy-to-use, fast and effective management tool for airline agents, on the one hand, and a simple and safe information tool for...
Brief Overview of Machine Learning as a Field
Presentation - 9 pages - Computer science
Machine learning is a field of study in artificial intelligence that relies on mathematical and statistical approaches to give computers the ability to "learn" from data. Machine learning generally consists of two phases. The first one consists in estimating a model from. This so-called learning...
Discrete Math - Introduction to proof
Study guide - 2 pages - Computer science
Note for learning discrete math proofs, introduction to mathematical proofs. Proof templates and advise to find mathematical proof.
Linear Algebra
Study guide - 3 pages - Computer science
Notes from Linear Algebra Chapter 1: Vectors and Matrices You will learn about vectors, bases vectors and vectors property. You will also learn about matrices, what are matrices in a geometrical aspect and some matrices property.
How to use Microsoft Office
Practical guide - 9 pages - Computer science
This document is a practical guide on how to use Microsoft Office Word, PowerPoint and Excel.
Vibration of a plate
Tutorials/exercises - 8 pages - Computer science
This semester, we started the course "introduction to vibrations", in which we learned that every particle on earth vibrates in its own natural frequency where no loads are applied. That's what we call free vibration. However, this homework is about the use of finite element method analysis...
The fundamentals of pseudocode
Study guide - 5 pages - Computer science
Pseudocode is a clear and concise way to represent an algorithm. Data items to be processed are given meaningful names in the same way the variables and constants are in a high-level programming language. To ensure that pseudocode is easily understandable by others it is useful to be consistent...
Java programming
Tutorials/exercises - 3 pages - Computer science
This document contains lessons to start in java programming followed by some exercises.
The Blockchain
Tutorials/exercises - 3 pages - Computer science
First of all, the blockchain's system is the main thing to understand, everything that is going to be in this document is related and depends on the blockchain's system. So, a blockchain is a decentralized database which allows everybody to see the transaction history. Those transactions have the...
Programmation Java
Tutorials/exercises - 2 pages - Computer science
Ce document est une leçon pour débuter la programmation en Java, suivie d'exercices d'application.
