You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains works on a computer vision software pipeline built on top of Python to identify Lanes and vehicles in a video. This project is not part of Udacity SDCND but is based on other free courses and challanges provided by Udacity. It uses Computer vision and Deep Learrning Techniques. Few pipelines have been tried on SeDriCa, I…
This project allows the use of machine learning to predict the ingredients of a recipe. In particular, it has been implemented on a poke recipe in which a series of ingredients (i.e. 8) are passed as input and the software returns 2 missing (for example the topping and the sauce). The model used is Multi Target Forest and Scikit Learn ML library
A neural network built from scratch using NumPy in Python to classify handwritten digits from the MNIST dataset containing 70,000 28x28 images. Becomes more accurate with Machine Learning methods.