Skip to content
View rkaiwang's full-sized avatar

Block or report rkaiwang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Basic-Neural-Net- Basic-Neural-Net- Public

    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.

    Python 1

  2. Phyllotaxis_visualisation- Phyllotaxis_visualisation- Public

    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.

    R 1

  3. Iowa_housing_data_analysis Iowa_housing_data_analysis Public

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

    Python

  4. K-Nearest-Neighbours K-Nearest-Neighbours Public

    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 pr…

    Python

  5. Roguelike-experiments Roguelike-experiments Public

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

    Python

  6. Simple-Twitter-Webscraper Simple-Twitter-Webscraper Public

    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…

    Python