Rania Aloun (Raniaaloun)

Raniaaloun

Geek Repo

Company:JUST

Github PK Tool:Github PK Tool

Rania Aloun's repositories

3-input-X-nor-gate

neural network - Matlab

Language:Objective-CStargazers:0Issues:1Issues:0

8-puzzle-problem-breadth-first

customized 8-puzzle problem using the breadth-first search algorithm (Ai)

Language:C#Stargazers:0Issues:1Issues:0

Balanced-parentheses

checking-for-balanced-parentheses-in-an-expression

Language:C++Stargazers:0Issues:1Issues:0

Car-Rental-System

Implementation of a customized version of the orderedLinkedListType, a program that can help a rental car company to manage their car rental process. The information of all cars that the company has will be stored in a list. Each node of the list will store the information of one car and whether it is rented out or not.

Language:C++Stargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

Examination-System-mobile-App-Demo-for-instructor-user

Examination system simple demo, this application is for the instructor user

Language:KotlinStargazers:0Issues:1Issues:0

Linear-Regression-from-scratch

Univariate model that predicts employee salary based on their years of experiences, using gradient descent

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Logistic-Regression-from-scratch

a model that predicts some binary target (class) based on two features

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

Demo

Demo repo for tutotial articles on Opensource.com

Stargazers:0Issues:0Issues:0

dynamic-react-table

A dynamic react table

Language:JavaScriptStargazers:0Issues:1Issues:0
Language:HTMLStargazers:0Issues:1Issues:0

Linear-Regression-scikit-learn-library

Univariate model that predicts employee salary based on their years of experience.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Logistic-Regression-scikit-learn-library

a model that predicts some binary target (class) based on two features, including features scaling

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Matrix-multiplication

you are asked to write two C code programs similar to assignment #4 to paralyze the computation of matrix multiplication. The first program divides the task among processes (children using fork() system call). The second program divides the task among threads using POSIX pthreal library. Let the dimensions of the two matrices, that are to be multiplied, be inputs by the user. Also the number of thread/children is an input from the user. Generate the numbers of the two matrices using the C function rand(). Let the range of the numbers in the matrices to be between 0 and 200. For example, if the user inputs for the dimensions of matrix A are 50 and 100, and the inputs for matrix B dimensions are 100 and 50, the result matrix dimensions should be 50 by 50 ( A × B). The numbers in matrix A and B are generated using the rand() function as mentioned before.

Stargazers:0Issues:1Issues:0

Simma

Simple React Native application containing two pages, a landing page redirecting to a web-view page opening Shein website

Language:JavaScriptStargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

Support-Vector-Machines-SVM

a model that predicts some binary target based on two features using Gaussian kernel

Language:Jupyter NotebookStargazers:0Issues:1Issues:0
Stargazers:0Issues:1Issues:0

using-forked-children-for-compution-task

The task of assignment two was to find the sum of numbers until a given value. For example, if the user inputs a value that is equal to 10, the task was to find the summation of the numbers until 10, that is (1+2+3+...+10). You were asked in assignment two to use multi-threading to perform the task. In this assignment, you are asked to use the system call fork() to create 4 children only to perform the task. Divide the computation task among the children equally similar to assignment two.

Stargazers:0Issues:1Issues:0