So, the beginning of the 4th semester in the midst of losers and overachievers and this sem promises to set my a$$ on fire. As usual, I plan to continue working under Dr. Kihara this sem so that should be interesting. Anyway, I decided to improve upon what listener offered and decided to add a [...]
Entries Tagged as 'python'
The One PITA
November 29th, 2009 · No Comments · Daily life, PITA, python
Well, it is thanksgiving break and I was so far having a decent semester, straight As in all exams (a perfect score in economics – not that I should be proud of it or anythin) and then terror strikes. Or well whatever the college version of a cataclysm is. I managed to f’kin ruin (misunderstand) [...]
Tags:
Tinkering With A New Project
September 18th, 2009 · 4 Comments · python
During the vacation this summer, I began working on creating an app that would help me respond to calls of attention when my auditory sensory capabilities were compromised courtesy the noise cancellation capabilities of my Bose headsets. Well, I managed to make a few mods to that script, used a touch of applescript (thank god [...]
Tags:
Bio-Informatics
September 4th, 2009 · No Comments · python
It has been an amazing first week at college here. First, I began working with Prof Kihara and got to see a whopping 160 thousand (!) annotations. The coolest part is that I got to see a few protein function prediction algorithms (I get to code! Yippee!). Well, at one point I had to whip [...]
Tags:
First DSP Attempts
June 26th, 2009 · 3 Comments · DSP, python
Well, since my last post on detecting calls of attention using my microphone, I have been paying attention to DSP since it seems to be one cool topic to spend 3 months on. So, I decided to begin reading the dspguide and found some cool stuff which I decided to tinker with. After reading about [...]
Tags:
WAV Files, Spring Semester, Research Hopes, IPL,
May 26th, 2009 · 1 Comment · python
EDIT: An updated version of this script along with tools to improve the user experience can be obtained at http://shriphani.com/Shriphani_Website/Listener.html
After an looooong time, I’ve decided to put finger on keyboard (I think that sounds stupid). Considering that I now use BOSE headphones which cut me off from the outside world when I am listening to [...]
Tags:
Hebb’s Rule
February 9th, 2009 · 4 Comments · College, Computer Science, Mathematics, python
This post is slightly psychology influenced. Well, in the Psychology class I have been taking this semester (Introduction To Cognitive Learning), I was taught about Neural Networks and a certain Hebb’s Rule which allows a network to remember a previous configuration and use this configuration to interpret new information. We use the following model to [...]
Tags:
Post’s Machine Emulator
January 17th, 2009 · 2 Comments · Computer Science, Mathematics, python
I was bored as usual and since Combat Arms has begun to slip in my list of pastimes, I decided to write a Post’s Machine Emulator as described in the booklet by V. A. Uspensky titled “Post’s Machine” ( Amazon Link
This machine has a tape (infinitely long) and the reel has cells which can be [...]
Tags:
RPN Calculator – Keeping Boredom Away
January 14th, 2009 · 17 Comments · Daily life, Mathematics, python
Alright, those who know me well are bound to ask, 19 credit hours and you are bored? Answer: Yes. It is still the first week and we don’t seem to have gotten beyond the “introduce your loser self to the other non-interested members of the class” and since I have only 1 programming intensive course [...]
Tags:
Boyer – Moore String Search (Good Suffix Shift)
December 7th, 2008 · 1 Comment · Computer Science, python
The next string search algorithm I am going to cover seems pretty cool since the match is made in a reverse fashion. We check if the last character in the keyword equals some character in the text and decrease from that point on.As a result, a mismatch is detected extremely fast and this is also [...]
Tags:


