Skip to main content

About This Blog

Hello readers,
This is your captain on this ship of Artificial Intelligence, hop aboard lads!
Allow me to introduce myself. I am Uddeshya Singh, A sophomore at HBTU Kanpur in the field of Computer Science and Engineering. But ... that's just education, what am I apart from that?

A Coder, A YouTuber; An Open Source Contributor at pandas, numpy, and cosmos; DSA Intern at OpenGenus Organisation, and of course an Artificial Intelligence enthusiast. Obviously, I have a Github Account which you can follow me on and you can definitely find me on Facebook and whatnot. But that's not the point of this introduction. I want to let you guys know how this blog is going to work.



There would be largely only 3 categories; namely coding challenges, tutorial supplements and interesting articles regarding new AI advancements which I will come across (or maybe Open Source developments regarding the few modules which I follow pretty minutely :) )

You can always reach me in comments either on my YouTube Channel: SmarTech or in any of my blog post! Feel free to leave any review on my work.

Also, if you need guidance on OpenSource, you can always follow me on Github: @uds5501.

So, I would be posting a video on youtube, then add the source code for the developed application in my GitHub profile and the primary text transcripts and interesting insights would be posted here. All understood? 

Great,  So until next time ;)

Uddeshya


Comments

Post a Comment

Total Pageviews

Popular posts from this blog

Kaggle Dataset Analysis : Is your Avocado organic or not?

Hey readers! Today, allow me to present you yet another dataset analysis of a rather gluttony topic, namely Avocado price analysis. This Data set  represents the historical data on avocado prices and sales volume in multiple US markets. Our prime objectives will be to visualize the dataset, pre-process it and ultimately test multiple sklearn classifiers to checkout which one gives us the best confidence and accuracy for our Avocado's Organic assurance! Note : I'd like to extend the kernel contribution to Shivam Negi . All this code belongs to him. Data Visualization This script must procure the following jointplot  While a similar joint plot can be drawn for conluding the linearly exponent relations between extra large bags and the small ones. Pre Processing The following script has been used for pre processing the input data. Model Definition and Comparisons We will be looking mostly at three different models, namely ran

Your help in Fashion : 7 layer CNN at your service (~92% accurate)

Hey Readers! Welcome to yet another post where I play with a self designed neural network. This CNN would be tackling a variant of classical MNIST known as Fashion MNIST dataset  . Before we start exploring what is the approach for this dataset, let's first checkout what this dataset really is. Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Zalando intends Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing splits. The original MNIST dataset contains a lot of handwritten digits. Members of the AI/ML/Data Science community love this dataset and use it as a benchmark to validate their algorithms. In fact, MNIST is often the first dataset researchers try. &q

IOT Breakthrough : TensorFlow 1.9 Officially Supports the Raspberry Pi

Hey Readers! Good news for all the "cheap fair power" computer fans, as a result of a major collaboration effort between TensorFlow and Raspberry Pi foundation, one can now install tensorflow precompiled binaries using Python's pip package system !  When TensorFlow was first launched in 2015, they wanted it to be an “ open source machine learning framework for everyone ”. To do that, they needed to run on as many of the platforms that people are using as possible. They have long supported Linux, MacOS, Windows, iOS, and Android, but despite the heroic efforts of many contributors, running TensorFlow on a Raspberry Pi has involved a lot of work. If one is using Rasbian9 they can simply use these 2 commands to install tensorflow on their machine! According to an excerpt from TensorFlow's medium article page :  " We’re excited about this because the Raspberry Pi is used by many innovative developers, and is also widely used in education to