<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Thanks to antville.org</title>
    <link>https://oksoft.antville.org/</link>
    <description>Adding Value with limited resources</description>
    <language>en</language>
    <pubDate>Wed, 17 Jun 2026 19:59:02 GMT</pubDate>
    <dc:date>2026-06-17T19:59:02Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>discretize continuous features</title>
      <link>https://oksoft.antville.org/stories/2316934/</link>
      <description>&lt;p&gt;You can &amp;quot;discretize&amp;quot; or &amp;quot;bin&amp;quot; continuous features into categorical features.&lt;/p&gt;&lt;p&gt;from sklearn.preprocessing import KBinsDiscretizer&lt;/p&gt;&lt;p&gt;kb = KBinsDiscretizer(n_bins=3, strategy='quantile', encode='ordinal')&lt;/p&gt;&lt;p&gt;kb.fit_transform(df['Fare'])&lt;/p&gt;</description>
      <pubDate>Wed, 24 Apr 2024 09:33:38 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/2316934/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2024-04-24T09:33:38Z</dc:date>
    </item>
    <item>
      <title>download food 11 dataset</title>
      <link>https://oksoft.antville.org/stories/2276948/</link>
      <description>&lt;p&gt;The total file size of the Food-5K dataset is about 1.16 GB. Here are steps to download food 11 dataset.&lt;/p&gt;&lt;p&gt;&lt;a href="https://mmspg.epfl.ch/downloads/food-image-datasets/"&gt;mmspg.epfl.ch&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Use these commands at linux prompt:&lt;/p&gt;&lt;p&gt;ftpopen tremplin.epfl.ch&lt;a href="mailto:FoodImage@grebvm2.epfl.ch"&gt;FoodImage@grebvm2.epfl.ch&lt;/a&gt;Cahc1mooget Food-11.zip&lt;/p&gt;</description>
      <pubDate>Wed, 28 Aug 2019 10:31:00 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/2276948/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2019-08-28T10:31:00Z</dc:date>
    </item>
    <item>
      <title>audio visual modules for Machine Learning</title>
      <link>https://oksoft.antville.org/stories/2271149/</link>
      <description>&lt;p&gt;Here is the list of some of the modules used for audio-visual processing using deep learning.&lt;/p&gt;&lt;p&gt;chroma: Feature Learning for Chord Recognition: The Deep Chroma ExtractorMFCC: Mel-frequency cepstral coefficients (MFCCs) are coefficients that collectively make up an MFCTCD-TIMIT: An Audio-Visual Corpus of Continuous SpeechlibrosaRBF: Radial Basis FunctionHMM: Hidden Markov ModelVGG: Resnet 50voxceleb-luigi: Luigi pipeline to download VoxCeleb audio from YouTube and extract speaker segmentsdeepfakesobamanetyolo&lt;/p&gt;</description>
      <pubDate>Sat, 16 Mar 2019 11:08:11 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/2271149/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2019-03-16T11:08:11Z</dc:date>
    </item>
    <item>
      <title>Extract words from Marathi wikipedia</title>
      <link>https://oksoft.antville.org/stories/2266974/</link>
      <description>&lt;ol&gt;&lt;li&gt;&lt;p&gt;Download the polyglot pickled marathi modelwget &lt;a href="http://bit.ly/12FI1xV"&gt;bit.ly&lt;/a&gt;mv 12FI1xV polyglot-mt.pkl&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Extract all the words from the embedding&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;from polyglot.mapping import Embeddingembeddings=Embedding.load(&amp;quot;polyglot-mt.pkl&amp;quot;)with open('myfile.txt', 'w') as fx:for i in embeddings.vocabulary:fx.write(i.encode('utf-8')+'\n')&lt;/p&gt;&lt;ol start="3"&gt;&lt;li&gt;Download the wordlist:&lt;a href="https://s3.amazonaws.com/gamabhana/wiki_wordlist.txt"&gt;s3.amazonaws.com&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;</description>
      <pubDate>Sun, 04 Nov 2018 08:06:09 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/2266974/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2018-11-04T08:06:09Z</dc:date>
    </item>
  </channel>
</rss>

