𝗕𝗶𝘁𝗰𝗼𝗶𝗻 𝗣𝗿𝗶𝗰𝗲 𝗣𝗿𝗲𝗱𝗶𝗰𝘁𝗶𝗼𝗻 𝘄𝗶𝘁𝗵 𝗟𝗦𝗧𝗠 (Long Short Term Memory networks)
https://medium.com/mlearning-ai/long-short-term-memory-networks-9a7c7bfdeccb
https://medium.com/mlearning-ai/long-short-term-memory-networks-9a7c7bfdeccb
Medium
𝗕𝗶𝘁𝗰𝗼𝗶𝗻 𝗣𝗿𝗶𝗰𝗲 𝗣𝗿𝗲𝗱𝗶𝗰𝘁𝗶𝗼𝗻 𝘄𝗶𝘁𝗵 𝗟𝗦𝗧𝗠 (Long Short Term Memory networks)
Video in my YouTube Channel explaining step by step the whole project of building an LSTM prediction model from BTC-USD historical price…
3 Solutions For The Setting With Copy Warning of Python Pandas
https://sonery.medium.com/3-solutions-for-the-setting-with-copy-warning-of-python-pandas-dfe15d62de08
https://sonery.medium.com/3-solutions-for-the-setting-with-copy-warning-of-python-pandas-dfe15d62de08
Medium
3 Solutions For The Setting With Copy Warning of Python Pandas
Warnings should never be ignored.
Loops and statements in Python: A deep understanding (with examples)
https://towardsdatascience.com/loops-and-statements-in-python-a-deep-understanding-with-examples-2099fc6e37d7
https://towardsdatascience.com/loops-and-statements-in-python-a-deep-understanding-with-examples-2099fc6e37d7
Medium
Loops and statements in Python: A deep understanding (with examples)
When they appear to be understood, there is something more
An overview of the Scikit-learn Library — Episode 1 Preprocessing
https://towardsdatascience.com/an-overview-of-the-scikit-learn-library-episode-1-preprocessing-9b17ab4dde4f
https://towardsdatascience.com/an-overview-of-the-scikit-learn-library-episode-1-preprocessing-9b17ab4dde4f
Medium
An overview of the Scikit-learn Library — Episode 1 Preprocessing
A description in episodes of the well-known Python Library for Machine Learning. The first episodes deals with the preprocessing…
Using a Dynamic Approach to analyse your Sport Activities let’s you working flexible
https://squeezer44.medium.com/using-a-dynamic-approach-to-analyse-your-sport-activities-lets-you-working-flexible-c123de3d39c9
https://squeezer44.medium.com/using-a-dynamic-approach-to-analyse-your-sport-activities-lets-you-working-flexible-c123de3d39c9
Medium
Using the dynamic Approach to analyse your Sport Activities lets you working flexible
The die is cast, a Central Database is easy in the Analyst’s eyes
Amazing mini Python projects you can build out
https://preettheman.medium.com/amazing-mini-python-projects-you-can-build-out-56f258d2ca00
https://preettheman.medium.com/amazing-mini-python-projects-you-can-build-out-56f258d2ca00
Medium
Amazing mini Python projects you can build out
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
Multi Factor Stock Model using Bloomberg’s Bquant
https://medium.com/@kecandir/multi-factor-stock-model-using-bloombergs-bquant-9423935113fc
https://medium.com/@kecandir/multi-factor-stock-model-using-bloombergs-bquant-9423935113fc
Medium
Multi Factor Stock Model using Bloomberg’s Bquant
Bloomberg Terminal is a widely-used multi-purpose information and trading platform that many financial corporations use on a daily basis…
What is __name__ in Flask: Let’s Learn Python Together — CODEFATHER
https://codefather-tech.medium.com/what-is-name-in-flask-lets-learn-python-together-codefather-6ddb3c06b09
https://codefather-tech.medium.com/what-is-name-in-flask-lets-learn-python-together-codefather-6ddb3c06b09
Medium
What is __name__ in Flask: Let’s Learn Python Together — CODEFATHER
Have you ever asked yourself why when you create a Python Flask application you pass __name__ to the Flask class?
Basic data explorand manipulation in Pandas
https://medium.com/@zoltan.guba/basic-data-explorand-manipulation-in-pandas-4b35d976acab
https://medium.com/@zoltan.guba/basic-data-explorand-manipulation-in-pandas-4b35d976acab
Medium
Basic data exploration and manipulation in Pandas
Once you get your data loaded into a Pandas DataFrame, it is time to get familiar with the basics of working with it. The below is the…
My First Python Code — Consume a Rest API.
https://ngrashia.medium.com/my-first-python-code-consume-a-rest-api-832382d0f7f0
https://ngrashia.medium.com/my-first-python-code-consume-a-rest-api-832382d0f7f0
Medium
Python Code — Consume a Rest API.
#MyFirstTechSeries: My First Tech Series is a series of technical topics. It includes step by step instructions along with screenshots…
Statistics For Data Science with Python — Descritive Statistic (5/10) (Draft)
https://mydatasciencejourney.medium.com/statistics-for-data-science-with-python-descritive-statistic-5-10-draft-b2adc2350e75
https://mydatasciencejourney.medium.com/statistics-for-data-science-with-python-descritive-statistic-5-10-draft-b2adc2350e75
Medium
Statistics For Data Science with Python — Descritive Statistic (5/10) (Draft)
Mean, Median, Mode, Standard Derevation
[Hands-on] Algorithmic Trading — Cryptocurrencies
https://medium.com/@marckhair/hands-on-algorithmic-trading-cryptocurrencies-560b102d85b8
https://medium.com/@marckhair/hands-on-algorithmic-trading-cryptocurrencies-560b102d85b8
Medium
[Hands-on] Algorithmic Trading — Cryptocurrencies
According to Investopedia’s definition, “Algorithmic trading is a process for executing orders utilizing automated and pre-programmed…
Unit testing Django applications using Pytest!
https://medium.com/@shehanatuk/unit-testing-django-applications-using-pytest-2578ad7e6d3
https://medium.com/@shehanatuk/unit-testing-django-applications-using-pytest-2578ad7e6d3
Medium
Unit testing Django applications using Pytest!
What’s the one of the most important and often overlooked parts of software applications from web applications, mobile applications to…
Functional testing Django applications using Pytest Part 2(Selenium testing)
https://medium.com/@shehanatuk/functional-testing-django-applications-using-pytest-part-2-selenium-testing-d3734ae53b35
https://medium.com/@shehanatuk/functional-testing-django-applications-using-pytest-part-2-selenium-testing-d3734ae53b35
Medium
Functional testing Django applications using Pytest Part 2(Selenium testing)
Welcome back to the ‘Unit testing Django applications using Pytest’ blog post series!👋In this second part of the series we will cover how…
The “Business card raytracer” in python
https://medium.com/@sibearianpython/the-business-card-raytracer-in-python-8dcc868069f5
https://medium.com/@sibearianpython/the-business-card-raytracer-in-python-8dcc868069f5
Medium
The “Business card raytracer” in python
I read majestic Fabien Sanglard’s article about the “business card raytracer” a few years ago. These 1337 bytes of code would fit on a…
Analysis of Categorical Variables -Python DataScience
https://medium.com/@h010190g/analysis-of-categorical-variables-python-datascience-e9e11f2f8bf
https://medium.com/@h010190g/analysis-of-categorical-variables-python-datascience-e9e11f2f8bf
Medium
Analysis of Categorical Variables -Python DataScience
Categorical variable classes and frequencies