PuMo
open-menu closeme
Home
Artefact icon
Jupyter.Note.Books Posts Projects
support
About
Contact Me
🌐
English
PuMo
  • Gemma

    calendar Feb 27, 2024 · 1 min read · python Gemma  ·
    Share on: twitter facebook linkedin copy
    Gemma

    Work and research on Gemma 1Loading…


    Read More
  • AdaBoost

    calendar Feb 19, 2024 · 6 min read · python AdaBoost analysis  ·
    Share on: twitter facebook linkedin copy
    AdaBoost

    What is Ensemble Learning? Ensemble Learning: In Machine Learning, ensemble methods combine predictions from multiple models (often called weak learners) to create a stronger, more accurate final model (strong learner). This technique aims to improve generalization performance by mitigating the individual weaknesses of …


    Read More
  • Python news analysis: Truth or Fake

    calendar Feb 19, 2024 · 1 min read · python news analysis Fake True Dataset  ·
    Share on: twitter facebook linkedin copy
    Python news analysis: Truth or Fake

    PuMo news analysis: Fake Vs. True Click here to view this notebook in full screen Download Dataset: Fake.csv Download Dataset: True.csv Download Jupyter.Note.Books: PuMoNEWS.ipynb


    Read More
  • CycleGAN - paired vs. unpaired

    calendar Oct 10, 2023 · 2 min read · CycleGAN GAN python  ·
    Share on: twitter facebook linkedin copy

    Differences between CycleGAN and a standard GAN CycleGAN, or Cycle-Consistent Generative Adversarial Network, is a type of generative model that extends the capabilities of traditional GANs (Generative Adversarial Networks) by incorporating cycle consistency. The key difference lies in the way CycleGAN handles paired …


    Read More
  • How to Install R on Ubuntu

    calendar Jul 4, 2022 · 1 min read · Ubuntu R pumo  ·
    Share on: twitter facebook linkedin copy

    How to Install and Use R on Ubuntu Installing R on Ubuntu 1sudo apt install r-base Interactive Mode in R: 1R now you can test some code: 1> 25+25 2[1] 50 3 4> print ("Hello World!") 5[1] "Hello World!" You can quit using q() or pressing CTRL+c. Use R by using RStudio - Download rstudio Jupyter …


    Read More
  • Jupyter Lab Server

    calendar Jul 2, 2022 · 1 min read · ML Server Jupyterlab Jupyter pumo  ·
    Share on: twitter facebook linkedin copy
    Jupyter Lab Server

    Run a Jupyter Lab server using Windows VPS you need to buy a Windows VPS in order to have a server for Jupyter lab. simply search it in google and find any VPS provider you like. Install anaconda on the Windows Server Open Anaconda prompt form windows search bar type: 1conda create -n myenv python=x.x simply put any …


    Read More
  • mt5.python

    calendar Jun 25, 2022 · 1 min read · mt5 python  ·
    Share on: twitter facebook linkedin copy

    MT5 Python Market Close Evaluation 1 2symbol_time = mt5.symbol_info("XAUUSD").time 3 4symbol_time = pd.to_datetime(symbol_time, unit='s') 5 6 7(symbol_time.hour == 23) 8(symbol_time.minute >= 30) This code will check market watch time for a specific symbol, in most of time markets are clsoed at above …


    Read More
  • CBIR

    calendar Dec 17, 2021 · 1 min read · CBIR AI  ·
    Share on: twitter facebook linkedin copy

    I have developed a CBIR in C#. we will write about it soon. it will sort pictures by similarity.


    Read More
  • Using Notices

    calendar Aug 20, 2021 · 2 min read  ·
    Share on: twitter facebook linkedin copy

    The “Notices” shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc. To create a notice on a page, you can use the notice shortcode. You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your note in quotes as …


    Read More
  • calendar Jan 1, 0001 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    Comparison: AdaBoost vs Random Forest


    Read More

PuMo photo

PuMo

Data Science Researcher.
Read More

Recent Posts

  • Gemma
  • AdaBoost
  • Python news analysis: Truth or Fake
  • CycleGAN - paired vs. unpaired
  • How to Install R on Ubuntu
  • Jupyter Lab Server
  • mt5.python
  • CBIR

Categories

PYTHON 6 JUPYTER 2 ML 2 ADABOOST 1 AI 1 CBIR 1 CYCLEGAN 1 GAN 1 GEMMA 1 MT5 1 R 1 SERVER 1 UBUNTU 1

Series

ML 2 LLM 1 R 1

Tags

PYTHON 5 ANALYSIS 2 PUMO 2 ADABOOST 1 AI 1 CBIR 1 CYCLEGAN 1 DATASET 1 FAKE 1 GAN 1 GEMMA 1 JUPYTER 1 JUPYTERLAB 1 ML 1
All Tags
ADABOOST1 AI1 ANALYSIS2 CBIR1 CYCLEGAN1 DATASET1 FAKE1 GAN1 GEMMA1 JUPYTER1 JUPYTERLAB1 ML1 MT51 NEWS1 PUMO2 PYTHON5 R1 SERVER1 TRUE1 UBUNTU1
[A~Z][0~9]
PuMo

Copyright 2019- 2025 PUMO. All Rights Reserved

to-top