stephensheridan
Lecturer in Computer Science at Technological University Dublin - Blanchardstown Campus.
Technological University Dublin - Blanchardstown CampusDublin, Ireland
Pinned Repositories
adding-columns-to-pandas-dataframe
Simple example showing how to add columns to a pandas dataframe
aiversusat
Talk about A.I. (Artificial Intelligence) versus A.T. (Assistive Technologies)
big-o-growth-rates
Plot common O(n) growth rates.
dns-exfiltrator
This program attempts to obfuscate DNS traffic using a number of different techniques such as using a pseudo random distribution, poisson distribution, perlin noise and piggybacking techniques using the Scapy networking library.
geo-attack-chart
Python program to read a list of bad IP addresses, get their geo location and create a pie chart of attack locations. Code uses the pygeoip library from https://pypi.python.org/pypi/pygeoip/
latex-thesis-template
Proposed thesis template
PlottingFuzzyMembershipFunctions
Python code to create and plot Fuzzy membership functions
python-adaline
Very simple implementation of an ADALINE neural network for solving logical OR problem
python-domain-age
Python script that uses whois and grep to return the age of a domain name in days
python-url-scrapper
Python script that uses curl and grep along with regex to scrape URLS from Alexa top 100K or any other top website lists.
stephensheridan's Repositories
stephensheridan/latex-thesis-template
Proposed thesis template
stephensheridan/PlottingFuzzyMembershipFunctions
Python code to create and plot Fuzzy membership functions
stephensheridan/adding-columns-to-pandas-dataframe
Simple example showing how to add columns to a pandas dataframe
stephensheridan/AnimatedGA
Animated Genetic Algorithm based on Mark Watsons code.
stephensheridan/descriptive-statistics
Descriptive statistics support material
stephensheridan/design-patterns-code-samples
Code samples for my Java OO Design Patterns course at TU Dublin - Blanchardstown Campus
stephensheridan/equality-genetic
Command line java program that uses a value encoded chromosome to solve the equality a + 2b + 3c + 4d = 30
stephensheridan/genetic-art-processing
Genetic algorithm written processing that uses a population of polygonal chromosomes to approximate various sample artworks.
stephensheridan/inferential-statistics
Jupyter notebook showing some inferential statistics
stephensheridan/Java-AI-Book-Code
Code examples for my Java artificial intelligence book
stephensheridan/java-binary-search-method
Binary search strategy implemented using a method that searches an arbitrary array.
stephensheridan/java-christmas-tree
Java program that prints a Christmas tree using ANSI escape sequences. NOTE: ANSI sequences will only work with ANSI terminal windows.
stephensheridan/java-linear-search
Simple implementation of linear search in Java.
stephensheridan/java-linear-search-method
Linear search implemented as a method to search an array passed as a parameter.
stephensheridan/java-pso-pattern-matching-template-code
Code for student assignment on PSO pattern matching
stephensheridan/java-rightmost-linear-search
Implementation of a linear rightmost search.
stephensheridan/java-sequence-assertions
stephensheridan/javaminesweeper
Simple version of Mine Sweeper in Java on the command line
stephensheridan/JavaTableIntro
This is a simple Java program that demonstrates processing a 2D integer array row by row and column by column.
stephensheridan/keras-xor-notebook
This notebook solves the XOR problem using a neural network built using Tensorflow, Keras and Jupyter Notebook
stephensheridan/playing-with-pixels-notebook
Jupyter notebook that plays around with generated images
stephensheridan/processing-cartandpole
Classic Inverted Pendulum simulation based on Chuck Anderson's code (1998) (https://www.cs.colostate.edu/~anderson/code/)
stephensheridan/pso-arithmetic
Particle Swarm Optimisation algorithm to calculate A + B + C + D = 50
stephensheridan/python-hypothesis-testing
jupyter notebook to demonstrate simple hypothesis testing
stephensheridan/python-mergecsvfiles
stephensheridan/python-normalize
Normalization example
stephensheridan/python-project-risk-scikit-fuzzy
Project risk example using scikit-fuzzy library in Python
stephensheridan/PythonBackpropNoteBook
Backprop implemented in Jupyter notebook
stephensheridan/sine-wave-genetic
Command line Java program to calculate highest y value for f(x) where f(x)=sin(x) * sin(0.4*x) * sin(3*x)
stephensheridan/sinewave-genetic-jupyter-notebook
Jupyter notebook showing how to implement a simple genetic Ireland in python.