• Stars
    star
    1
  • Language
    HTML
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

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

Repository Details

Sample project for updateing existing documentation of grpc-gateway

More Repositories

1

Go-Language-in-Bengali

Go Language in Bengali
2
star
2

bolaram

SEC Mozilla Study Group
1
star
3

Machine-Learning---DiabetesTest

It's a machine learning project based on data set from kaggle dataset website named pima-data.csv.
Jupyter Notebook
1
star
4

Unzip.php

This script lists all of the .zip files in a directory and allows you to unzip. Unlike CPanel's file manager, it _will_ overwrite existing files.
PHP
1
star
5

videolan-gsoc

HTML
1
star
6

website

My Personal website
1
star
7

gRPC-Gateway

The gRPC-Gateway brings the power and safety of designing APIs with Protobuf and gRPC to the JSON/HTTP API world.
1
star
8

Creative-Commons-WordPress-Plugin-Documentation

Documentation for Creative Commons WordPress Plugin
CSS
1
star
9

Creditcard-Fraud-Analysis

I've used data from kaggle. There are 284,807 data in that csv file. First, we review the data, make histogram for each column and also display the correlation of each column with each other using heatmap. Then we import two unsupervised anomaly detection algorithms and finally, compare them with each other by classification report. This is example of unsupervised anomaly detection problem
Jupyter Notebook
1
star
10

Logistic-Regression-based-OCR

It's a machine learning classification problem. I've used data from sklearn datasets. First, I've load data , split it, checked if the splitting working or not. Then, train and predict the data. The accuracy of this model is 95%. This project is on Logistic Regression based Optical Character Recognition.
Jupyter Notebook
1
star
11

Uber-Data-Checkpoint-Analysis

I've used free dataset mlink is given below . here are almost 800,000 data here. Firtly we'll review the data and then add some efficient column for analyzation. Then, analyze the Date of Month (DoM) and sorting them gradually. Then plot the weekday and hour and then plot the data in the New York,USA state map. Data set: https://github.com/fivethirtyeight/uber-tlc-foil-response/blob/master/uber-trip-data/uber-raw-data-apr14.csv
Jupyter Notebook
1
star
12

COVID-19-Tracking

This COVID-19 graph plots the number of new confirmed cases in the past week, versus the total number of confirmed cases. When plotted in this way, exponential growth is displayed as a straight line. Notice that most countries follow a similar straight line path, indicating that the growth rate is similar across countries. Web:
JavaScript
1
star
13

Cross-Sell-Prediction

Here, we are predicting sell growth of a product by spending money in advertising by TV, Radio, Newspaper. Here in the dataset we have 200 rows and 4 columns. We split the data into 70-30%, fit the data, predict the data. And finally calculate the error. In this linear regression model our target is minimize the error as much as possible.
Jupyter Notebook
1
star