Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Implementing Randomly Wired Neural Networks for Image Recognition, Experiments were performed on CIFAR-10 datasets and CIFAR-100 datasets.

Hi, I’m Myeongjun Kim. I am a graduate student in computer vision research. I realized the importance of paper implementation. So I implemented this paper. I wrote the code with my friend Taehun Kim, I used pytorch, and Taehun Kim wrote the code with tensorflow. Others were experimenting with ImageNet datasets. Therefore, the experiment was carried out using CIFAR datasets. There is no experiment on CIFAR datasets in the paper, but we implemented the network by putting hyper-parameters similar to the paper. There are a lot of deficiencies in the paper implementation for the first time. we are little nervous because it’s the first time we post. But we ask for a lot of feedbacks. Thank you so much for reading the long paragraph.

CIFAR-10, Accuracy: 92.65%

CIFAR-100, Accuracy: 72.92%

Pytorch version Github URL, https://github.com/leaderj1001/RandWireNN

Tensorflow version Github URL, https://github.com/swdsld/RandWire_tensorflow

submitted by /u/leaderj1001
[link] [comments]