The Wayback Machine - https://web.archive.org/web/20220715233722/https://github.com/mattbarrett98
Skip to content
Avatar
🤝
🤝

Highlights

  • 1 discussion answered

Organizations

@unifyai
Block or Report

Block or report mattbarrett98

Report abuse

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

Report abuse

Popular repositories

  1. Coding a variety of classification algorithms from scratch, including a convolutional neural network. We also show the results from libraries scikit learn and TensorFlow, with our implementations g…

    Python 1

  2. Masters project predicting the outcomes of football matches in the premier league using statistical modelling. The model correctly predicts the outcome of 62% of matches in the 2016/17 season. The …

    R

  3. Frogs Public

    Using statistical analysis to provide insights about some experimental data. The experiments investigate how the size of a frog affects its probability of being successfully hunted by a predator. F…

    R

  4. MyMC3 Public

    Using the Hamiltonian Monte Carlo algorithm, and a visualisation of how the algorithm works. 'MyMC3' - HMC is the main algorithm used in Bayesian statistical package PyMC3.

    Python

  5. Using reinforcement learning to find the optimal strategy in Blackjack. We also look at how we can use card counting to improve strategy and make favourable bets. The results showing the optimal st…

    C++

  6. AWS-ViT Public

    Implementing a vision transformer on the CIFAR-10 dataset using AWS.

    Jupyter Notebook

827 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri
Activity overview

Contribution activity

July 2022

Created 12 commits in 1 repository
Opened 1 pull request in 1 repository
unifyai/ivy 1 closed

Created an issue in data-apis/array-api-tests that received 1 comment

Union[float, int] type hint

As an example, some of arange's type hints use Union[float, int]. PEP 484 says just using float also implies int is accepted, or do you just prefer…

1 comment
Answered 1 discussion in 1 repository
unifyai/ivy