Chirag (ChiragVaghela10)

ChiragVaghela10

Geek Repo

Company:Jacobs University

Location:Bremen, Germany

Github PK Tool:Github PK Tool

Chirag's repositories

machine_learning_course

Repository for the programming assignments of the course 'Machine Learning' by Standford University on coursera.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:0Issues:0
Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0
Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

CryptographywithTCP-IP

This repository is about transferring the secure data from one computer to another with the help of socket programming using client-server architecture. The data will be secured by implementing RSA(cryptography) Algorithm. For simplicity only 64-bit security is used unlike real implementation which uses 128-bit to 256-bit security(used by banks,mililtary etc.). Client request for the file to server, with its name and a public key, generated by client itself. If the file is available to the server it will encrypt it with public key and send 'encrypted file' instead of original file to the client. Server in turn will decrypt the received 'encrypted file' with its own private key.

Language:CStargazers:13Issues:0Issues:0

imageprocessing

Repository to learn fundamental image processing operations without using any image processing library functions.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

DGM

Direct Graphical Models (DGM) C++ library, a cross-platform Conditional Random Fields library, which is optimized for parallel computing and includes modules for feature extraction, classification and visualization.

License:NOASSERTIONStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

ISLR-python

An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code

License:MITStargazers:0Issues:0Issues:0