Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this repository I discussed how to implement a longest path algorithm for an autonomous quad copter and optimize the plan.

More Repositories

1

tic_tac_toe

Implement a 2 players tic tac toe game with C programming
C
1
star
2

Routh-Stability

This repository contains a MATLAB code that includes a main program and RouthCriteria class, this program takes input from user (transfer function) then extract the numerator and denominator polynomials and apply Routh criteria to examine stability.
MATLAB
1
star
3

soccer-data-base

In this project I analyzed data of soccer data base from (https://www.google.com/url?q=https://www.kaggle.com/hugomathien/soccer&sa=D&ust=1532469042123000 ) This data contains 8 tables : table shape dtypes Player_attributes (183978, 42) float64(35), int64(3), object(4) player 11060 rows Γ— 7 columns float64(1), int64(4), object(2) Match 25979 rows Γ— 115 columns float64(96), int64(9), object(10) league 11 rows x 3columns int64(2), object(1) country (11, 2) int64(1), object(1) team 299 rows Γ— 5 columns float64(1), int64(2), object(2) Team_Attributes 1458 rows Γ— 25 columns float64(1), int64(11), object(13) After wrangling those tables we will as k the following questions : Questions What teams improved the most over the time period? Which players had the most penalties? What team attributes lead to the most victories? what is the impact of playing in home land or remotely in different seasons ? after asking these questions we get out with their answers which can be simply represented in visualizations
Jupyter Notebook
1
star
4

WeRateDogs-

wrangle WeRateDogs Twitter data to create interesting and trustworthy analyses and visualizations. The Twitter archive is great, but it only contains very basic tweet information. Additional gathering, then assessing and cleaning is required for "Wow!"-worthy analyses and visualizations.
Jupyter Notebook
1
star