Skip to content

Instantly share code, notes, and snippets.

View rakshitraj's full-sized avatar
✌️
Hello World

Rakshit Raj rakshitraj

✌️
Hello World
View GitHub Profile
@rakshitraj
rakshitraj / mnist1.py
Last active December 27, 2020 20:43
Solve the MNIST Image Classification Problem - Example 1
from keras.datasets import mnist
(train_images, train_labels), (test_images, test_labels) = mnist.load_data()
@rakshitraj
rakshitraj / count_inversions.cpp
Last active November 5, 2020 19:13
Count Inversions
/**
* @file
* @brief Counting Inversions using [Merge
Sort](https://en.wikipedia.org/wiki/Merge_sort)
*
* @details
* Program to count the number of inversions in an array
* using merge-sort.
*
* The count of inversions help to determine how close the array
@rakshitraj
rakshitraj / reuters2.ipynb
Created September 3, 2020 22:02
reuters2.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters3.ipynb
Created September 3, 2020 22:03
reuters3.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters4.ipynb
Created September 3, 2020 22:04
reuters4.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters5.ipynb
Created September 3, 2020 22:05
reuters5.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters6.ipynb
Created September 3, 2020 22:07
reuters6.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters7.ipynb
Created September 3, 2020 22:07
reuters7.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters8.ipynb
Last active September 3, 2020 22:40
reuters8.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rakshitraj
rakshitraj / reuters9.ipynb
Created September 3, 2020 22:09
reuters9.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.