GithubHelp home page GithubHelp logo

Coelho's Projects

backpropagation icon backpropagation

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 converge. Then it shows the impact and interplay of different parameters such as learning rate, number of iterations, and number of data points.

bmi icon bmi

Udemy guided application

cnn-cifar-10-dataset icon cnn-cifar-10-dataset

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, train it, and compare the performance.

coreml-idoggys icon coreml-idoggys

My own package that is able to identify which dog is in the picture.

deep-neural-network-techniques icon deep-neural-network-techniques

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, and finally, Recurrent Neural Networks (RNN). Specifically, I have built a CNN to classify images on a dataset, then illustrated the power of using the pre-trained models such as VGG16 and ResNet. In addition, techniques in using that dataset with data augmentation and then using the RNNs to classify the dataset are present.

fakedata icon fakedata

Here I have used the Faker import to create fake data and manipulated it in different ways.

flixster icon flixster

This app introduced Android Studio and linked data information through an Application Programming Interface (API)

handwritten-image-detection-mnist-data icon handwritten-image-detection-mnist-data

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 28 pixels by 28 pixels for a total of 784 pixels. This is quite small by image standards. Also, the images are well centered and isolated. This makes this problem solvable with standard fully connected neural nets without too much pre-work.

javadatastructurepart1 icon javadatastructurepart1

This includes the following data structure techniques: exponentiation, recursive function, and sorted array.

javadatastructurepart2 icon javadatastructurepart2

This includes the following data structure techniques: binary search, binary search tree nodes, and one stack.

livefacedectection icon livefacedectection

This application will box in each face that the camera can see and tell you how many faces it detects.

ml-az icon ml-az

Machine learning modules from Udemy

myinstagram icon myinstagram

This is an Android imitation of Instagram with live post, posting, and updates through APIs.

pre-trained-models icon pre-trained-models

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 give.

readingfiles icon readingfiles

This project reads text files and organizes the results into text files with serval parameters.

rnns-imdb-data icon rnns-imdb-data

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/negative) and both outcomes are equally represented in both the training and the test set.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.