Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Implementing Deep learning in R using Keras and Tensorflow packages for R and implementing a Multi layer perceptron Model on MNIST dataset and doing Digit Recognition
A project I made to practice my newfound Neural Network knowledge - I used Python and Numpy to train a network to recognize MNIST images. Adam and mini-batch gradient descent implemented
Implementation of Digit recognizer using the Keras package with Tensorflow in the back end using Pyhton. Got an accuracy of 0.9816 in predicting digits from the images.
Digit Recognizer is a Kaggle based competition. In this competition, goal is to correctly identify digits from a dataset of tens of thousands of handwritten images. Implemented different machine learning algorithms (Convolutional Neural Network, Random Forest, Support Vector Machine, Gradient Boosted Method) to improve the accuracy of model.
This is digit classifier. In this machine learning project machine will scan an Image and give the corresponding digit from the trained Data Set. The Image should be Black and White. Another project is to predict future of a company based on the dataset provided and using pattern recognition machine learning.