Skip to content

Solving movie casting problems using available movie-related datasets

License

Notifications You must be signed in to change notification settings

1997alireza/Movie-Casting-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Casting-Problems 🎬

Solving movie casting problems using a graph-based neural network trained by movie-related datasets. The implemented models in this project can help them to find and choose an appropriate cast for their movie.

The main questions we have answered in this project are:

To answer these questions, we have created a graph named Actors Network and applied the graph autoencoder LoNGAE to this network. Mean squared error of our model on the test data for link weight prediction is 0.005406, after 50 epochs for weights between 0 and 1.

Actors Network

Edge weights and node features of actors network are created using the movie ratings extracted from provided datasets.

Actors Network

Local Neighborhood Graph Autoencoder (LoNGAE)

LoNGAE is available in the reposetory graph-representation-learning. Here you can see how this autoencoder is applied on our graph.

LoNGAE

About

Solving movie casting problems using available movie-related datasets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages