- Boulder, CO
- https://www.linkedin.com/in/gabrielleonphd/
-
-
classic_algorithms Public
Forked from Ecohen4/classic_algorithmsImplement a handful of simple algorithms from scratch.
Python MIT License UpdatedMay 3, 2019 -
-
Following deeplearning.ai course 2/4 in the Deep Learning Specialization: Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
Jupyter Notebook UpdatedFeb 20, 2019 -
Following deeplearning.ai course 1/4 in the Deep Learning Specialization: Neural Networks and Deep Learning
Jupyter Notebook UpdatedFeb 1, 2019 -
Coursera-Machine-Learning Public
Completed the Coursera Course: www.coursera.org/machine/learning
MATLAB UpdatedJan 13, 2019 -
Following the Udemy Course: https://www.udemy.com/the-data-science-course-complete-data-science-bootcamp/
-
machine-learning-js Public
Following the Udemy Course: https://www.udemy.com/machine-learning-with-javascript
HTML UpdatedNov 3, 2018 -
custom-csv-parser-js Public
Following the Udemy Course: https://www.udemy.com/machine-learning-with-javascript
JavaScript UpdatedNov 3, 2018 -
tensorflow-js-practice Public
As per the Udemy Course: https://www.udemy.com/machine-learning-with-javascript
JavaScript UpdatedOct 29, 2018 -
-
-
Dice-Games Public
This is an application that simulates codified dice expressions (e.g. 3 6-sided dice: 3d6). It supports literal values, single dice roll, multiple dice rolls, drop lowest, keep highest, and explosi…
JavaScript UpdatedMar 5, 2017 -
Front-End-Challenge Public
Retrieve 3 random users, display their info in cards, then if you click a card, it will give you 5 random posts by that user. Uses AngularJS.
JavaScript UpdatedFeb 16, 2017 -
Damon's task manager front end app in Angular
JavaScript UpdatedOct 31, 2016 -
In this project, Binary Search Trees are implemented in Java. Here you will find a method that creates a new balanced Binary Tree from a given sorted array, a finder of the height of the tree, a le…
Java UpdatedSep 6, 2016 -
Some examples of recursion as well as merge sort in Java.
Java UpdatedSep 5, 2016 -
This final exercise builds (a) a stack using a linked list as underlying data structure and highlights the advantages, (b) implements a twoStack using a single array and highlights how the push and…
Java UpdatedSep 4, 2016 -
A series of exercises of adding methods to the linked lists object in Java including time complexities.
Java UpdatedAug 30, 2016 -
-
A demo of a method that adds elements in an ordered way in a linked list in Java.
Java UpdatedAug 28, 2016 -
Double-Linked-Lists-Java Public
A demo of the not so commonly used double linked lists in Java.
Java UpdatedAug 27, 2016 -
A tutorial in Linked Lists as well as generisizing parameters in object construction in Java.
Java UpdatedAug 27, 2016 -
This is an algorithm to detect if a string in Java has repeated characters.
Java UpdatedAug 27, 2016 -
Anagram-Detector-Java Public
An anagram detector algorithm has been created that assumes that only non-numbers are given written in Java.
Java UpdatedAug 27, 2016 -
In this project, a Java object constructor is created. Objects of this type are created and inserted into an array of this object type. Finally, said array is insertion sorted by the number attribu…
Java UpdatedAug 26, 2016 -
Using the ordered array search function, created two other functions to add and delete elements from arrays, both of which have time complexity of O(n)
Java UpdatedAug 24, 2016 -
An example and explanation of the Ordered Array Search Algorithm using Java as well as a rough explanation of its time complexity in big O notation.
Java UpdatedAug 24, 2016 -
An example and explanation of the Insertion Sort Algorithm using Java as well as a rough explanation of its time complexity in big O notation.
Java UpdatedAug 24, 2016 -
An example and explanation of the Selection Sort Algorithm using Java as well as a rough explanation of its time complexity in big O notation.
Java UpdatedAug 24, 2016