Skip to content

Instantly share code, notes, and snippets.

View lmay931's full-sized avatar

Lawrence May lmay931

  • Berlin, Germany
View GitHub Profile
@lmay931
lmay931 / Machine_translation_project
Created October 5, 2025 13:36
In this project, we are using the “European Parliament Proceedings Parallel Corpus 1996-2011” (https://www.statmt.org/europarl/) to build a English-Portuguese neural translation model.
This file has been truncated, but you can view the full file.
{
"cells": [
{
"cell_type": "markdown",
"id": "f0729811-69ff-4d7a-855a-00f963f47cea",
"metadata": {},
"source": [
"## Machine Translation Project\n",
"\n",
"In this project, we are using the “European Parliament Proceedings Parallel Corpus 1996-2011” (https://www.statmt.org/europarl/) to build a English-Portuguese neural translation model."
@lmay931
lmay931 / twitter_sentiment_analysis.ipynb
Last active October 5, 2025 13:46
In this project we are performing sentiment analysis on twitter data. We first fit a Naive Bayes classifier as a baseline model, and then compare performance with a dense neural network, as well as a recurrent neural network with a pre-trained BERT embedding.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lmay931
lmay931 / CNN_for_Remote_Sensing.ipynb
Last active October 5, 2025 13:20
Applying Convolutional Neural Nets to detect Rain Forest loss in the Amazon using Remote sensing image data from Sentinel-2.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.