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 the code to reproduce the results in the paper A Variational algorithm for Quantum Neural Networks, accepted in the International Conference on Computational Science 2020, Quantum Computing track.
This repository contains the code to reproduce the results in the paper "A Variational Algorithm for Quantum Single Layer Perceptron" submitted to The 8th International Online & Onsite Conference on Machine Learning, Optimization, and Data Science
This repository contains a collection of fundamental topics and techniques in machine learning. It aims to provide a comprehensive understanding of various aspects of machine learning through simplified notebooks. Each topic is covered in a separate notebook, allowing for easy exploration and learning.
Python implementation of the simple perceptron or also known as a single-layer neural network, is a binary classification algorithm by Frank Rosenblatt based on the neural model of Warren McCulloch and Walter Pitts developed in 1943.
Contains work done mainly on Neural Networks and Machine Learning as a part of my interest for Data Science. The codes are in python and uses TensorFlow for Deep learning