Denken
Menu
  • About Me
  • Deep Learning with Pytorch
  • Generative AI: Tutorial Series
  • Python Tutorials
  • Contact Me
Menu

Author: Aritra Sen

Deep Learning with Pytorch – Neural Network Implementation – 1.1

Posted on January 26, 2019May 20, 2019 by Aritra Sen

In the last post of this series , we got the basic ideas of Pytorch and how to use few of the features of the Pytorch. In this tutorial we will go through how to code a deep neural network. First we will go through, what are the basic steps required in neural network and…

Read more

Deep Learning with Pytorch – Getting Started 1.0

Posted on January 25, 2019January 25, 2019 by Aritra Sen

The idea of this new series of posts to get you started with Pytorch and  to go through with different implementations like neural networks,CNN , RNN etc.  I assume that you know the theory part of deep learning. So I will cover the coding with Pytorch in this series. Now the motivation , why Pytorch…

Read more

ML Python Tutorials – 1.0 – Dimension Reduction – PCA

Posted on April 15, 2018 by Aritra Sen

Machine Learning can be divided mainly in two sections – Supervised Learning – Where we teach the machines with correct answers or labels. Ex – Regression or Classification. Unsupervised Learning – We deal with unlabeled data and we either do Clustering or we go for Dimension Reduction. In this article we will go through the…

Read more

Python Tutorials – 1.7 – Pandas

Posted on April 9, 2018 by Aritra Sen

Pandas:  

Read more

Python Tutorials – 1.6 – Class and Instances

Posted on October 19, 2017 by Aritra Sen
Read more

Python Tutorials – 1.5 – Numpy

Posted on October 11, 2017 by Aritra Sen

Numpy is the short form of ‘Numerical Python‘. This is one library you should learn if you are interested in Data Science with Python. The core of Numpy is it’s N-Dimension Array which is similar to List but has many advance over List like – More compact. Faster access in Reading and writing items. Ease…

Read more

Python Tutorials – 1.4 – Sorting List , Tuple , Dictionary & Zip Function

Posted on September 25, 2017 by Aritra Sen

In this tutorial we will look into the code – to do sorting on different Python objects. Also we will look into use of Zip function and how this function can be applied to the dictionary to get the min , max and sort by key/values.  

Read more

Python Tutorials – 1.3 – Functions , Scope Of Variables , Lambda Functions

Posted on September 25, 2017 by Aritra Sen

In Python we have many built-in functions like print() , len() but we can define our own reusable functions which can perform user defined set of operations. How to define a function: function definition starts with def keyword and followed by function name & () Within the () we write the input parameters. Followed by :…

Read more

Python Tutorials – 1.2 – DataTypes Conversion and Loops

Posted on September 23, 2017 by Aritra Sen

When you are playing with data , you will come across with the situations when you need to do datatype conversion , there are several built in functions which can help us perform this activity. Below , I have given few examples – Whenever you want to run a block of code again and again…

Read more

Python Tutorials – 1.1 – Variables and Data Types

Posted on September 19, 2017 by Aritra Sen

Before starting with Python Variables, let’s look into the different mathematical operations you can do in Python. Python is not strictly typed language , so you don’t need declare the type of the variable and then use.You can straightway assign the values of variables and python will understand the type of the variables. Below are…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next

RSS Feeds

Enter your email address:

Delivered by FeedBurner

Pages

  • About Me
  • Contact Me
  • Deep Learning with Pytorch
  • Generative AI: Tutorial Series
  • Python Tutorials

Tag Cloud

Announcements Anrdoid BERT Bias Celebration Cricket CyanogenMod deep-learning Denken Experience Facebook Features Finetuning GCN GenerativeAI GNN Google HBOOT HBOOT downgrading HTC Wildfire huggingface India Launch Life LLM Lumia 520 MachineLearning mobile My Space nlp Orkut People Python pytorch pytorch-geometric Rooting Sachin Share Social Network tranformers transformers Tutorials Twitter weight-initialization Windows Phone

WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

Categories

Random Posts

  • Generative AI: LLMs: How to do LLM inference on CPU using Llama-2 1.9
  • It’s a new day
  • Social BUZZ in Gmail
  • Deep Learning with Pytorch -Text Generation – LSTMs – 3.3
  • Generative AI: Tutorial Series

Recent Comments

  • Generative AI: LLMs: Reduce Hallucinations with Retrieval-Augmented-Generation (RAG) 1.8 – Denken on Generative AI: LLMs: Semantic Search and Conversation Retrieval QA using Vector Store and LangChain 1.7
  • vikas on Domain Fuss
  • Kajal on Deep Learning with Pytorch -Text Generation – LSTMs – 3.3
  • Aritra Sen on Python Tutorials – 1.1 – Variables and Data Types
  • Aakash on Python Tutorials – 1.1 – Variables and Data Types

Visitors Count

AmazingCounters.com

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright

AritraSen’s site© This site has been protected from copyright by copyscape.Copying from this site is stricktly prohibited. Protected by Copyscape Original Content Validator
© 2025 Denken | Powered by Minimalist Blog WordPress Theme
Menu
  • About Me
  • Deep Learning with Pytorch
  • Generative AI: Tutorial Series
  • Python Tutorials
  • Contact Me