Ruokai Wang 's repositories

Basic-Neural-Net-

This is a basic single-hidden-layer neural net that takes in an array of 3 binary digits and classifies it as 1 or 0.

Language:PythonLicense:MITStargazers:1Issues:1Issues:0

Phyllotaxis_visualisation-

This is a visualisation made in R, inspired by patterns given by phyllotaxis. The ggplot2 package is used to map points onto a plot diagram, with plot labels removed, to form a visualisation.

Language:RLicense:MITStargazers:1Issues:1Issues:0
Stargazers:0Issues:1Issues:0

datacamp_candycrush

This is contains data and code created following a datacamp tutorial to analyse candy crush level difficulty

Language:RStargazers:0Issues:0Issues:0

eda-0118

The exploratory data analysis done by club members during Semester 01, 2018.

License:MITStargazers:0Issues:0Issues:0

hello-world-

A repository for storing files of interest

Stargazers:0Issues:1Issues:0

Iowa_housing_data_analysis

Analysis of Ames, Iowa Housing dataset as described in https://ww2.amstat.org/publications/jse/v19n3/decock.pdf

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

K-Nearest-Neighbours

This is a KNN model that takes in data from iris flowers and predicts which species of iris the flower belongs to. It uses the features sepal length, sepal width, petal length and petal width to predict the target variable species. The 3 different species are setosa, versicolor and virginica.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Roguelike-experiments

Basic build for a rogue-like. Made following the Python 3 'Complete Rogue-like Tutorial' at RogueBasin. Source: http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python3%2Blibtcod

Language:PythonStargazers:0Issues:1Issues:0

Simple-Twitter-Webscraper

This is a webscraper that uses Selenium webdriver to open a new window in Chrome and scrape tweets after selecting a search query. Currently set to search the keywords 'artificial intelligence'. It then uses the NLTK toolkit to tokenize the tweet data, remove stopwords, and produce a frequency distribution graph of the most commonly used words.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

imdb-webscraper-nathan-for-you-

This code pulls ratings from the 'Nathan For You' imdb page and cleans the data in R so that a graph detailing the ratings by season is produced

License:MITStargazers:0Issues:1Issues:0

machine-learning-notes

My online shared notebook for Machine Learning notes

Language:Jupyter NotebookLicense:MITStargazers:0Issues:0Issues:0

Python-Blockchain-

This is simple blockchain which you can use to create basic transactions and verifications. It creates a local server to host the blockchain, and uses Postman to submit POST and GET requests in order to create transactions.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0