• Stars
    star
    1
  • Language
    CSS
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Self-Driving-Car

This solves the autonomous driving issue which is supported by deep learning technology. Given a video, it splits into images and predicts the angle of turning for each frame.
Python
4
star
2

Facebook-Friend-Recommendation

Given a directed social graph, have to predict missing links to recommend users (Link Prediction in the graph)
Jupyter Notebook
3
star
3

PCA

This repository shows the implementation of PCA from scratch from a geometrical point of view along with the python code. The blog along attached also describes its contribution in the field off AI.
Jupyter Notebook
2
star
4

Statistics

Jupyter Notebook
1
star
5

Movie_recommendation_using_cosine_similarity

The purpose of a recommendation system basically is to search for content that would be interesting to an individual. Moreover, it involves a number of factors to create personalised lists of useful and interesting content specific to each user/individual. Recommendation systems are Artificial Intelligence based algorithms that skim through all possible options and create a customized list of items that are interesting and relevant to an individual. These results are based on their profile, search/browsing history, what other people with similar traits/demographics are watching, and how likely are to watch those movies. This is achieved through predictive modeling and heuristics with the data available.
Jupyter Notebook
1
star
6

Human-Activity-Recognition

This project is to build a model that predicts human activities such as Walking, Walking_Upstairs, Walking_Downstairs, Sitting, Standing, or Laying. The dataset is implemented with traditional model as well as LSTM and CNN.
Jupyter Notebook
1
star