-
-
-
-
-
-
-
-
portfolio-HTML-CSS Public
This project involves raw HTML and CSS code to make a copy of my portfolio.
HTML UpdatedApr 28, 2022 -
cryptocurrencyProjects Public
This is tapping inside Coin Market Cap to display the latest cryptocurrency values.
Python UpdatedMar 26, 2022 -
coreML-iDoggys Public
My own package that is able to identify which dog is in the picture.
UpdatedMar 26, 2022 -
LiveFaceDectection Public
This application will box in each face that the camera can see and tell you how many faces it detects.
Python UpdatedMar 26, 2022 -
ImageFaceDectection Public
This will count how many faces there are inside the imported picture.
Python UpdatedMar 26, 2022 -
PredictionRegression Public
Variations in showing data through visual computation.
Jupyter Notebook UpdatedMar 26, 2022 -
FakeData Public
Here I have used the Faker import to create fake data and manipulated it in different ways.
Jupyter Notebook UpdatedMar 26, 2022 -
In this exercise I will work with image data: specifically the famous MNIST data set. This data set contains 70,000 images of handwritten digits in grayscale (0=black, 255 = white). The images are …
Jupyter Notebook UpdatedMar 26, 2022 -
RNNS-IMDB-Data Public
For this exercise, I will train a "vanilla" RNN to predict the sentiment on IMDB reviews. The data consists of 25000 training sequences and 25000 test sequences. The outcome is binary (positive/neg…
Jupyter Notebook UpdatedMar 26, 2022 -
Pre-Trained-Models Public
In this exercise I will show how to load pre-trained models such as VGG16 and ResNet. This is a fairly simple exercise designed to get familiar with models like VGG and Resnet and the output they g…
-
CNN-CIFAR-10-Dataset Public
In this exercise I will build and train convolutional neural networks. In the first part, I walk through the different layers and how they are configured. In the second part, I built my own model, …
Jupyter Notebook UpdatedMar 26, 2022 -
Backpropagation Public
In this exercise I will use backpropagation to train a multi-layer perceptron (with a single hidden layer). The experiment deals with different patterns and see how quickly or slowly the weights co…
Jupyter Notebook UpdatedMar 26, 2022 -
From the wide variety of Deep Neural Network techniques, I have orchestrated a project that deals with the following topics: Convolution Neural Network (CNN), Transfer Learning, Data Augmentation, …
Jupyter Notebook UpdatedMar 26, 2022 -
-
-
-
-
readingFiles Public
This project reads text files and organizes the results into text files with serval parameters.
Java UpdatedMar 20, 2022 -
javaDataStructurePart4 Public
This includes the following data structure technique: Radix Sort
Java UpdatedMar 20, 2022 -
javaDataStructurePart3 Public
This includes the following data structure technique: Min Heap
Java UpdatedMar 20, 2022 -
javaDataStructurePart1 Public
This includes the following data structure techniques: exponentiation, recursive function, and sorted array.
Java UpdatedMar 20, 2022 -
javaDataStructurePart2 Public
This includes the following data structure techniques: binary search, binary search tree nodes, and one stack.
Java UpdatedMar 20, 2022 -
Validate-an-Account Public
Checking to see if the account number entered is a valid code.
Java UpdatedMar 18, 2022