- 15
- 1 040
AFIEther
Switzerland
เข้าร่วมเมื่อ 11 มี.ค. 2024
AFIEther specializes in state-of-the-art Ethereum smart contracts, offering cutting-edge solutions that push the boundaries of decentralized applications (DApps) and blockchain-based systems. In addition to our expertise in blockchain technology, we provide exceptional content development services, delivering high-quality web development tutorials that guide developers through best practices. Our commitment to innovation and excellence ensures that clients receive outstanding services, helping them build scalable, secure, and efficient blockchain solutions tailored to their needs.
Tensorflow Machine Learning - Predict a Binary Classification
00:00 - Introduction
03:52 - Generate the input data with Luxon
14:59 - Verifying data
17:30 - Data preparation for model fitting with Polars
26:00 - Configure and train the ML model
33:02 - Test the model with some predictions
43:25 - Tweaking the model
48:05 - Wrapping up
🎤 Leverage TensorFlow and JavaScript to train and predict an accurate binary classification. It's a super exciting opportunity to work with machine learning by using a real world example to perform the prediction.
🤖 All the sample code can be found in this Jupyter Notebook: github.com/andreiflaviusivan/machine-learning-tensorflow/blob/main/2_Binary%20classification%20prediction.ipynb
❣️ Don't forget that I launched a new home decor store on Etsy: afiplaza.etsy.com🛒 Use the code TH-cam25 to get free shipping on your order. Other offers available in the store seasonally!
🤠 Check out all my ventures at: www.afiether.com/
👋 Cheers, AFI!
#tensorflow #machinelearning #programming #jupyternotebook
03:52 - Generate the input data with Luxon
14:59 - Verifying data
17:30 - Data preparation for model fitting with Polars
26:00 - Configure and train the ML model
33:02 - Test the model with some predictions
43:25 - Tweaking the model
48:05 - Wrapping up
🎤 Leverage TensorFlow and JavaScript to train and predict an accurate binary classification. It's a super exciting opportunity to work with machine learning by using a real world example to perform the prediction.
🤖 All the sample code can be found in this Jupyter Notebook: github.com/andreiflaviusivan/machine-learning-tensorflow/blob/main/2_Binary%20classification%20prediction.ipynb
❣️ Don't forget that I launched a new home decor store on Etsy: afiplaza.etsy.com🛒 Use the code TH-cam25 to get free shipping on your order. Other offers available in the store seasonally!
🤠 Check out all my ventures at: www.afiether.com/
👋 Cheers, AFI!
#tensorflow #machinelearning #programming #jupyternotebook
มุมมอง: 76
วีดีโอ
Use Javascript in a Jupyter Notebook
มุมมอง 71หลายเดือนก่อน
00:00 - Introduction 03:23 - Activate Conda 06:15 - Install Deno runtime 10:12 - Create a Deno kernel notebook 12:21 - Import NodeJS native modules 14:17 - Import NPM modules 16:44 - Display markdown 20:11 - Use fetch to load resources 22:35 - DataFrame group by, aggregate and sort 33:02 - Plot a visual chart 39:53 - Import Tensorflow JS 41:48 - Native TFJS module issue 54:35 - Copy native libs...
Tensorflow Machine Learning - Getting started with Miniconda and Jupyter
มุมมอง 135หลายเดือนก่อน
In this video you can learn how to setup your Machine Learning projects with Jupyter Notebooks and Tensorflow. We will see first how to install Miniconda, then create a Jupyter notebook and import Tensorflow libraries. We then run some sample code to make sure the installation is fine. More videos on #machinelearning #tensorflow #jupyternotebook will come! To learn more about me and what I spec...
Coding in Solidity - create a voting smart contract
มุมมอง 582 หลายเดือนก่อน
Coding in Solidity is an exciting experience. Let's see together how can we create a voting smart contract in Solidity with NodeJS and Hardhat. Following good software engineering practices, we will run unit tests to ensure all edge-cases are properly handled resulting in a stable blockchain contract on Ethereum. You can find the source code on Github: github.com/andreiflaviusivan/dapp-hardhat ...
NodeJS tutorial - Plot Ethereum prices with CanvasJS
มุมมอง 302 หลายเดือนก่อน
Continuation of the last coding session where we take the things to the next level by plotting the Ethereum historic prices into a series chart with CanvasJS. Code on Github: github.com/andreiflaviusivan/crypto-prices Article coming soon on: www.afiether.com/blog/redirect/QmxvZ1Bvc3Rz_343b1696c4238e3c3b2fe92e9f00a462? Website: www.afiether.com/ #ethereum #nodejs
VMware error could not open dev/vmmon (Linux Mint/Ubuntu) #linux #vmware #programming
มุมมอง 2832 หลายเดือนก่อน
In this blog post I provided a fix for this VMware error could not open dev/vmmon and I have updated it to the latest kernel module version since it ran in some issue. afivan.com/2023/07/24/vmware-linux-vmmon-error-on-startup-fixed-in-3-easy-steps-only-here/ In short, run these commands after a kernel or VMware update: $ sudo vmware-modconfig console install-all $ sudo /usr/src/linux-headers-$(...
NodeJS Tutorial - calling 2 free APIs to get the Ethereum price #nodejs #ethereum #coinbase
มุมมอง 262 หลายเดือนก่อน
Hands on coding session where I use Axios to call 2 APIs in order to get the ETH price and show it in console for both EUR and USD. This can be used as a foundation for other super nice apps like dashboards or ML price predictions, so stay tuned for more interesting stuff! Code on Github: github.com/andreiflaviusivan/crypto-prices Article on the blog: afivan.com/2024/08/30/use-nodejs-to-retriev...
Install Ubuntu Core on Raspberry PI #raspberrypi #programming #ubuntu
มุมมอง 2183 หลายเดือนก่อน
Full installation guide for Ubuntu Core on a Raspberry PI. In this video, I'm explaining what are the steps needed, requirements and on the spot first boot configuration for the system. We also test the SSH connection to the Raspberry to make sure WIFI is connected. Hope you find it useful! Official documentation ubuntu.com/download/raspberry-pi-core Download the Ubuntu Core image from here cdi...
4 Lessons to be learned from Crowdstrike incident
มุมมอง 84 หลายเดือนก่อน
Cyber security incidents will always happen and no company is immune to such issues. But with the right mindset and practices in place, any team can mitigate and solve these issues quickly and efficiently. Check out our blog post here: afivan.com/2024/07/21/4-important-lessons-learned-after-the-recent-microsoft-crowdstrike-outage/ Hot Summer web app development promotion: www.fiverr.com/s/Ay0yw...
Your first smart contract with NodeJS and Hardhat - raw programming session
มุมมอง 1185 หลายเดือนก่อน
Today I'm going to show a practical coding session related to developing, testing and deploying a test smart contract called "Computations". Lots of challenges along the way, which bring lots of opportunities to learn stuff. You can find the source code on Github: github.com/andreiflaviusivan/dapp-hardhat Article also on my blog: afivan.com/2024/05/25/your-first-solidity-smart-contract-with-har...
AFIEther - Understanding Ethereum smart contracts
มุมมอง 87 หลายเดือนก่อน
Access our dapps here: dapp.afiether.com/ Website has arrived: www.afiether.com/ You can find us on DAPPRadar: dappradar.com/dapp/afi-dapps Also on Instagram: afiether Don't forget about our TH-cam channel: youtube.com/@afiether Shedding some light on the characteristics of ETH smart contracts and what are the advantages of using them! The Success by Keys of Moon | soundcloud.com...
AFIEther - Contacts smart contract
มุมมอง 58 หลายเดือนก่อน
Learn how to use our first smart contract. You can see how to login and add your first contact in your address book! Access our dapps here: dapp.afiether.com/ Website arrived: www.afiether.com/ You can find us on DAPPRadar: dappradar.com/dapp/afi-dapps Also on Instagram: afiether Don't forget about our TH-cam channel: youtube.com/@afiether #ethereum #smart #contracts #blockchain ...
AFIEther - Intro
มุมมอง 18 หลายเดือนก่อน
Specializing in start-of-the-art smart contracts on Ethereum blockchain. We currently feature a Contacts contract which you can use to store your favorite contact addresses. Access our dapps here: dapp.afiether.com/ You can find us on DAPPRadar: dappradar.com/dapp/afi-dapps Also on Instagram: afiether Website coming soon: www.afiether.com/ Thank you for your interest, don't hesit...
AFIEther - Unlocking the potential of WEB3
มุมมอง 78 หลายเดือนก่อน
AFIEther is empowering businesses to unlock the full potential of decentralized applications and revolutionize the way transactions are conducted on the Ethereum platform. Access our dapps here: dapp.afiether.com/ You can find us on DAPPRadar: dappradar.com/dapp/afi-dapps Also on Instagram: afiether Website coming soon: www.afiether.com/ The Success by Keys of Moon | soundcloud.c...
ThankYou For sharing this information